tree: 84ef1c337c79e96b79ee68bb7a93b83989c78a00 [path history] [tgz]
  1. linux/
  2. .gitignore
  3. build.sh
  4. collect_reprogs.py
  5. LICENSE
  6. README.md
  7. run.sh
syzkaller-repros/README.md

syzkaller bug reproducers

Collection of syzkaller bug reproducers for Linux kernel.
A version of these reproducers also exists in linux-arts repo.

Obtained from syzbot using syz-reprolist.

To collect C reproducers from syz-manager workdir, run ./collect_reprogs.py /path/to/manager/workdir.

To build run build.sh.
To run run run.sh.

LTP is adding a wrapper to run these tests, but it's not merged at the time of writing.

Testing should be done with KASAN, LOCKDEP, DEBUG_OBJECTS, DEBUG_VM, FAULT_INJECTION, lockup detectors and other debugging configs.