linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET 0/2] fstests: new stuff for kernel 5.17
@ 2022-01-26  2:11 Darrick J. Wong
  2022-01-26  2:11 ` [PATCH 1/2] generic: test suid/sgid behavior with reflink and dedupe Darrick J. Wong
  2022-01-26  2:11 ` [PATCH 2/2] fstests: skip tests that require XFS_IOC_ALLOCSP Darrick J. Wong
  0 siblings, 2 replies; 11+ messages in thread
From: Darrick J. Wong @ 2022-01-26  2:11 UTC (permalink / raw)
  To: djwong, guaneryu; +Cc: linux-xfs, fstests, guan

Hi all,

Add a new test to make sure that reflink actually clears the
setuid/setgid bits /and/ file capabilities correctly, and then port
fstests off the old ALLOCSP and FREESP ioctls since we've removed them
in 5.17.

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

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=xfs-merge-5.17

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=xfs-merge-5.17
---
 common/rc             |    4 +-
 ltp/fsstress.c        |    4 ++
 tests/generic/950     |  108 +++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/950.out |   49 ++++++++++++++++++++
 tests/generic/951     |  118 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/951.out |   49 ++++++++++++++++++++
 tests/generic/952     |   71 +++++++++++++++++++++++++++++
 tests/generic/952.out |   13 +++++
 tests/xfs/107         |    1 
 9 files changed, 415 insertions(+), 2 deletions(-)
 create mode 100755 tests/generic/950
 create mode 100644 tests/generic/950.out
 create mode 100755 tests/generic/951
 create mode 100644 tests/generic/951.out
 create mode 100755 tests/generic/952
 create mode 100644 tests/generic/952.out


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

end of thread, other threads:[~2022-03-10 17:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-26  2:11 [PATCHSET 0/2] fstests: new stuff for kernel 5.17 Darrick J. Wong
2022-01-26  2:11 ` [PATCH 1/2] generic: test suid/sgid behavior with reflink and dedupe Darrick J. Wong
2022-01-26  5:56   ` Zorro Lang
2022-01-27  0:55     ` Darrick J. Wong
2022-01-27  2:52       ` Zorro Lang
2022-01-27  1:27   ` [PATCH v1.1 " Darrick J. Wong
2022-02-16 15:09     ` Filipe Manana
2022-02-18  5:26       ` Darrick J. Wong
2022-03-10 17:48         ` Darrick J. Wong
2022-01-26  2:11 ` [PATCH 2/2] fstests: skip tests that require XFS_IOC_ALLOCSP Darrick J. Wong
2022-01-26  6:13   ` Zorro Lang

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).