mbox series

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

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

Pull-request

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

Message

Trond Myklebust May 13, 2022, 5:12 p.m. UTC
Hi Linus,

The following changes since commit 4b97bac0756a81cda5afd45417a99b5bccdcff67:

  Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2022-05-06 14:32:16 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 085d16d5f949b64713d5e960d6c9bbf51bc1d511:

  nfs: fix broken handling of the softreval mount option (2022-05-09 13:02:54 -0400)


One more pull request. There was a bug in the fix to ensure that gss-
proxy continues to work correctly after we fixed the AF_LOCAL socket
leak in the RPC code. This request therefore reverts that broken patch,
and replaces it with one that works correctly.

Thanks,
  Trond 

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

Highlights include:

Stable fixes:
- SUNRPC: Ensure that the gssproxy client can start in a connected state

Bugfixes:
- Revert "SUNRPC: Ensure gss-proxy connects on setup"
- nfs: fix broken handling of the softreval mount option

----------------------------------------------------------------
Dan Aloni (1):
      nfs: fix broken handling of the softreval mount option

Trond Myklebust (2):
      Revert "SUNRPC: Ensure gss-proxy connects on setup"
      SUNRPC: Ensure that the gssproxy client can start in a connected state

 fs/nfs/fs_context.c                  |  2 +-
 include/linux/sunrpc/clnt.h          |  2 +-
 net/sunrpc/auth_gss/gss_rpc_upcall.c |  3 ++-
 net/sunrpc/clnt.c                    | 36 +++++++++++++++++++++++++++++++++---
 4 files changed, 37 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org May 13, 2022, 6:57 p.m. UTC | #1
The pull request you sent on Fri, 13 May 2022 17:12:18 +0000:

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

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

Thank you!