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 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

Pull NFS client bugfix from Trond Myklebust:
"Fix an RCU read lock leakage in pnfs_alloc_ds_commits_list()"

* tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
pNFS: Fix RCU lock leakage

+1
+1
fs/nfs/pnfs_nfs.c
··· 501 501 rcu_read_lock(); 502 502 pnfs_put_commit_array(array, cinfo->inode); 503 503 } 504 + rcu_read_unlock(); 504 505 return ret; 505 506 } 506 507