Hi Linus- - NFS server regression in kernel 5.13 (tested w/ 5.13.9) This PR includes a fix for this regression. ---- cut here ---- The following changes since commit 0bcc7ca40bd823193224e9f38bafbd8325aaf566: nfsd: fix crash on LOCKT on reexported NFSv3 (2021-08-26 15:32:29 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.15-1 for you to fetch changes up to 0c217d5066c84f67cd672cf03ec8f682e5d013c2: SUNRPC: improve error response to over-size gss credential (2021-09-03 13:38:11 -0400) ---------------------------------------------------------------- Critical bug fixes: - Restore performance on memory-starved servers ---------------------------------------------------------------- NeilBrown (2): SUNRPC: don't pause on incomplete allocation SUNRPC: improve error response to over-size gss credential net/sunrpc/auth_gss/svcauth_gss.c | 2 ++ net/sunrpc/cache.c | 2 +- net/sunrpc/svc_xprt.c | 13 +++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) -- Chuck Lever