]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Mar 2026 21:27:11 +0000 (14:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Mar 2026 21:27:11 +0000 (14:27 -0700)
commit8a30aeb0d1b4e4aaf7f7bae72f20f2ae75385ccb
tree172b3674cd1563edf6f437aca9b6d09007c04879
parent04a9f1766954687f0a1b7a0f7184dc4f86edcb30
parent5133b61aaf437e5f25b1b396b14242a6bb0508e2
Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux

Pull nfsd fixes from Chuck Lever:

 - Fix cache_request leak in cache_release()

 - Fix heap overflow in the NFSv4.0 LOCK replay cache

 - Hold net reference for the lifetime of /proc/fs/nfs/exports fd

 - Defer sub-object cleanup in export "put" callbacks

* tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
  nfsd: fix heap overflow in NFSv4.0 LOCK replay cache
  sunrpc: fix cache_request leak in cache_release
  NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fd
  NFSD: Defer sub-object cleanup in export put callbacks
fs/nfsd/export.c
fs/nfsd/nfs4xdr.c
fs/nfsd/nfsctl.c
net/sunrpc/cache.c