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(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx