]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Oct 2024 16:52:49 +0000 (09:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Oct 2024 16:52:49 +0000 (09:52 -0700)
commit5870963f6c0e2dc7f3330c6cfdbda6b81bfdd3a5
tree6fe3732f1f1a1e40d51c251f3ea114463b5dee18
parent825ec756afeeb082395ac6430e7b07e3a9997665
parentc88c150a467fcb670a1608e2272beeee3e86df6e
Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux

Pull nfsd fixes from Chuck Lever:

 - Fix NFSD bring-up / shutdown

 - Fix a UAF when releasing a stateid

* tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
  nfsd: fix possible badness in FREE_STATEID
  nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() failed
  NFSD: Mark filecache "down" if init fails
fs/nfsd/filecache.c
fs/nfsd/nfssvc.c