diff options
| author | Alexei Starovoitov <[email protected]> | 2019-04-02 04:27:46 +0000 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2019-04-03 23:27:38 +0000 |
| commit | 7a9f5c65abcc9644b11738ca0815510cb5510eaf (patch) | |
| tree | a6f9460e4dbd029f130ac317ae83526536614b5e /tools/lib/bpf/bpf.c | |
| parent | bpf: increase complexity limit and maximum program size (diff) | |
| download | kernel-7a9f5c65abcc9644b11738ca0815510cb5510eaf.tar.gz kernel-7a9f5c65abcc9644b11738ca0815510cb5510eaf.zip | |
bpf: increase verifier log limit
The existing 16Mbyte verifier log limit is not enough for log_level=2
even for small programs. Increase it to 1Gbyte.
Note it's not a kernel memory limit.
It's an amount of memory user space provides to store
the verifier log. The kernel populates it 1k at a time.
Signed-off-by: Alexei Starovoitov <[email protected]>
Reviewed-by: Jakub Kicinski <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/lib/bpf/bpf.c')
0 files changed, 0 insertions, 0 deletions
