commit | 4bd95f4b99e921f51783bfddcd9738e9d3eef2b5 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sat Jan 20 01:24:36 2018 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Jan 19 18:37:00 2018 -0800 |
tree | 2a3ee2548cfe25527e1f7d79ca3054028f9d8df8 | |
parent | de0a444ddae61b77683c27cd390e518e33858d20 [diff] |
bpf: add upper complexity limit to verifier log Given the limit could potentially get further adjustments in the future, add it to the log so it becomes obvious what the current limit is w/o having to check the source first. This may also be helpful for debugging complexity related issues on kernels that backport from upstream. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>