diff options
author | 2021-07-14 23:00:21 -0700 | |
---|---|---|
committer | 2021-07-15 10:31:23 -0700 | |
commit | 851f36e40962408309ad2665bf0056c19a97881c (patch) | |
tree | 952bbeb48821088e2818644794fae7587390a809 /net/unix/af_unix.c | |
parent | net: use %px to print skb address in trace_netif_receive_skb (diff) | |
download | wireguard-linux-851f36e40962408309ad2665bf0056c19a97881c.tar.xz wireguard-linux-851f36e40962408309ad2665bf0056c19a97881c.zip |
net_sched: use %px to print skb address in trace_qdisc_dequeue()
Print format of skbaddr is changed to %px from %p, because we want
to use skb address as a quick way to identify a packet.
Note, trace ring buffer is only accessible to privileged users,
it is safe to use a real kernel address here.
Reviewed-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: Qitao Xu <qitao.xu@bytedance.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions