Home
last modified time | relevance | path

Searched hist:"10 b9d99a3dbbf5e9af838d1887a1047875dcafd9" (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dtrace.cdiff 10b9d99a3dbbf5e9af838d1887a1047875dcafd9 Sun Apr 19 00:30:42 CEST 2020 Chuck Lever <chuck.lever@oracle.com> 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>
H A Dsvcauth_gss.cdiff 10b9d99a3dbbf5e9af838d1887a1047875dcafd9 Sun Apr 19 00:30:42 CEST 2020 Chuck Lever <chuck.lever@oracle.com> 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>
/linux/include/trace/events/
H A Drpcgss.hdiff 10b9d99a3dbbf5e9af838d1887a1047875dcafd9 Sun Apr 19 00:30:42 CEST 2020 Chuck Lever <chuck.lever@oracle.com> 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>