From: Amir Goldstein <amir73il@gmail.com>
To: Zorro Lang <zlang@redhat.com>
Cc: Miklos Szeredi <miklos@szeredi.hu>,
Ruiwen Zhao <ruiwen@google.com>,
linux-unionfs@vger.kernel.org, fstests@vger.kernel.org
Subject: [PATCH v2 0/2] Test for overlayfs fix in v6.6-rc2
Date: Thu, 21 Sep 2023 17:31:00 +0300 [thread overview]
Message-ID: <20230921143102.127526-1-amir73il@gmail.com> (raw)
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
next reply other threads:[~2023-09-21 17:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-21 14:31 Amir Goldstein [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230921143102.127526-1-amir73il@gmail.com \
--to=amir73il@gmail.com \
--cc=fstests@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=ruiwen@google.com \
--cc=zlang@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).