commit | 390ee7e29fc8e6e90d3065b00afb047c4ee552f9 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@fb.com> | Mon Oct 02 22:50:23 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 04 16:05:05 2017 -0700 |
tree | 9a5d9870bb4cf67905cb638cbe1b3063251a100f | |
parent | 468e2f64d220fe2dc11caa2bcb9b3a1e50fc7321 [diff] |
bpf: enforce return code for cgroup-bpf programs with addition of tnum logic the verifier got smart enough and we can enforce return codes at program load time. For now do so for cgroup-bpf program types. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>