From: Cong Wang <hidden> Date: 2021-07-15 06:00:30
From: Qitao Xu <redacted>
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 <redacted>
Signed-off-by: Qitao Xu <redacted>
---
include/trace/events/qdisc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Yunsheng Lin <hidden> Date: 2021-07-15 11:26:58
On 2021/7/15 14:00, Cong Wang wrote:
From: Qitao Xu <redacted>
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.
From: Cong Wang <hidden> Date: 2021-07-15 15:17:24
On Thu, Jul 15, 2021 at 4:26 AM Yunsheng Lin [off-list ref] wrote:
On 2021/7/15 14:00, Cong Wang wrote:
quoted
From: Qitao Xu <redacted>
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.
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Jul 2021 23:00:21 -0700 you wrote:
From: Qitao Xu <redacted>
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.
[...]