linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Test for overlayfs fix in v6.6-rc2
@ 2023-09-21 14:31 Amir Goldstein
  2023-09-21 14:31 ` [PATCH v2 1/2] common: add helper _require_chattr_inherit Amir Goldstein
  2023-09-21 14:31 ` [PATCH v2 2/2] overlay: add test for rename of lower symlink with NOATIME attr Amir Goldstein
  0 siblings, 2 replies; 9+ messages in thread
From: Amir Goldstein @ 2023-09-21 14:31 UTC (permalink / raw)
  To: Zorro Lang; +Cc: Miklos Szeredi, Ruiwen Zhao, linux-unionfs, fstests

Zorro,

This is a test for a regression in kernel v5.15.
The fix was merged for 6.6-rc2 and has been picked for
the upcoming LTS releases 5.15, 6.1, 6.5.

The reproducer only manifests the bug in fs that inherit noatime flag
on symlink namely ext4, btrfs, ... but not xfs.

The test does _notrun on overlayfs over xfs for that reason.

Thanks,
Amir.

Changes since v1:
- Create helper _require_chattr_inherit
- Improve documnetation of the regression

Amir Goldstein (2):
  common: add helper _require_chattr_inherit
  overlay: add test for rename of lower symlink with NOATIME attr

 common/rc             | 52 ++++++++++++++++++++++++++++------
 tests/overlay/082     | 66 +++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/082.out |  2 ++
 3 files changed, 111 insertions(+), 9 deletions(-)
 create mode 100755 tests/overlay/082
 create mode 100644 tests/overlay/082.out

-- 
2.34.1


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

end of thread, other threads:[~2023-09-21 22:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 14:31 [PATCH v2 0/2] Test for overlayfs fix in v6.6-rc2 Amir Goldstein
2023-09-21 14:31 ` [PATCH v2 1/2] common: add helper _require_chattr_inherit Amir Goldstein
2023-09-21 15:26   ` Zorro Lang
2023-09-21 15:40     ` Amir Goldstein
2023-09-21 16:23       ` Zorro Lang
2023-09-21 16:46         ` Amir Goldstein
2023-09-21 17:06           ` Zorro Lang
2023-09-21 17:12             ` Amir Goldstein
2023-09-21 14:31 ` [PATCH v2 2/2] overlay: add test for rename of lower symlink with NOATIME attr Amir Goldstein

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