bpf-docs icon indicating copy to clipboard operation
bpf-docs copied to clipboard

eBPF.md: Add missing instructions and instruction variants (32-bit jumps, atomic instructions, call and lddw variants)

Open qmonnet opened this issue 6 years ago • 2 comments

Reflecting the recent addition of 32-bit jump instruction class support to the Linux kernel [0], add the related instructions to the unofficial spec to keep it up-to-date.

[0] merge commit ae575c8a9868 ("Merge branch 'jmp32-insns'") Cc: @JiongWang

qmonnet avatar Jan 28 '19 15:01 qmonnet

Now we also want atomic operations. https://lore.kernel.org/bpf/[email protected]/t/#u

qmonnet avatar Jan 19 '21 18:01 qmonnet

I updated this PR with more instructions and variants (Cc @dthaler).

qmonnet avatar Aug 10 '22 01:08 qmonnet