Hi Linus- As reported in the initial nfsd-5.15 pull request: - NFSv4.1+ backchannel not getting restored after PATH_DOWN This PR includes a fix for that bug. ---- cut here ---- The following changes since commit 0c217d5066c84f67cd672cf03ec8f682e5d013c2: SUNRPC: improve error response to over-size gss credential (2021-09-03 13:38:11 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.15-2 for you to fetch changes up to 02579b2ff8b0becfb51d85a975908ac4ab15fba8: nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWN (2021-09-17 10:35:12 -0400) ---------------------------------------------------------------- Critical bug fixes: - Fix crash in NLM TEST procedure - NFSv4.1+ backchannel not restored after PATH_DOWN ---------------------------------------------------------------- Chuck Lever (1): NLM: Fix svcxdr_encode_owner() Dai Ngo (1): nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWN fs/lockd/svcxdr.h | 13 ++----------- fs/nfsd/nfs4state.c | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 14 deletions(-) -- Chuck Lever