[GIT PULL] vfs fixes

From: Christian Brauner
Date: Thu Mar 06 2025 - 05:13:50 EST


/* 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@xxxxxxxxxxxxxxxxxxx: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(-)