mbox series

[GIT,PULL] nfsd fixes for 5.15

Message ID 5EFAF4B5-BAC2-4A6D-9C33-07B714FF00B0@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nfsd fixes for 5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.15-2

Message

Chuck Lever Sept. 22, 2021, 3:56 p.m. UTC
Hi Linus-

As reported in the initial nfsd-5.15 pull request:

- NFSv4.1+ backchannel not getting restored after PATH_DOWN

This PR includes a fix for that bug.


---- cut here ----

The following changes since commit 0c217d5066c84f67cd672cf03ec8f682e5d013c2:

  SUNRPC: improve error response to over-size gss credential (2021-09-03 13:38:11 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.15-2

for you to fetch changes up to 02579b2ff8b0becfb51d85a975908ac4ab15fba8:

  nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWN (2021-09-17 10:35:12 -0400)

----------------------------------------------------------------
Critical bug fixes:
- Fix crash in NLM TEST procedure
- NFSv4.1+ backchannel not restored after PATH_DOWN

----------------------------------------------------------------
Chuck Lever (1):
      NLM: Fix svcxdr_encode_owner()

Dai Ngo (1):
      nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWN

 fs/lockd/svcxdr.h   | 13 ++-----------
 fs/nfsd/nfs4state.c | 16 +++++++++++++---
 2 files changed, 15 insertions(+), 14 deletions(-)

--
Chuck Lever

Comments

pr-tracker-bot@kernel.org Sept. 22, 2021, 4:31 p.m. UTC | #1
The pull request you sent on Wed, 22 Sep 2021 15:56:17 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.15-2

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

Thank you!