On Fri, May 19, 2017 at 03:55:28PM +0200, Johannes Thumshirn wrote: > Add a test group for the SCSI generic driver and one syzcaller > reproducer for this group. > > The reprodcuer is distributed as a C program, so the makefile is > amended to build C files to be used in the test. > > Changes to v1: > * Stripped left over TODO comment > * Modified reproducer to accept a device name > * Fixed Makefile so it can build more than one target > > Johannes Thumshirn (3): > Add ability to build test-cases > tests/sg: add SCSI generic test grouop > sg/001: add regression test for syzcaller generated GPF in sg_read > path Hey, Johannes, Sorry for the delay, I was chasing down a few Btrfs bugs for the last couple of weeks. I applied these with some small changes. I stuck with running syzkaller on the scsi-debug device like you had here, we can revisit that for future tests if it makes sense to run them on a real device. Thanks!