commit | c5fc9692d101d1318b0f53f9f691cd88ac029317 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 10 11:25:17 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 11 14:19:00 2017 -0400 |
tree | d1377b940772c2761cb6a723655d56a565586b47 | |
parent | d1174416747d790d750742d0514915deeed93acf [diff] |
bpf: Do per-instruction state dumping in verifier when log_level > 1. If log_level > 1, do a state dump every instruction and emit it in a more compact way (without a leading newline). This will facilitate more sophisticated test cases which inspect the verifier log for register state. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Daniel Borkmann <daniel@iogearbox.net>