aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorNeilBrown <[email protected]>2021-09-02 09:30:37 +1000
committerChuck Lever <[email protected]>2021-09-03 13:38:11 -0400
commit0c217d5066c84f67cd672cf03ec8f682e5d013c2 (patch)
tree042d081a4fa11ab491c43e3054bbe66886294aea /lib/test_overflow.c
parente38b3f20059426a0adbde014ff71071739ab5226 (diff)
SUNRPC: improve error response to over-size gss credential
When the NFS server receives a large gss (kerberos) credential and tries to pass it up to rpc.svcgssd (which is deprecated), it triggers an infinite loop in cache_read(). cache_request() always returns -EAGAIN, and this causes a "goto again". This patch: - changes the error to -E2BIG to avoid the infinite loop, and - generates a WARN_ONCE when rsi_request first sees an over-sized credential. The warning suggests switching to gssproxy. Link: https://bugzilla.kernel.org/show_bug.cgi?id=196583 Signed-off-by: NeilBrown <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions