From: Amir Goldstein <amir73il@gmail.com>
To: Christian Brauner <brauner@kernel.org>,
Miklos Szeredi <miklos@szeredi.hu>
Cc: linux-fsdevel@vger.kernel.org, fuse-devel@lists.linux.dev
Subject: [PATCH 0/2] Fix for unintended FUSE ACL cache
Date: Tue, 14 Jul 2026 00:09:30 +0200 [thread overview]
Message-ID: <20260713220932.413004-1-amir73il@gmail.com> (raw)
Christian,
I bet you did not miss fuse acls...
Ghosts from the past have come back to haunt me now.
Let me know what you think of this fix and whether you prefer a fuse
gate to forget_all_cached_acls() instead of the suggested vfs fix.
Thanks,
Amir.
Amir Goldstein (2):
fs: preserve ACL_DONT_CACHE state in forget_cached_acl()
selftests/fuse: add ACL_DONT_CACHE regression test
fs/posix_acl.c | 7 +
.../selftests/filesystems/fuse/Makefile | 10 +
.../filesystems/fuse/fuse_acl_cache_test.c | 348 ++++++++++++++++++
3 files changed, 365 insertions(+)
create mode 100644 tools/testing/selftests/filesystems/fuse/fuse_acl_cache_test.c
--
2.54.0
next reply other threads:[~2026-07-13 22:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 22:09 Amir Goldstein [this message]
2026-07-13 22:09 ` [PATCH 1/2] fs: preserve ACL_DONT_CACHE state in forget_cached_acl() Amir Goldstein
2026-07-13 22:09 ` [PATCH 2/2] selftests/fuse: add ACL_DONT_CACHE regression test 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=20260713220932.413004-1-amir73il@gmail.com \
--to=amir73il@gmail.com \
--cc=brauner@kernel.org \
--cc=fuse-devel@lists.linux.dev \
--cc=linux-fsdevel@vger.kernel.org \
--cc=miklos@szeredi.hu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.