mbox series

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

Message ID ZxupRdOKLeNUKTyJ@tissot.1015granger.net (mailing list archive)
State New
Headers show
Series [GIT,PULL] additional 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-2

Message

Chuck Lever Oct. 25, 2024, 2:20 p.m. UTC
The following changes since commit c88c150a467fcb670a1608e2272beeee3e86df6e:

  nfsd: fix possible badness in FREE_STATEID (2024-10-05 15:44:25 -0400)

are available in the Git repository at:

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

for you to fetch changes up to d5ff2fb2e7167e9483846e34148e60c0c016a1f6:

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

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

- Fix a couple of use-after-free bugs

----------------------------------------------------------------
Olga Kornievskaia (1):
      nfsd: fix race between laundromat and free_stateid

Yang Erkun (1):
      nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net

 fs/nfsd/nfs4state.c | 50 +++++++++++++++++++++++++++++++++++++++++---------
 fs/nfsd/state.h     |  2 ++
 2 files changed, 43 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 25, 2024, 7:18 p.m. UTC | #1
The pull request you sent on Fri, 25 Oct 2024 10:20:53 -0400:

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

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

Thank you!