Searched hist:"2 ff969fb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | tcp_cong_kern.c | 2ff969fb Sat Nov 11 00:19:53 CST 2017 Lawrence Brakmo <brakmo@fb.com> bpf: Fix tcp_cong_kern.c sample program
The program was returning -1 in some cases which is not allowed by the verifier any longer.
Fixes: 390ee7e29fc8 ("bpf: enforce return code for cgroup-bpf programs") Signed-off-by: Lawrence Brakmo <brakmo@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net> 2ff969fb Sat Nov 11 00:19:53 CST 2017 Lawrence Brakmo <brakmo@fb.com> bpf: Fix tcp_cong_kern.c sample program The program was returning -1 in some cases which is not allowed by the verifier any longer. Fixes: 390ee7e29fc8 ("bpf: enforce return code for cgroup-bpf programs") Signed-off-by: Lawrence Brakmo <brakmo@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|