diff options
| author | Stanislav Fomichev <[email protected]> | 2022-06-28 17:43:10 +0000 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2022-06-29 20:21:52 +0000 |
| commit | 3b34bcb946c2a8240ef6761be2ee404ceb7e1079 (patch) | |
| tree | 57a329246c955b344b6d8ce7679cddc93276b1ef /tools/testing/selftests/bpf/prog_tests/resolve_btfids.c | |
| parent | bpf: expose bpf_{g,s}etsockopt to lsm cgroup (diff) | |
| download | kernel-3b34bcb946c2a8240ef6761be2ee404ceb7e1079.tar.gz kernel-3b34bcb946c2a8240ef6761be2ee404ceb7e1079.zip | |
tools/bpf: Sync btf_ids.h to tools
Has been slowly getting out of sync, let's update it.
resolve_btfids usage has been updated to match the header changes.
Also bring new parts of tools/include/uapi/linux/bpf.h.
Acked-by: Martin KaFai Lau <[email protected]>
Signed-off-by: Stanislav Fomichev <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/resolve_btfids.c')
| -rw-r--r-- | tools/testing/selftests/bpf/prog_tests/resolve_btfids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/resolve_btfids.c b/tools/testing/selftests/bpf/prog_tests/resolve_btfids.c index f4a13d9dd5c8..c197261d02e2 100644 --- a/tools/testing/selftests/bpf/prog_tests/resolve_btfids.c +++ b/tools/testing/selftests/bpf/prog_tests/resolve_btfids.c @@ -44,7 +44,7 @@ BTF_ID(union, U) BTF_ID(func, func) extern __u32 test_list_global[]; -BTF_ID_LIST_GLOBAL(test_list_global) +BTF_ID_LIST_GLOBAL(test_list_global, 1) BTF_ID_UNUSED BTF_ID(typedef, S) BTF_ID(typedef, T) |
