mirror of https://gitee.com/openkylin/linux.git
bpf: promote bpf_perf_event.h to mandatory UAPI header
Since commit c895f6f703
("bpf: correct broken uapi for
BPF_PROG_TYPE_PERF_EVENT program type"), all architectures
(except um) are required to have bpf_perf_event.h in uapi/asm.
Add it to mandatory-y so "make headers_install" can check it.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
parent
369a094d50
commit
bcb671c2fa
|
@ -3,6 +3,7 @@
|
|||
#
|
||||
mandatory-y += auxvec.h
|
||||
mandatory-y += bitsperlong.h
|
||||
mandatory-y += bpf_perf_event.h
|
||||
mandatory-y += byteorder.h
|
||||
mandatory-y += errno.h
|
||||
mandatory-y += fcntl.h
|
||||
|
|
Loading…
Reference in New Issue