]> git.baikalelectronics.ru Git - kernel.git/commit
bpf, lsm: Make BPF_LSM depend on BPF_EVENTS
authorKP Singh <kpsingh@google.com>
Mon, 30 Mar 2020 20:40:59 +0000 (22:40 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 30 Mar 2020 20:57:23 +0000 (22:57 +0200)
commitd3588f4907521f459e6ac78cadda259abda0aa13
treeee2e63b9471143ed78dca3db4b7bed72d2f33028
parent3762949c193ec302dc86f922b2935ad3e4077428
bpf, lsm: Make BPF_LSM depend on BPF_EVENTS

LSM and tracing programs share their helpers with bpf_tracing_func_proto
which is only defined (in bpf_trace.c) when BPF_EVENTS is enabled.

Instead of adding __weak symbol, make BPF_LSM depend on BPF_EVENTS so
that both tracing and LSM programs can actually share helpers.

Fixes: 33af3b180530 ("bpf: Introduce BPF_PROG_TYPE_LSM")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: KP Singh <kpsingh@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200330204059.13024-1-kpsingh@chromium.org
init/Kconfig