lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 19 Feb 2022 12:53:29 +0100
From:   Christian Brauner <brauner@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] fs mount_setattr for v5.17-rc4

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@...olite.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(-)

Powered by blists - more mailing lists