-
- Downloads
Merge branch 'bpf-Fix-bugs-in-sock_ops-samples'
Lawrence Brakmo says:
====================
bpf: Fix bugs in sock_ops samples
The programs were returning -1 in some cases when they should
only return 0 or 1. Changes in the verifier now catch this
issue and the programs fail to load. This is now fixed.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- samples/bpf/tcp_bufs_kern.c 8 additions, 6 deletionssamples/bpf/tcp_bufs_kern.c
- samples/bpf/tcp_clamp_kern.c 13 additions, 11 deletionssamples/bpf/tcp_clamp_kern.c
- samples/bpf/tcp_cong_kern.c 4 additions, 2 deletionssamples/bpf/tcp_cong_kern.c
- samples/bpf/tcp_iw_kern.c 8 additions, 6 deletionssamples/bpf/tcp_iw_kern.c
- samples/bpf/tcp_rwnd_kern.c 4 additions, 2 deletionssamples/bpf/tcp_rwnd_kern.c
- samples/bpf/tcp_synrto_kern.c 4 additions, 2 deletionssamples/bpf/tcp_synrto_kern.c
Loading
Please register or sign in to comment