From: Quentin Monnet Date: Tue, 20 Aug 2019 09:31:51 +0000 (+0100) Subject: tools: bpf: synchronise BPF UAPI header with tools X-Git-Tag: for-linus-2019-09-27~91^2~62^2~28^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d2648e1ebbceb4da4f2edf5d471963f8831f3554;p=linux-2.6-block.git tools: bpf: synchronise BPF UAPI header with tools Synchronise the bpf.h header under tools, to report the addition of the new BPF_BTF_GET_NEXT_ID syscall command for bpf(). Signed-off-by: Quentin Monnet Signed-off-by: Alexei Starovoitov --- diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index 0ef594ac3899..8aa6126f0b6e 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -106,6 +106,7 @@ enum bpf_cmd { BPF_TASK_FD_QUERY, BPF_MAP_LOOKUP_AND_DELETE_ELEM, BPF_MAP_FREEZE, + BPF_BTF_GET_NEXT_ID, }; enum bpf_map_type {