summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-01-25 10:44:08 -0500
committerChuck Lever <chuck.lever@oracle.com>2022-02-28 10:26:38 -0500
commitc6ced22997ad56a05377221bded7bb30973a62f2 (patch)
tree14bb8e4b437f5a01e321267697a8d76e5c5a39e9 /fs
parentd07c9ad622474616e94572e59e725c2c4a494fb4 (diff)
downloadlinux-c6ced22997ad56a05377221bded7bb30973a62f2.tar.bz2
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions