Hi Chuck, The first 3 are directly related to the svc_process_common() patch I sent yesterday. They're just further cleanups and fixes to that codepath. The other two are random sunrpc patches I've been carrying for a while. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> --- Jeff Layton (6): sunrpc: fix handling of unknown auth status codes sunrpc: remove SVC_SYSERR sunrpc: reset rq_accept_statp when starting a new RPC sunrpc: return better error in svcauth_gss_accept() on alloc failure sunrpc: rearrange struct svc_rqst for fewer cachelines sunrpc: make svc_tcp_sendmsg() take a signed sentp pointer include/linux/sunrpc/msg_prot.h | 18 ++++++++++-------- include/linux/sunrpc/svc.h | 6 +++--- include/linux/sunrpc/svcauth.h | 1 - include/linux/sunrpc/xdr.h | 2 ++ include/trace/events/sunrpc.h | 2 -- net/sunrpc/auth_gss/svcauth_gss.c | 3 ++- net/sunrpc/svc.c | 14 +++++--------- net/sunrpc/svcsock.c | 5 ++--- 8 files changed, 24 insertions(+), 27 deletions(-) --- base-commit: 78ff1c2c7a4a3a7c6d3c9a7c4142c41081b53a0d change-id: 20250620-rpc-6-17-7b5e9ebfb8ee Best regards, -- Jeff Layton <jlayton@xxxxxxxxxx>