mbox series

[GIT,PULL] vfs fixes

Message ID 20250306-vfs-fixes-290b2e462d9c@brauner (mailing list archive)
State New
Headers show
Series [GIT,PULL] vfs fixes | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.14-rc6.fixes

Message

Christian Brauner March 6, 2025, 10:13 a.m. UTC
/* Summary */

This contains various fixes for this cycle:

- Fix spelling mistakes in idmappings.rst.

- Fix RCU warnings in override_creds()/revert_creds().

- Create new pid namespaces with default limit now that pid_max is namespaced.

/* Testing */

gcc version (Debian 14.2.0-8) 14.2.0
Debian clang version 19.1.4 (1)

No build failures or warnings were observed.

/* Conflicts */

Merge conflicts with mainline
=============================

No known conflicts.

Merge conflicts with other trees
================================

No known conflicts.


The following changes since commit d082ecbc71e9e0bf49883ee4afd435a77a5101b6:

  Linux 6.14-rc4 (2025-02-23 12:32:57 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.14-rc6.fixes

for you to fetch changes up to d385c8bceb14665e935419334aa3d3fac2f10456:

  pid: Do not set pid_max in new pid namespaces (2025-03-06 10:18:36 +0100)

Please consider pulling these changes from the signed vfs-6.14-rc6.fixes tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.14-rc6.fixes

----------------------------------------------------------------
Aiden Ma (1):
      doc: correcting two prefix errors in idmappings.rst

Herbert Xu (1):
      cred: Fix RCU warnings in override/revert_creds

Michal Koutný (1):
      pid: Do not set pid_max in new pid namespaces

 Documentation/filesystems/idmappings.rst |  4 ++--
 include/linux/cred.h                     | 10 ++--------
 kernel/pid_namespace.c                   |  2 +-
 3 files changed, 5 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org March 6, 2025, 6:20 p.m. UTC | #1
The pull request you sent on Thu,  6 Mar 2025 11:13:28 +0100:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.14-rc6.fixes

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

Thank you!