diff options
author | Yaqi Chen <chendotjs@gmail.com> | 2021-04-16 18:48:03 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-04-20 04:19:49 +0300 |
commit | 137733d08f4ab14a354dacaa9a8fc35217747605 (patch) | |
tree | db597015b653b9a2ba76a5d94e296018255761b8 /arch/um/Makefile | |
parent | 900367b208ee04768bb4323d0051ba11c434bafc (diff) | |
download | linux-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 'arch/um/Makefile')
0 files changed, 0 insertions, 0 deletions