rbpf icon indicating copy to clipboard operation
rbpf copied to clipboard

Support for 32-bit jump instructions

Open qmonnet opened this issue 6 years ago • 1 comments

eBPF in Linux kernel just got extended to use the 0x06 class of instructions for 32-bit jumps. See the merge commit and its parents. This should land in kernel 5.1.

To keep rbpf compatibility with Linux eBPF as close as possible, it would be nice to have support for those instructions for the interpreter as well as for the JIT in the future.

qmonnet avatar Jan 28 '19 15:01 qmonnet

Also, atomics: https://lore.kernel.org/bpf/[email protected]/t/#u

qmonnet avatar Jan 19 '21 18:01 qmonnet