tracing: Update print fmt check to handle new __get_sockaddr() macro
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Tue, 25 Jan 2022 15:44:08 +0000 (10:44 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Feb 2022 16:01:53 +0000 (11:01 -0500)
commit88c4ead4b0cfe680446c7f667a71f8926542e1bc
tree0efb21984b0ea0a623bde5ea904215683feb9707
parent349e6ce41ef32f9028aab6bfa6fc842ce1a502b4
tracing: Update print fmt check to handle new __get_sockaddr() macro

A helper macro was added to make reading socket addresses easier in trace
events. It pairs %pISpc with __get_sockaddr() that reads the socket
address from the ring buffer into a human readable format.

The boot up check that makes sure that trace events do not reference
pointers to memory that can later be freed when the trace event is read,
incorrectly flagged this as a delayed reference. Update the check to
handle "__get_sockaddr" and not report an error on it.

Link: https://lore.kernel.org/all/20220125160505.068dbb52@canb.auug.org.au/
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
kernel/trace/trace_events.c