-
Notifications
You must be signed in to change notification settings - Fork 1.3k
syz-manager: add a smoke test #4022
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
Comments
Dup of #604? |
I'd say a sub-issue :) |
Theoretically we could also use qemu, though. But not sure how well we could integrate that into pre-submit CI tests. |
We don't have UML support in syzkaller. We run CI on our machines with our docker image, so theoretically we could use qemu there. |
I know. But, if it's not too difficult to support it, it will be a lightweighter solution. |
UML support sounds like +1 dependency. Is it? |
A small qemu image:
qemu boot time (until login prompt) is ~3.8 seconds under KVM, 23 seconds without it.
|
Without |
|
One possible way:
defconfig
with KCOV and DEBUG_DWARF4 gives a ~88MBvmlinux
andlinux
files.The text was updated successfully, but these errors were encountered: