]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rxrpc: Add more CHALLENGE/RESPONSE packet tracing
authorDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2025 09:52:58 +0000 (10:52 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 00:36:42 +0000 (17:36 -0700)
commitfba6995798c6085a0c2fc67e0cacd489a6971044
tree2924f8fac3faa4fa2239ed5a6370a00d33273e56
parentd98c317fd9aa78dfa45e47deb6536cd35783afd1
rxrpc: Add more CHALLENGE/RESPONSE packet tracing

Add more tracing for CHALLENGE and RESPONSE packets.  Currently, rxrpc only
has client-relevant tracepoints (rx_challenge and tx_response), but add the
server-side ones too.

Further, record the service ID in the rx_challenge tracepoint as well.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Simon Horman <horms@kernel.org>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20250411095303.2316168-14-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/trace/events/rxrpc.h
net/rxrpc/output.c
net/rxrpc/rxgk.c
net/rxrpc/rxkad.c