mbox series

[GIT,PULL] more nfsd fixes for 5.15

Message ID 39B6F288-2C96-4FF7-955C-43CEA8AC9075@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] more nfsd fixes for 5.15 | expand

Pull-request

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

Message

Chuck Lever Oct. 7, 2021, 8:06 p.m. UTC
The following changes since commit 02579b2ff8b0becfb51d85a975908ac4ab15fba8:

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

are available in the Git repository at:

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

for you to fetch changes up to c20106944eb679fa3ab7e686fe5f6ba30fbc51e5:

  NFSD: Keep existing listeners on portlist error (2021-10-06 13:24:25 -0400)

----------------------------------------------------------------
Bug fixes for NFSD error handling paths

----------------------------------------------------------------
Benjamin Coddington (1):
      NFSD: Keep existing listeners on portlist error

J. Bruce Fields (1):
      SUNRPC: fix sign error causing rpcsec_gss drops

Patrick Ho (1):
      nfsd: fix error handling of register_pernet_subsys() in init_nfsd()

Trond Myklebust (2):
      nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zero
      nfsd: Fix a warning for nfsd_file_close_inode

 fs/nfsd/filecache.c               |  2 +-
 fs/nfsd/nfs4xdr.c                 | 19 +++++++++++--------
 fs/nfsd/nfsctl.c                  |  7 +++++--
 net/sunrpc/auth_gss/svcauth_gss.c |  2 +-
 4 files changed, 18 insertions(+), 12 deletions(-)

--
Chuck Lever

Comments

pr-tracker-bot@kernel.org Oct. 7, 2021, 9:16 p.m. UTC | #1
The pull request you sent on Thu, 7 Oct 2021 20:06:57 +0000:

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

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

Thank you!