syzkaller/vm
Andrei Vagin 4a4e0509de vm/gvisor: allocate a separate stream of GO's runtime messges
GO's runtime calls the write system call twice to print "panic:"
and "the reason of this panic", so here is a race window when
other threads can print something to the log and we will see
something like this:

panic: log messages from another thread
The reason of the panic.

This confuses the syzkaller blacklist and dedup detection.

Signed-off-by: Andrei Vagin <avagin@google.com>
2020-03-01 20:11:27 +01:00
..
adb all: fix warnings pointed to by golangci-lint 2019-03-28 15:30:18 +01:00
bhyve vm: Get debug information when FreeBSD on panics (#1470) 2019-10-21 14:25:55 +02:00
gce vm: Get debug information when FreeBSD on panics (#1470) 2019-10-21 14:25:55 +02:00
gvisor vm/gvisor: allocate a separate stream of GO's runtime messges 2020-03-01 20:11:27 +01:00
isolated vm/isolated: add initial support for fuzzing chromebooks 2020-02-20 17:37:54 +01:00
kvm vm: allow Diagnose to directly return diagnosis 2018-12-21 18:08:49 +01:00
odroid vm/vmimpl: factor out common code for ssh args and waiting for ssh 2018-07-06 14:02:06 +02:00
qemu Implement basic support for MIPS64LE 2019-12-17 11:10:52 +01:00
vmimpl vm: Get debug information when FreeBSD on panics (#1470) 2019-10-21 14:25:55 +02:00
vmm vm/qemu: detect boot errors faster 2019-03-17 18:06:44 +01:00
vm_test.go vm: fix spurious crash detection caused by trimmed lines 2019-06-24 10:14:58 +02:00
vm.go vm: add workdir_template functionality 2019-12-03 18:48:14 +01:00