mbox series

[git,pull] vfs.git namespace stuff

Message ID Y/gwdJrHLvEC1lCn@ZenIV (mailing list archive)
State New, archived
Headers show
Series [git,pull] vfs.git namespace stuff | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.namespace

Message

Al Viro Feb. 24, 2023, 3:35 a.m. UTC
Rik's patches reducing the amount of synchronize_rcu() triggered
by ipc namespace destruction.  I've some pending stuff reducing that on
the normal umount side, but it's nowhere near ready and Rik's stuff shouldn't
be held back due to conflicts - I'll just redo the parts of my series that
stray into ipc/*.

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.namespace

for you to fetch changes up to da27f796a832122ee533c7685438dad1c4e338dd:

  ipc,namespace: batch free ipc_namespace structures (2023-01-27 19:08:00 -0500)

----------------------------------------------------------------
Rik van Riel (2):
      ipc,namespace: make ipc namespace allocation wait for pending free
      ipc,namespace: batch free ipc_namespace structures

 fs/namespace.c        | 18 ++++++++++++++----
 include/linux/mount.h |  1 +
 ipc/mqueue.c          |  5 -----
 ipc/namespace.c       | 35 ++++++++++++++++++++++++++---------
 ipc/util.h            |  2 --
 5 files changed, 41 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 25, 2023, 3:40 a.m. UTC | #1
The pull request you sent on Fri, 24 Feb 2023 03:35:16 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.namespace

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3df88c6a175d883b58fc3c31e36c94eb5e2ad180

Thank you!