Files
android_kernel_xiaomi_sm8450/kernel/bpf
Jiong Wang 56cbd82ef0 bpf: disassembler support JMP32
This patch teaches disassembler about JMP32. There are two places to
update:

  - Class 0x6 now used by BPF_JMP32, not "unused".

  - BPF_JMP32 need to show comparison operands properly.
    The disassemble format is to add an extra "(32)" before the operands if
    it is a sub-register. A better disassemble format for both JMP32 and
    ALU32 just show the register prefix as "w" instead of "r", this is the
    format using by LLVM assembler.

Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Jiong Wang <jiong.wang@netronome.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2019-01-26 13:33:01 -08:00
..
2019-01-16 22:53:44 +01:00
2019-01-26 13:33:01 -08:00
2019-01-26 13:33:01 -08:00
2018-10-19 13:24:31 -07:00
2017-11-15 19:46:32 +09:00
2019-01-26 13:33:01 -08:00