Skip to content
Commit 93771b01 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'bpf-verifier-disassembly-improvements'



Edward Cree says:

====================
bpf/verifier: disassembly improvements

Fix the output of print_bpf_insn() for ALU ops that don't look like
 compound assignment (i.e. BPF_END and BPF_NEG).

Sample output for a short test program:
0: (b4) (u32) r0 = (u32) 0
1: (dc) r0 = be32 r0
2: (84) r0 = (u32) -r0
3: (95) exit
processed 4 insns, stack depth 0
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 4d8806fd 73c864b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment