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