diff options
author | 2020-11-05 11:51:09 -0800 | |
---|---|---|
committer | 2020-11-05 18:49:29 -0800 | |
commit | 7c0afcad7507636529e6a5a2a5eef5482619a449 (patch) | |
tree | 472e749125b9b55427b60788296883564f27d48b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tools/bpftool: Fix attaching flow dissector (diff) | |
download | wireguard-linux-7c0afcad7507636529e6a5a2a5eef5482619a449.tar.xz wireguard-linux-7c0afcad7507636529e6a5a2a5eef5482619a449.zip |
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 '')
0 files changed, 0 insertions, 0 deletions