diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-11-05 22:51:09 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-11-06 05:49:29 +0300 |
commit | 7c0afcad7507636529e6a5a2a5eef5482619a449 (patch) | |
tree | 472e749125b9b55427b60788296883564f27d48b /tools | |
parent | f9b7ff0d7f7a466a920424246e7ddc2b84c87e52 (diff) | |
download | linux-7c0afcad7507636529e6a5a2a5eef5482619a449.tar.xz |
bpf: BPF_PRELOAD depends on BPF_SYSCALL
Fix build error when BPF_SYSCALL is not set/enabled but BPF_PRELOAD is
by making BPF_PRELOAD depend on BPF_SYSCALL.
ERROR: modpost: "bpf_preload_ops" [kernel/bpf/preload/bpf_preload.ko] undefined!
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20201105195109.26232-1-rdunlap@infradead.org
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions