mbox series

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

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

Pull-request

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

Message

Chuck Lever Oct. 10, 2024, 12:30 p.m. UTC
The following changes since commit 509abfc7a0ba66afa648e8216306acdc55ec54ed:

  xdrgen: Prevent reordering of encoder and decoder functions (2024-09-20 19:31:41 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c88c150a467fcb670a1608e2272beeee3e86df6e:

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

----------------------------------------------------------------
nfsd-6.12 fixes:
- Fix NFSD bring-up / shutdown
- Fix a UAF when releasing a stateid

----------------------------------------------------------------
Chuck Lever (1):
      NFSD: Mark filecache "down" if init fails

NeilBrown (1):
      nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() failed

Olga Kornievskaia (1):
      nfsd: fix possible badness in FREE_STATEID

 fs/nfsd/filecache.c | 4 +++-
 fs/nfsd/nfs4state.c | 1 +
 fs/nfsd/nfssvc.c    | 6 +++---
 3 files changed, 7 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 10, 2024, 5:30 p.m. UTC | #1
The pull request you sent on Thu, 10 Oct 2024 08:30:21 -0400:

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

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

Thank you!