commit | 105c03614bff2de60adf338e3ee90652b65c2d05 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@fb.com> | Tue May 30 13:31:32 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 31 19:29:48 2017 -0400 |
tree | 6a33c25dc229dd12bdce71c9056384b8a97aeb11 | |
parent | 50bbfed96766acb8b9e1b299e3daae5187c3eb5a [diff] |
bpf: fix stack_depth usage by test_bpf.ko test_bpf.ko doesn't call verifier before selecting interpreter or JITing, hence the tests need to manually specify the amount of stack they consume. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>