syzkaller icon indicating copy to clipboard operation
syzkaller copied to clipboard

syzkaller is an unsupervised coverage-guided kernel fuzzer

Results 478 syzkaller issues
Sort by recently updated
recently updated
newest added

Preventing Fuchsia to be forcibly rebuilt even if changes only happened on the syzkaller side.

- sys/linux: regenerate consts - prog: generate very long file names

Asset is a file/attachment relevant for debugging a kernel crash or the syzbot itself. **TODO list:** - Fix lint errors and unit tests - Deploy and debug a test instance....

Currently we can report the same build/boot bug multiple times on different trees, e.g.: https://syzkaller.appspot.com/bug?id=8718766751fc8977b03e192fa7fb58a35dd0b371 https://syzkaller.appspot.com/bug?id=35496bafab4c3f81f0b0d6d72c69787300629740 https://syzkaller.appspot.com/bug?id=fedaab4ede6d3cd027b7738c049398089fd2a260 https://syzkaller.appspot.com/bug?id=b12466216f91f11ad36c5599259ed108453434bd https://syzkaller.appspot.com/bug?id=7381715f01f0b125a0d2887215385a37d48e0a0b https://syzkaller.appspot.com/bug?id=1cd11df5d984c694e3e7fc9fe271389b2340bed0 https://syzkaller.appspot.com/bug?id=91e05d4f514233a2e97d93c9c6c2cfd9d2d70b93 https://syzkaller.appspot.com/bug?id=be1d99e09e499aed3939dc678718371984104e5c We either need to remote the tree from...

enhancement

Linux added a new config `CONFIG_PAGE_TABLE_CHECK` that is supposed to detect some types of memory management bugs related to page table permissions. Syzkaller should probably turn on that config.

enhancement