bpf: Add kernel/bpftool asm support for new instructions
authorYonghong Song <yonghong.song@linux.dev>
Wed, 28 Jun 2023 22:29:51 +0000 (15:29 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 28 Jul 2023 01:54:02 +0000 (18:54 -0700)
commitf835bb6222998c8655bc4e85287d42b57c17b208
treeee72f6b3b326a938a682674e27e8974d27356a50
parent4cd58e9af8b9d9fff6b7145e742abbfcda0af4af
bpf: Add kernel/bpftool asm support for new instructions

Add asm support for new instructions so kernel verifier and bpftool
xlated insn dumps can have proper asm syntax for new instructions.

Acked-by: Eduard Zingerman <eddyz87@gmail.com>
Acked-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/disasm.c