[PATCH v4 net-next 13/13] bpf/verifier: increase complexity limit to 128k

2017-08-03 Thread Edward Cree
The more detailed value tracking can reduce the effectiveness of pruning for some programs. So, to avoid rejecting previously valid programs, up the limit to 128kinsns. Hopefully we will be able to bring this back down later by improving pruning performance. Signed-off-by: Edward Cree

[PATCH v4 net-next 13/13] bpf/verifier: increase complexity limit to 128k

2017-08-03 Thread Edward Cree
The more detailed value tracking can reduce the effectiveness of pruning for some programs. So, to avoid rejecting previously valid programs, up the limit to 128kinsns. Hopefully we will be able to bring this back down later by improving pruning performance. Signed-off-by: Edward Cree ---