mbox series

[GIT,PULL] more NFSD fixes for v6.12-rc

Message ID ZyZwr9KvqOFkwE0N@tissot.1015granger.net (mailing list archive)
State New
Headers show
Series [GIT,PULL] more NFSD fixes for v6.12-rc | expand

Pull-request

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

Message

Chuck Lever Nov. 2, 2024, 6:34 p.m. UTC
The following changes since commit d5ff2fb2e7167e9483846e34148e60c0c016a1f6:

  nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net (2024-10-21 10:27:36 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 63a81588cd2025e75fbaf30b65930b76825c456f:

  rpcrdma: Always release the rpcrdma_device's xa_array (2024-10-30 16:14:00 -0400)

----------------------------------------------------------------
nfsd-6.12 fixes:

- Fix two async COPY bugs found during NFS bake-a-thon
- Fix an svcrdma memory leak

----------------------------------------------------------------
Chuck Lever (3):
      NFSD: Initialize struct nfsd4_copy earlier
      NFSD: Never decrement pending_async_copies on error
      rpcrdma: Always release the rpcrdma_device's xa_array

 fs/nfsd/nfs4proc.c              | 10 ++++------
 net/sunrpc/xprtrdma/ib_client.c |  1 +
 2 files changed, 5 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 3, 2024, 2:26 a.m. UTC | #1
The pull request you sent on Sat, 2 Nov 2024 14:34:23 -0400:

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

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

Thank you!