diff options
| author | KP Singh <[email protected]> | 2020-03-05 23:01:27 +0100 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2020-03-05 15:14:58 -0800 |
| commit | 3e7c67d90e3ed2f34fce42699f11b150dd1d3999 (patch) | |
| tree | a0c66b42f9fbcf54ce17127cf87662379593829d /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | 69191754ff299a64575003d9e2a79db190d27115 (diff) | |
bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET
test_run.o is not built when CONFIG_NET is not set and
bpf_prog_test_run_tracing being referenced in bpf_trace.o causes the
linker error:
ld: kernel/trace/bpf_trace.o:(.rodata+0x38): undefined reference to
`bpf_prog_test_run_tracing'
Add a __weak function in bpf_trace.c to handle this.
Fixes: da00d2f117a0 ("bpf: Add test ops for BPF_PROG_TYPE_TRACING")
Signed-off-by: KP Singh <[email protected]>
Reported-by: Randy Dunlap <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions