All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Foster <bfoster@redhat.com>
To: fstests@vger.kernel.org
Subject: [PATCH 0/2] xfs: test for readahead use after free panic
Date: Thu, 30 Jun 2016 08:49:32 -0400	[thread overview]
Message-ID: <1467290974-13203-1-git-send-email-bfoster@redhat.com> (raw)

This introduces some generic dm-delay infrastructure, which is basically
copied from the existing dm-flakey bits, and a test that causes current
upstream XFS to panic.

A kernel fix will be posted shortly...

Brian

Brian Foster (2):
  xfstests: support dm-delay to introduce I/O delays
  tests/xfs: test for post umount readahead completion panic

 common/dmdelay    | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/999     | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/999.out |  2 ++
 tests/xfs/group   |  1 +
 4 files changed, 182 insertions(+)
 create mode 100644 common/dmdelay
 create mode 100755 tests/xfs/999
 create mode 100644 tests/xfs/999.out

-- 
2.5.5


             reply	other threads:[~2016-06-30 12:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-30 12:49 Brian Foster [this message]
2016-06-30 12:49 ` [PATCH 1/2] xfstests: support dm-delay to introduce I/O delays Brian Foster
2016-06-30 13:19   ` Eryu Guan
2016-06-30 13:44     ` Brian Foster
2016-06-30 13:47       ` Eryu Guan
2016-07-01  1:31     ` Dave Chinner
2016-06-30 12:49 ` [PATCH 2/2] tests/xfs: test for post umount readahead completion panic Brian Foster
2016-06-30 13:20   ` Eryu Guan
2016-07-01  1:40   ` Dave Chinner
2016-07-01 13:03     ` Brian Foster
2016-07-01 13:37       ` Eryu Guan

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=1467290974-13203-1-git-send-email-bfoster@redhat.com \
    --to=bfoster@redhat.com \
    --cc=fstests@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.