mbox series

[GIT,PULL] Please pull NFS client fixes for 5.18

Message ID cdd6481d128894041e6251218a309ae9cfa15f0b.camel@hammerspace.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client fixes for 5.18 | expand

Pull-request

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.18-3

Message

Trond Myklebust May 6, 2022, 8:09 p.m. UTC
Hi Linus,

The following changes since commit b2d229d4ddb17db541098b83524d901257e93845:

  Linux 5.18-rc3 (2022-04-17 13:57:31 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.18-3

for you to fetch changes up to a3d0562d4dc039bca39445e1cddde7951662e17d:

  Revert "SUNRPC: attempt AF_LOCAL connect on setup" (2022-04-29 20:38:27 -0400)

Cheers,
  Trond

----------------------------------------------------------------
NFS client bugfixes for Linux 5.18

Highlights include:

Stable fixes:
- Fix a socket leak when setting up an AF_LOCAL RPC client
- Ensure that knfsd connects to the gss-proxy daemon on setup

Bugfixes:
- Fix a refcount leak when migrating a task off an offlined transport
- Don't gratuitously invalidate inode attributes on delegation return
- Don't leak sockets in xs_local_connect()
- Ensure timely close of disconnected AF_LOCAL sockets

----------------------------------------------------------------
Olga Kornievskaia (1):
      SUNRPC release the transport of a relocated task with an assigned transport

Trond Myklebust (5):
      NFSv4: Don't invalidate inode attributes on delegation return
      SUNRPC: Don't leak sockets in xs_local_connect()
      SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets
      SUNRPC: Ensure gss-proxy connects on setup
      Revert "SUNRPC: attempt AF_LOCAL connect on setup"

 fs/nfs/nfs4proc.c                    | 12 +++++++++++-
 include/linux/sunrpc/clnt.h          |  1 +
 net/sunrpc/auth_gss/gss_rpc_upcall.c |  2 +-
 net/sunrpc/clnt.c                    | 14 ++++++++++----
 net/sunrpc/xprtsock.c                | 35 +++++++++++++++++++++++++++++++----
 5 files changed, 54 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org May 6, 2022, 8:29 p.m. UTC | #1
The pull request you sent on Fri, 6 May 2022 20:09:29 +0000:

> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.18-3

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

Thank you!