Re: [PATCH bpf-next] selftests/bpf: fix test_attach_probe map definition

2019-07-08 Thread Daniel Borkmann
On 07/06/2019 06:44 AM, Andrii Nakryiko wrote: > ef99b02b23ef ("libbpf: capture value in BTF type info for BTF-defined map > defs") changed BTF-defined maps syntax, while independently merged > 1e8611bbdfc9 ("selftests/bpf: add kprobe/uprobe selftests") added new > test using outdated syntax of map

Re: [PATCH bpf-next] selftests/bpf: fix test_attach_probe map definition

2019-07-05 Thread Yonghong Song
On 7/5/19 9:44 PM, Andrii Nakryiko wrote: > ef99b02b23ef ("libbpf: capture value in BTF type info for BTF-defined map > defs") changed BTF-defined maps syntax, while independently merged > 1e8611bbdfc9 ("selftests/bpf: add kprobe/uprobe selftests") added new > test using outdated syntax of maps.

[PATCH bpf-next] selftests/bpf: fix test_attach_probe map definition

2019-07-05 Thread Andrii Nakryiko
ef99b02b23ef ("libbpf: capture value in BTF type info for BTF-defined map defs") changed BTF-defined maps syntax, while independently merged 1e8611bbdfc9 ("selftests/bpf: add kprobe/uprobe selftests") added new test using outdated syntax of maps. This patch fixes this test after corresponding patch