mbox series

[GIT,PULL] 2nd round of NFSD fixes for v6.9-rc

Message ID ZhF6O/tcbLJYjddw@tissot.1015granger.net (mailing list archive)
State New
Headers show
Series [GIT,PULL] 2nd round of NFSD fixes for v6.9-rc | expand

Pull-request

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

Message

Chuck Lever III April 6, 2024, 4:37 p.m. UTC
The following changes since commit 99dc2ef0397d082b63404c01cf841cf80f1418dc:

  NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY replies (2024-03-27 13:19:47 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 10396f4df8b75ff6ab0aa2cd74296565466f2c8d:

  nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (2024-04-05 14:05:35 -0400)

----------------------------------------------------------------
nfsd-6.9 fixes:
- Address a slow memory leak with RPC-over-TCP
- Prevent another NFS4ERR_DELAY loop during CREATE_SESSION

----------------------------------------------------------------
Chuck Lever (1):
      SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP

Jeff Layton (1):
      nfsd: hold a lighter-weight client reference over CB_RECALL_ANY

 fs/nfsd/nfs4state.c  |  7 ++-----
 net/sunrpc/svcsock.c | 10 +---------
 2 files changed, 3 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org April 6, 2024, 4:42 p.m. UTC | #1
The pull request you sent on Sat, 6 Apr 2024 12:37:15 -0400:

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

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

Thank you!