commit | e1853319fc4c7279a3561b1844af4a02487c93ef | [log] [tgz] |
---|---|---|
author | Lawrence Brakmo <brakmo@fb.com> | Fri Nov 10 22:19:54 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 11 15:52:41 2017 +0900 |
tree | 2a2a98fe29e2ea0d69178e3c92622ff3a67ffe57 | |
parent | 2ff969fbe2bfa4486b66226917352d4bb12ec1cb [diff] |
bpf: Fix tcp_iw_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>