We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all, I'm trying to use actor against one of the supported versions. I can do all the step except the final one. I got the following error:
actor
[ 24.565327] audit: type=1400 audit(1743195327.870:9): avc: denied { module_load } for pid=249 comm="syz-fuzzer" path="/root/uio.ko" dev="sda" ino=15553 scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:object_r:user_home_dir_t:s0 tclass=system permissive=1 [ 24.572316] uio_ivshmem: loading out-of-tree module taints kernel. [ 24.573978] no MSI (-22). Back to INTx. [ 24.574222] regular IRQs [ 24.575706] x86/PAT: syz-fuzzer:253 map pfn expected mapping type uncached-minus for [mem 0x380000000000-0x38001fffffff], got write-back invalid argument panic: mmap failed goroutine 1 [running]: main.main() .../actor/src/github.com/google/syzkaller/syz-fuzzer/fuzzer.go:345 +0x1d7a
Do you think it is a bug related to syzkaller or to the wa I setup actor?
syzkaller
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I'm trying to use
actor
against one of the supported versions. I can do all the step except the final one. I got the following error:Do you think it is a bug related to
syzkaller
or to the wa I setupactor
?Thanks
The text was updated successfully, but these errors were encountered: