mbox series

[GIT,PULL] More NFS Client Bugfixes for Linux 6.6-rc

Message ID 20231003190516.117507-1-anna@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] More NFS Client Bugfixes for Linux 6.6-rc | expand

Pull-request

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.6-3

Message

Anna Schumaker Oct. 3, 2023, 7:05 p.m. UTC
Hi Linus,

The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072:

  Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.6-3

for you to fetch changes up to dd1b2026323a2d075ac553cecfd7a0c23c456c59:

  nfs: decrement nrequests counter before releasing the req (2023-09-28 12:22:25 -0400)

----------------------------------------------------------------
More NFS Client Bugfixes for Linux 6.6-rc

Stable Fix:
  * Revert "SUNRPC dont update timeout value on connection reset"
  * NFSv4: Fix a state manager thread deadlock regression

Bugfixes:
  * Fix a potential NULL pointer dereference in nfs_inode_remove_request()
  * Fix a rare NULL pointer dereference in xs_tcp_tls_setup_socket()
  * Fix long delay before failing a TLS mount when server does not support TLS
  * Fix various NFS state manager issues

Thanks,
Anna

----------------------------------------------------------------
Anna Schumaker (1):
      SUNRPC/TLS: Lock the lower_xprt during the tls handshake

Chuck Lever (1):
      SUNRPC: Fail quickly when server does not recognize TLS

Jeff Layton (1):
      nfs: decrement nrequests counter before releasing the req

Trond Myklebust (3):
      NFSv4: Fix a nfs4_state_manager() race
      NFSv4: Fix a state manager thread deadlock regression
      Revert "SUNRPC dont update timeout value on connection reset"

 fs/nfs/nfs4proc.c     |  4 +++-
 fs/nfs/nfs4state.c    | 45 +++++++++++++++++++++++++++++++++------------
 fs/nfs/write.c        |  2 +-
 net/sunrpc/auth.c     | 11 ++++++++---
 net/sunrpc/auth_tls.c |  4 ++--
 net/sunrpc/clnt.c     | 13 ++++++++++---
 net/sunrpc/xprtsock.c |  6 ++++++
 7 files changed, 63 insertions(+), 22 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 3, 2023, 7:32 p.m. UTC | #1
The pull request you sent on Tue,  3 Oct 2023 15:05:16 -0400:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.6-3

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

Thank you!