mbox series

[PATCHSET,0/3] fstests: test kernel regressions fixed in 5.12

Message ID 161647320063.3430465.17720673716578854275.stgit@magnolia (mailing list archive)
Headers show
Series fstests: test kernel regressions fixed in 5.12 | expand

Message

Darrick J. Wong March 23, 2021, 4:20 a.m. UTC
Hi all,

Here are new tests for problems that were fixed in upstream Linux
between 5.9 and 5.12.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=kernel-regressions
---
 common/rc              |   23 ++--------
 tests/generic/1300     |  108 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/1300.out |    2 +
 tests/generic/group    |    1 
 tests/overlay/025      |    2 -
 tests/overlay/106      |    2 -
 tests/overlay/107      |    2 -
 tests/overlay/108      |    2 -
 tests/overlay/109      |    2 -
 tests/xfs/049          |    2 -
 tests/xfs/759          |  102 +++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/759.out      |    2 +
 tests/xfs/760          |   68 ++++++++++++++++++++++++++++++
 tests/xfs/760.out      |    9 ++++
 tests/xfs/group        |    2 +
 15 files changed, 305 insertions(+), 24 deletions(-)
 create mode 100755 tests/generic/1300
 create mode 100644 tests/generic/1300.out
 create mode 100755 tests/xfs/759
 create mode 100644 tests/xfs/759.out
 create mode 100755 tests/xfs/760
 create mode 100644 tests/xfs/760.out