aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-12linux-arts: Update README with process informationHEADlinux-arts-v2.0masterShuah Khan1-0/+18
Add information on how changes are pulled in from the https://github.com/dvyukov/syzkaller-repros.git into linux-arts git.
2020-05-12linux: add 170 new repros from syzbotDmitry Vyukov171-0/+127078
Linux reproducers updates from https://github.com/dvyukov/syzkaller-repros Signed-off-by: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2020-05-12linux: add 270 new local reprosDmitry Vyukov270-0/+128683
Linux reproducers updates from https://github.com/dvyukov/syzkaller-repros Signed-off-by: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2020-05-12Add reproducers from local buildsJukka Kaartinen6-0/+4352
Linux reproducers updates from https://github.com/dvyukov/syzkaller-repros Signed-off-by: Jukka Kaartinen <jukka.kaartinen@unikie.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2020-05-12Add script to collect reprogs from file systemJukka Kaartinen3-0/+45
Update from https://github.com/dvyukov/syzkaller-repros Signed-off-by: Jukka Kaartinen <jukka.kaartinen@unikie.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2020-05-12Update README.mdDmitry Vyukov1-1/+6
Update from https://github.com/dvyukov/syzkaller-repros Signed-off-by: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2020-05-12update linux reproducersDmitry Vyukov693-0/+478899
Linux reproducers updates from https://github.com/dvyukov/syzkaller-repros Signed-off-by: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2019-10-15linux-arts: Update contact information for patches and new testsShuah Khan1-0/+5
Update contact information for patches and new tests
2019-10-14linux-arts: Add SPDX headers to build and run scriptsShuah Khan2-0/+8
Add SPDX headers and origin to build and run scripts.
2019-10-14linux-arts: Add README for the repositoryShuah Khan1-0/+15
Add REAME with details on the repository and what is it for.
2019-10-14linux-arts: Add a collection of syzcaller reproducers for Linux kernelShuah Khan3021-0/+1608514
This is an initial commit for the syzcaller reproducers for Linux kernel from https://github.com/dvyukov/syzkaller-repros These reproducers are obtained from https://github.com/google/syzkaller https://github.com/google/syzkaller/blob/64612bfd3c83d7246467cd9731f01a36b6331598/tools/syz-reprolist/reprolist.go To build run build.sh. To run run run.sh. Testing should be done with KASAN, LOCKDEP, DEBUG_OBJECTS, DEBUG_VM, FAULT_INJECTION, lockup detectors and other debugging configs.