syzkaller/vm
Dipanjan Das 203d1b0208
vm/isolated: fix hang when target_reboot is not set
* updated the contributor list

* Fixes #1750, syz-manager hangs with "target_reboot:" false in isolated VM mode

If in the isolated VM mode, "target_reboot": false option is set in the
syz-manager's configuration, it hangs forever. syz-manager essentially
keeps on waiting for the VM to reboot, while a reboot is never triggered
due to target_reboot option being set to false. The fix is to perform the
waitRebootAndSSH() check only when target_reboot is set to true.

File(s) changed:

    vm/isolated/isolated.go: Move the waitRebootAndSSH() check inside the correct block
2020-05-21 09:08:32 +02:00
..
adb all: fix warnings pointed to by golangci-lint 2019-03-28 15:30:18 +01:00
bhyve vm/vmimpl: refactor DiagnoseFree/OpenBSD 2020-03-21 16:08:02 +01:00
gce vm/vmimpl: refactor DiagnoseFree/OpenBSD 2020-03-21 16:08:02 +01:00
gvisor gvisor: code cleanups 2020-03-04 11:13:09 +01:00
isolated vm/isolated: fix hang when target_reboot is not set 2020-05-21 09:08:32 +02: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/vmimpl: Don't show ktr, but uma on FreeBSD 2020-05-12 11:25:51 +02:00
vmm vm/vmimpl: refactor DiagnoseFree/OpenBSD 2020-03-21 16:08:02 +01:00
vm_test.go vm: better handle VM diagnosis output 2020-03-21 16:30:35 +01:00
vm.go vm: better handle VM diagnosis output 2020-03-21 16:30:35 +01:00