[GIT,PULL] more NFSD fixes for 6.7-rc

Message ID 957B327E-8807-4EEC-8BA3-6465A0810778@oracle.com
State New
Headers
Series [GIT,PULL] more NFSD fixes for 6.7-rc |

Pull-request

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

Message

Chuck Lever Dec. 19, 2023, 8:41 p.m. UTC
  The following changes since commit bf51c52a1f3c238d72c64e14d5e7702d3a245b82:

  NFSD: Fix checksum mismatches in the duplicate reply cache (2023-11-17 15:13:01 -0500)

are available in the Git repository at:

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

for you to fetch changes up to bd018b98ba84ca0c80abac1ef23ce726a809e58c:

  SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806 (2023-12-18 17:10:52 -0500)

----------------------------------------------------------------
nfsd-6.7 fixes:
- Address a few recently-introduced issues

----------------------------------------------------------------
Chuck Lever (3):
      NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500d
      NFSD: Revert 738401a9bd1ac34ccd5723d69640a4adbb1a4bc0
      SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806

NeilBrown (2):
      nfsd: call nfsd_last_thread() before final nfsd_put()
      nfsd: hold nfsd_mutex across entire netlink operation

 fs/nfsd/nfs4callback.c |  97 +---------------------------------------------------------------------------------------------
 fs/nfsd/nfs4state.c    | 116 ++++++++++++-----------------------------------------------------------------------------------------------------
 fs/nfsd/nfs4xdr.c      |   7 ++-----
 fs/nfsd/nfsctl.c       |  18 ++++++++++--------
 fs/nfsd/nfsd.h         |   1 +
 fs/nfsd/nfssvc.c       |   2 +-
 fs/nfsd/state.h        |  25 +------------------------
 fs/nfsd/xdr4cb.h       |  18 ------------------
 net/sunrpc/svc_xprt.c  |   5 ++---
 9 files changed, 30 insertions(+), 259 deletions(-)

--
Chuck Lever
  

Comments

pr-tracker-bot@kernel.org Dec. 20, 2023, 8:13 p.m. UTC | #1
The pull request you sent on Tue, 19 Dec 2023 20:41:12 +0000:

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

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

Thank you!