summaryrefslogtreecommitdiff
path: root/kernel/bpf
diff options
context:
space:
mode:
authorYaqi Chen <chendotjs@gmail.com>2021-04-16 18:48:03 +0300
committerAlexei Starovoitov <ast@kernel.org>2021-04-20 04:19:49 +0300
commit137733d08f4ab14a354dacaa9a8fc35217747605 (patch)
treedb597015b653b9a2ba76a5d94e296018255761b8 /kernel/bpf
parent900367b208ee04768bb4323d0051ba11c434bafc (diff)
downloadlinux-137733d08f4ab14a354dacaa9a8fc35217747605.tar.xz
samples/bpf: Fix broken tracex1 due to kprobe argument change
>From commit c0bbbdc32feb ("__netif_receive_skb_core: pass skb by reference"), the first argument passed into __netif_receive_skb_core has changed to reference of a skb pointer. This commit fixes by using bpf_probe_read_kernel. Signed-off-by: Yaqi Chen <chendotjs@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20210416154803.37157-1-chendotjs@gmail.com
Diffstat (limited to 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions