mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 04:20:23 +09:00
SUNRPC: Mark the cred for revalidation if the server rejects it
[ Upstream commit611fa42dfa] If the server rejects the credential as being stale, or bad, then we should mark it for revalidation before retransmitting. Fixes:7f5667a5f8("SUNRPC: Clean up rpc_verify_header()") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f1c434ddaf
commit
d381bfe138
@@ -2668,6 +2668,7 @@ out_msg_denied:
|
||||
case rpc_autherr_rejectedverf:
|
||||
case rpcsec_gsserr_credproblem:
|
||||
case rpcsec_gsserr_ctxproblem:
|
||||
rpcauth_invalcred(task);
|
||||
if (!task->tk_cred_retry)
|
||||
break;
|
||||
task->tk_cred_retry--;
|
||||
|
||||
Reference in New Issue
Block a user