You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of possible improvements for the snapshot fuzzing mode:
Make qemu snapshot restoration faster (currently takes >1 sec on large kernel).
Figure out why it finds mostly fs bugs (can it find as many unique bugs in other subsystems?).
Apply snapshot fuzzing for driver fuzzing (snapshot in the beginning of hardware probing procedure, though, unclear if the same can be achieved with driver loading/unloading).
Relax sandboxing in snapshot mode to get more coverage:
we don't need to isolate host networking b/c we don't use it, and can test various host drivers (virtio, e1000, etc)
List of possible improvements for the snapshot fuzzing mode:
The text was updated successfully, but these errors were encountered: