diff options
| author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2016-09-21 11:43:59 +0100 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-09-21 19:50:02 -0400 |
| commit | 6b17387307bafc71624b9890b9239b6a438e2e89 (patch) | |
| tree | 7aca8f20e9bb67b803f70ae60cda1f53b397d325 /scripts/gdb/linux/utils.py | |
| parent | 13a27dfc669724564aafa2699976ee756029fed2 (diff) | |
bpf: recognize 64bit immediate loads as consts
When running as parser interpret BPF_LD | BPF_IMM | BPF_DW
instructions as loading CONST_IMM with the value stored
in imm. The verifier will continue not recognizing those
due to concerns about search space/program complexity
increase.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions
