From: Christian Brauner <brauner@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] fs fix for v5.19-rc3
Date: Wed, 15 Jun 2022 12:37:52 +0200 [thread overview]
Message-ID: <20220615103751.2342910-1-brauner@kernel.org> (raw)
Hey Linus,
/* Summary */
This fixes an issue where we fail to change the group of a file when the caller
owns the file and is a member of the group to change to. This is only relevant
on idmapped mounts. This has originally been reported against [2]. There's a
detailed description in the commit message and regression tests have been added
to xfstests at [1].
Link: https://lore.kernel.org/fstests/20220615092826.2333847-1-brauner@kernel.org [1]
Link: Link: https://github.com/lxc/lxd/issues/10537 [2]
/* Testing */
All patches are based on v5.19-rc1 and have been sitting in linux-next. No
build failures or warnings were observed. The fstests, ltp, and associated
selftests pass without regressions.
/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with current
mainline.
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/fs.fixes.v5.19-rc3
for you to fetch changes up to 168f912893407a5acb798a4a58613b5f1f98c717:
fs: account for group membership (2022-06-14 12:18:47 +0200)
Please consider pulling these changes from the signed fs.fixes.v5.19-rc3 tag.
Thanks!
Christian
----------------------------------------------------------------
fs.fixes.v5.19-rc3
----------------------------------------------------------------
Christian Brauner (1):
fs: account for group membership
fs/attr.c | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)
next reply other threads:[~2022-06-15 10:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-15 10:37 Christian Brauner [this message]
2022-06-15 16:17 ` [GIT PULL] fs fix for v5.19-rc3 pr-tracker-bot
2022-06-15 16:31 ` Linus Torvalds
2022-06-16 7:59 ` Christian Brauner
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=20220615103751.2342910-1-brauner@kernel.org \
--to=brauner@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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.