From: Johannes Thumshirn <jthumshirn@suse.de>
To: Omar Sandoval <osandov@osandov.com>
Cc: Linux Block Layer Mailinglist <linux-block@vger.kernel.org>,
Linux SCSI Mailinglist <linux-scsi@vger.kernel.org>,
Johannes Thumshirn <jthumshirn@suse.de>
Subject: [PATCH blktests 0/3] Add SCSI generic test group
Date: Thu, 18 May 2017 14:13:05 +0200 [thread overview]
Message-ID: <cover.1495109149.git.jthumshirn@suse.de> (raw)
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.
I didn't get the TIMEOUT to work (not even with block/001) so I
decided to just require the 'timeout' program in my testcase.
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
Makefile | 26 +++-
common/sg | 22 +++
src/.gitignore | 1 +
src/Makefile | 14 ++
src/sg-001.c | 430 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/sg/001 | 48 +++++++
tests/sg/001.out | 2 +
tests/sg/group | 40 ++++++
8 files changed, 582 insertions(+), 1 deletion(-)
create mode 100644 common/sg
create mode 100644 src/.gitignore
create mode 100644 src/Makefile
create mode 100644 src/sg-001.c
create mode 100755 tests/sg/001
create mode 100644 tests/sg/001.out
create mode 100644 tests/sg/group
--
2.12.0
next reply other threads:[~2017-05-18 12:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-18 12:13 Johannes Thumshirn [this message]
2017-05-18 12:13 ` [PATCH blktests 1/3] Add ability to build test-cases Johannes Thumshirn
2017-05-18 12:13 ` [PATCH blktests 2/3] tests/sg: add SCSI generic test grouop Johannes Thumshirn
2017-05-18 21:06 ` Omar Sandoval
2017-05-18 21:38 ` Omar Sandoval
2017-05-18 12:13 ` [PATCH blktests 3/3] sg/001: add regression test for syzcaller generated GPF Johannes Thumshirn
2017-05-18 21:28 ` Omar Sandoval
2017-05-18 13:19 ` [PATCH blktests 0/3] Add SCSI generic test group Christoph Hellwig
2017-05-18 13:29 ` Johannes Thumshirn
2017-05-18 22:46 ` Omar Sandoval
2017-05-19 6:41 ` Johannes Thumshirn
2017-05-21 7:03 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1495109149.git.jthumshirn@suse.de \
--to=jthumshirn@suse.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=osandov@osandov.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).