summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
diff options
context:
space:
mode:
authorGianluca Borello <g.borello@gmail.com>2017-10-26 01:47:42 +0000
committerDavid S. Miller <davem@davemloft.net>2017-10-27 22:14:22 +0900
commit035226b964c820f65e201cdf123705a8f1d7c670 (patch)
tree4559b7bd07f54944a2f046b6124a24c9f24e9f14 /drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
parent392209fa833287a1c5532ffbb098bba584a69dbc (diff)
downloadlinux-035226b964c820f65e201cdf123705a8f1d7c670.tar.gz
linux-035226b964c820f65e201cdf123705a8f1d7c670.tar.bz2
linux-035226b964c820f65e201cdf123705a8f1d7c670.zip
bpf: remove tail_call and get_stackid helper declarations from bpf.h
commit afdb09c720b6 ("security: bpf: Add LSM hooks for bpf object related syscall") included linux/bpf.h in linux/security.h. As a result, bpf programs including bpf_helpers.h and some other header that ends up pulling in also security.h, such as several examples under samples/bpf, fail to compile because bpf_tail_call and bpf_get_stackid are now "redefined as different kind of symbol". >From bpf.h: u64 bpf_tail_call(u64 ctx, u64 r2, u64 index, u64 r4, u64 r5); u64 bpf_get_stackid(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5); Whereas in bpf_helpers.h they are: static void (*bpf_tail_call)(void *ctx, void *map, int index); static int (*bpf_get_stackid)(void *ctx, void *map, int flags); Fix this by removing the unused declaration of bpf_tail_call and moving the declaration of bpf_get_stackid in bpf_trace.c, which is the only place where it's needed. Signed-off-by: Gianluca Borello <g.borello@gmail.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h')
0 files changed, 0 insertions, 0 deletions