mbox series

[GIT,PULL] Please pull NFS fixes for 4.20

Message ID 15f600c2e93b3c764a236168e47891c1f46fc2e5.camel@hammerspace.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS fixes for 4.20 | expand

Pull-request

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

Message

Trond Myklebust Nov. 15, 2018, 12:12 a.m. UTC
Hi Linus,

The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad:

  Linux 4.20-rc2 (2018-11-11 17:12:31 -0600)

are available in the Git repository at:

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

for you to fetch changes up to e39d8a186ed002854196668cb7562ffdfbc6d379:

  NFSv4: Fix an Oops during delegation callbacks (2018-11-13 17:15:17 -0500)

Cheers,
   Trond

----------------------------------------------------------------
NFS client bugfixes for Linux 4.20

Highlights include:

Stable fixes:
- Don't exit the NFSv4 state manager without clearing NFS4CLNT_MANAGER_RUNNING

Bugfixes:
- Fix an Oops when destroying the RPCSEC_GSS credential cache
- Fix an Oops during delegation callbacks
- Ensure that the NFSv4 state manager exits the loop on SIGKILL
- Fix a bogus get/put in generic_key_to_expire()

----------------------------------------------------------------
Trond Myklebust (5):
      NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNING
      NFSv4: Ensure that the state manager exits the loop on SIGKILL
      SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cache
      SUNRPC: Fix a bogus get/put in generic_key_to_expire()
      NFSv4: Fix an Oops during delegation callbacks

 fs/nfs/callback_proc.c         |  4 +--
 fs/nfs/delegation.c            | 11 ++++++--
 fs/nfs/nfs4state.c             | 10 ++++---
 net/sunrpc/auth_generic.c      |  8 +-----
 net/sunrpc/auth_gss/auth_gss.c | 61 +++++++++++++++++++++++++++++-------------
 5 files changed, 60 insertions(+), 34 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 15, 2018, 5:30 p.m. UTC | #1
The pull request you sent on Thu, 15 Nov 2018 00:12:01 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/94ca5c18e1e3742102ba3d054d36f4ee7c71fb7a

Thank you!