Hi Linus, The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c: Linux 5.13-rc4 (2021-05-30 11:58:25 -1000) are available in the Git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.13-3 for you to fetch changes up to c3aba897c6e67fa464ec02b1f17911577d619713: NFSv4: Fix second deadlock in nfs4_evict_inode() (2021-06-03 10:14:42 -0400) Cheers Trond ---------------------------------------------------------------- NFS client bugfixes for Linux 5.13 Highlights include Stable fixes: - Fix use-after-free in nfs4_init_client() Bugfixes: - Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode() - Fix second deadlock in nfs4_evict_inode() - nfs4_proc_set_acl should not change the value of NFS_CAP_UIDGID_NOMAP - Fix setting of the NFS_CAP_SECURITY_LABEL capability ---------------------------------------------------------------- Anna Schumaker (1): NFS: Fix use-after-free in nfs4_init_client() Chuck Lever (1): NFS: FMODE_READ and friends are C macros, not enum types Dai Ngo (1): NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error. Dan Carpenter (1): NFS: Fix a potential NULL dereference in nfs_get_client() Scott Mayhew (1): NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriate Trond Myklebust (2): NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode() NFSv4: Fix second deadlock in nfs4_evict_inode() fs/nfs/client.c | 2 +- fs/nfs/nfs4_fs.h | 1 + fs/nfs/nfs4client.c | 2 +- fs/nfs/nfs4proc.c | 37 ++++++++++++++++++++++++++++++------- fs/nfs/nfstrace.h | 4 ---- 5 files changed, 33 insertions(+), 13 deletions(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx