From: David S. Miller Date: Thu, 28 Sep 2017 17:23:19 +0000 (-0700) Subject: Merge branch 'bpf-verifier-disassembly-improvements' X-Git-Tag: v4.15-rc1~84^2~612 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=93771b01600506d3c22d0802f9d0500325b13a69;p=users%2Fhch%2Fmisc.git 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: David S. Miller --- 93771b01600506d3c22d0802f9d0500325b13a69