commit | 91045f5e5238a6d2ad21d41d7e86e2fa65f90d76 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 10 11:42:48 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 11 14:19:00 2017 -0400 |
tree | e9acd575376236e1715bfa6704fdef67f7981a72 | |
parent | e07b98d9bffe410019dfcf62c3428d4a96c56a2c [diff] |
bpf: Add bpf_verify_program() to the library. This allows a test case to load a BPF program and unconditionally acquire the verifier log. It also allows specification of the strict alignment flag. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Daniel Borkmann <daniel@iogearbox.net>