linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] generic/772: split and fix
@ 2025-10-20 13:55 Andrey Albershteyn
  2025-10-20 13:55 ` [PATCH 1/3] common/filter: add missing file attribute Andrey Albershteyn
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andrey Albershteyn @ 2025-10-20 13:55 UTC (permalink / raw)
  To: linux-xfs, fstests; +Cc: djwong, zlang, Andrey Albershteyn

Hi all,

This one add one missed file attribute flag (n). Then, the check for
file_getattr/file_setattr on regular and special files is lifted to the
common/ for futher test splitting. The generic/772 is split into two
tests one for regular files and one for special files.

This one based on top of Darrick's "random fixes" patchset [1]

To: fstests@vger.kernel.org
Cc: linux-xfs@vger.kernel.org
Cc: zlang@redhat.com
Cc: djwong@kernel.org

[1]: https://lore.kernel.org/fstests/176054617853.2391029.10911105763476647916.stgit@frogsfrogsfrogs/T/#t

Andrey Albershteyn (3):
  common/filter: add missing file attribute
  generic/772: require filesystem to support file_[g|s]etattr
  generic/772: split this test into 772 and 773 for regular and special
    files

 common/filter         |  2 +-
 common/rc             | 32 +++++++++++++++++
 tests/generic/772     | 41 ++-------------------
 tests/generic/772.out | 14 --------
 tests/generic/773     | 84 +++++++++++++++++++++++++++++++++++++++++++
 tests/generic/773.out | 20 +++++++++++
 tests/xfs/648         |  7 ++--
 7 files changed, 142 insertions(+), 58 deletions(-)
 create mode 100755 tests/generic/773
 create mode 100644 tests/generic/773.out

-- 
2.50.1


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

end of thread, other threads:[~2025-10-21  9:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20 13:55 [PATCH 0/3] generic/772: split and fix Andrey Albershteyn
2025-10-20 13:55 ` [PATCH 1/3] common/filter: add missing file attribute Andrey Albershteyn
2025-10-20 16:46   ` Darrick J. Wong
2025-10-21  9:42     ` Andrey Albershteyn
2025-10-20 13:55 ` [PATCH 2/3] generic/772: require filesystem to support file_[g|s]etattr Andrey Albershteyn
2025-10-20 16:45   ` Darrick J. Wong
2025-10-21  9:42     ` Andrey Albershteyn
2025-10-20 13:55 ` [PATCH 3/3] generic/772: split this test into 772 and 773 for regular and special files Andrey Albershteyn
2025-10-20 16:45   ` Darrick J. Wong

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