mbox series

[GIT,PULL] Please pull NFS client bugfixes for 5.13

Message ID a163fa3530e0c39ae83bdbee68dd189b1d15fe27.camel@hammerspace.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client bugfixes for 5.13 | expand

Pull-request

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.13-3

Message

Trond Myklebust June 13, 2021, 3:36 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 13, 2021, 8:17 p.m. UTC | #1
The pull request you sent on Sun, 13 Jun 2021 15:36:38 +0000:

> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.13-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/960f0716d80fb8241356ba862a4c377c7250121f

Thank you!