From: Quentin Monnet Date: Tue, 20 Aug 2019 09:31:51 +0000 (+0100) Subject: tools: bpf: synchronise BPF UAPI header with tools X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d2648e1ebbceb4da4f2edf5d471963f8831f3554;p=linux.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 0ef594ac38993..8aa6126f0b6e9 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 {