]> git.baikalelectronics.ru Git - kernel.git/commit
net_sched: use %px to print skb address in trace_qdisc_dequeue()
authorQitao Xu <qitao.xu@bytedance.com>
Thu, 15 Jul 2021 06:00:21 +0000 (23:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jul 2021 17:31:23 +0000 (10:31 -0700)
commit206259288e19e467112a4c80c77becf51208c369
tree952bbeb48821088e2818644794fae7587390a809
parent9aed80c14870caf348c8495420091ed25e749684
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>
include/trace/events/qdisc.h