All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: test for readahead use after free panic
@ 2016-06-30 12:49 Brian Foster
  2016-06-30 12:49 ` [PATCH 1/2] xfstests: support dm-delay to introduce I/O delays Brian Foster
  2016-06-30 12:49 ` [PATCH 2/2] tests/xfs: test for post umount readahead completion panic Brian Foster
  0 siblings, 2 replies; 11+ messages in thread
From: Brian Foster @ 2016-06-30 12:49 UTC (permalink / raw)
  To: fstests

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-07-01 13:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-30 12:49 [PATCH 0/2] xfs: test for readahead use after free panic Brian Foster
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

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.