SUNRPC: Augment server-side rpcgss tracepoints
authorChuck Lever <chuck.lever@oracle.com>
Sat, 18 Apr 2020 22:30:42 +0000 (18:30 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 13 Jul 2020 21:28:24 +0000 (17:28 -0400)
commit10b9d99a3dbbf5e9af838d1887a1047875dcafd9
tree8ff713f8601de6ca17878a4c77ffdba3cf7cbc11
parent0e885e846d96df0c8a4a829b1ad355a82ccda656
SUNRPC: Augment server-side rpcgss tracepoints

Add similar tracepoints to those that were recently added on the
client side to track failures in the integ and priv unwrap paths.

And, let's collect the seqno-specific tracepoints together with a
common naming convention.

Regarding the gss_check_seq_num() changes: everywhere else treats
the GSS sequence number as an unsigned 32-bit integer. As far back
as 2.6.12, I couldn't find a compelling reason to do things
differently here. As a defensive change it's better to eliminate
needless implicit sign conversions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/trace/events/rpcgss.h
net/sunrpc/auth_gss/svcauth_gss.c
net/sunrpc/auth_gss/trace.c