All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anna Schumaker <anna@kernel.org>
To: linux-nfs@vger.kernel.org, torvalds@linux-foundation.org
Cc: anna@kernel.org
Subject: [GIT PULL] More NFS Client Bugfixes for Linux 6.6-rc
Date: Tue,  3 Oct 2023 15:05:16 -0400	[thread overview]
Message-ID: <20231003190516.117507-1-anna@kernel.org> (raw)

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(-)

             reply	other threads:[~2023-10-03 19:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-03 19:05 Anna Schumaker [this message]
2023-10-03 19:32 ` [GIT PULL] More NFS Client Bugfixes for Linux 6.6-rc pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231003190516.117507-1-anna@kernel.org \
    --to=anna@kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.