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

all: improvements to snapshot mode #5308

Open
dvyukov opened this issue Sep 13, 2024 · 0 comments
Open

all: improvements to snapshot mode #5308

dvyukov opened this issue Sep 13, 2024 · 0 comments

Comments

@dvyukov
Copy link
Collaborator

dvyukov commented Sep 13, 2024

List of possible improvements for the snapshot fuzzing mode:

  1. Make qemu snapshot restoration faster (currently takes >1 sec on large kernel).
  2. Figure out why it finds mostly fs bugs (can it find as many unique bugs in other subsystems?).
  3. 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).
  4. 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)
  • don't disable SNAPSHOT_FREEZE, SNAPSHOT_POWER_OFF, sched_setattr, reboot, init_module, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant