Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux

Pull nfsd fixes from Chuck Lever:

- Fix an export leak

- Fix a potential tracepoint crash

* tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
nfsd: put the export reference in nfsd4_verify_deleg_dentry
nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint

+2
+1
fs/nfsd/filecache.c
··· 1076 1076 goto open_file; 1077 1077 1078 1078 nfsd_file_slab_free(&nf->nf_rcu); 1079 + nf = NULL; 1079 1080 if (ret == -EEXIST) 1080 1081 goto retry; 1081 1082 trace_nfsd_file_insert_err(rqstp, key.inode, may_flags, ret);
+1
fs/nfsd/nfs4state.c
··· 5382 5382 if (err) 5383 5383 return -EAGAIN; 5384 5384 5385 + exp_put(exp); 5385 5386 dput(child); 5386 5387 if (child != file_dentry(fp->fi_deleg_file->nf_file)) 5387 5388 return -EAGAIN;