The following changes since commit d3aefd2b29ff5ffdeb5c06a7d3191a027a18cdb8: nfsd: fix net-namespace logic in __nfsd_file_cache_purge (2022-11-01 17:27:27 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.1-4 for you to fetch changes up to 50256e4793a5e5ab77703c82a47344ad2e774a59: nfsd: put the export reference in nfsd4_verify_deleg_dentry (2022-11-08 11:32:53 -0500) ---------------------------------------------------------------- Fixes: - Fix an export leak - Fix a potential tracepoint crash ---------------------------------------------------------------- Jeff Layton (2): nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint nfsd: put the export reference in nfsd4_verify_deleg_dentry fs/nfsd/filecache.c | 1 + fs/nfsd/nfs4state.c | 1 + 2 files changed, 2 insertions(+) -- Chuck Lever