]> granicus.if.org Git - strace/commitdiff
xlat: add BPF_END to BPF_ALU opcode list
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 7 Jul 2017 16:43:41 +0000 (16:43 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 7 Jul 2017 16:43:41 +0000 (16:43 +0000)
BPF_END is one of three eBPF-only opcodes for BPF_ALU class.
Other two (BPF_MOV and BPF_ARSH) has been added earlier.

* xlat/bpf_op_alu.in: Add BPF_END.

xlat/bpf_op_alu.in

index e43aec604cd164b331048ee6be06955dff49de25..580b68bcae0a3015193304dcba044bcba2d2c253 100644 (file)
@@ -11,3 +11,4 @@ BPF_MOD
 BPF_XOR
 BPF_MOV
 BPF_ARSH
+BPF_END