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

Feature request: let the user turn syzkaller off for one of VMs #61

Closed
ramosian-glider opened this issue Aug 30, 2016 · 2 comments
Closed

Comments

@ramosian-glider
Copy link
Member

When I'm running syzkaller on two adb devices, I may want to reproduce some crashes on one of them, while still continuing to fuzz the second one, but do not want to restart the master.

It would be nice to have a possibility to temporarily exclude a device from the fuzzing process.

@dvyukov
Copy link
Collaborator

dvyukov commented Aug 30, 2016

The general plan is that syz-manager should reproduce and minimize crashers on its own without any manual work.
This feature is somewhat difficult to incorporate into syz-manger logic. It is complex enough already and the feature makes sense only for adb. Perhaps we could hack vm/adb to check presence of some magic file with adb device id and don't try to connect to that device while the file is there...

@dvyukov
Copy link
Collaborator

dvyukov commented May 26, 2017

syz-manager now reproduces crash automatically.

@dvyukov dvyukov closed this as completed May 26, 2017
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

No branches or pull requests

2 participants