summaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorStanislav Fomichev <sdf@google.com>2020-08-06 11:26:12 -0700
committerAlexei Starovoitov <ast@kernel.org>2020-08-06 16:53:17 -0700
commit0d360d64b01231cdb36e1936de889f308fd9317f (patch)
treeeb3b951c56f03ab30669639a1353db56620f1dc9 /tools/testing
parentd48556f45608921fa07cb882f9dd15a8a1203427 (diff)
bpf: Remove inline from bpf_do_trace_printk
I get the following error during compilation on my side: kernel/trace/bpf_trace.c: In function 'bpf_do_trace_printk': kernel/trace/bpf_trace.c:386:34: error: function 'bpf_do_trace_printk' can never be inlined because it uses variable argument lists static inline __printf(1, 0) int bpf_do_trace_printk(const char *fmt, ...) ^ Fixes: ac5a72ea5c89 ("bpf: Use dedicated bpf_trace_printk event instead of trace_printk()") Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200806182612.1390883-1-sdf@google.com
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions