mbox series

[GIT,PULL] fs mount_setattr for v5.17-rc4

Message ID 20220219115327.3635609-1-brauner@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] fs mount_setattr for v5.17-rc4 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/fs.mount_setattr.v5.17-rc4

Message

Christian Brauner Feb. 19, 2022, 11:53 a.m. UTC
Hi Linus,

/* Summary */
This contains a fix for one of the selftests for the mount_setattr syscall to
create idmapped mounts, an entry for idmapped mounts for maintainers, and
missing kernel documentation for the helper we split out some time ago to get
and yield write access to a mount when changing mount properties.
There's additional cleanup to simplify the codeflow when (recursively) changing
mount properties which can simply be delayed until the next merge window. I've
been traveling so sending PRs is a bit delayed.

/* Testing */
All patches are based on v5.17-rc2 and have been sitting in linux-next. No
build failures or warnings were observed.

/* Conflicts */
At the time of creating this PR no merge conflicts showed up doing a test-merge
with current mainline.

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

  Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/fs.mount_setattr.v5.17-rc4

for you to fetch changes up to 538f4f022a4612f969d5324ee227403c9f8b1d72:

  fs: add kernel doc for mnt_{hold,unhold}_writers() (2022-02-14 08:35:32 +0100)

Please consider pulling these changes from the signed fs.mount_setattr.v5.17-rc4 tag.

Thanks!
Christian

----------------------------------------------------------------
fs.mount_setattr.v5.17-rc4

----------------------------------------------------------------
Christian Brauner (3):
      tests: fix idmapped mount_setattr test
      MAINTAINERS: add entry for idmapped mounts
      fs: add kernel doc for mnt_{hold,unhold}_writers()

 MAINTAINERS                                        |  9 +++++++
 fs/namespace.c                                     | 30 ++++++++++++++++++++++
 .../selftests/mount_setattr/mount_setattr_test.c   |  4 +--
 3 files changed, 41 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 20, 2022, 7:06 p.m. UTC | #1
The pull request you sent on Sat, 19 Feb 2022 12:53:29 +0100:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/fs.mount_setattr.v5.17-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7f25f0412c9e2be6811e8aedbd10ef795fff85f2

Thank you!