Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vm: Implement the VM interface for VMware Workstation #2173

Merged
merged 1 commit into from Oct 10, 2020

Conversation

rgerganov
Copy link
Contributor

Use the "vmrun" utility to manage Workstation VMs. The syzkaller manager
creates temporary VMs (linked clones) from a base image, gets their IP
address and uses ssh to deploy and run programs (similar to the isolated
mode).

Use the "vmrun" utility to manage Workstation VMs. The syzkaller manager
creates temporary VMs (linked clones) from a base image, gets their IP
address and uses ssh to deploy and run programs (similar to the isolated
mode).
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #2173 into master will not change coverage.
The diff coverage is n/a.

Impacted Files Coverage Δ
vm/vm.go 82.4% <ø> (ø)

@dvyukov dvyukov merged commit 4a77ae0 into google:master Oct 10, 2020
@dvyukov
Copy link
Collaborator

dvyukov commented Oct 10, 2020

Nice!
I guess this can find some bugs in vmware as well. I would flip all possible device emulation, virtio transports, etc flags on and build vmware with ASAN/MSAN.

@rgerganov
Copy link
Contributor Author

Yup, that's the exact same bug that I found when fuzzing locally. Syzbot is doing a great job!
How can I link the pending patch https://lore.kernel.org/lkml/20200825164522.412392-1-alex.dewar90@gmail.com/ with this syzbot report?

@dvyukov
Copy link
Collaborator

dvyukov commented Oct 12, 2020

You need to reply to the syzbot report email with "#syz fix:" command:
https://github.com/google/syzkaller/blob/master/docs/syzbot.md#communication-with-syzbot

Have you received the report email? If not, I can do it.
Also possible to just send a email to the Reported-by address: syzbot+f58fe4bb535845237057@syzkaller.appspotmail.com

@rgerganov
Copy link
Contributor Author

Done. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants