On Sat, 16 Jan 2021 02:29:22 +0100 Daniel Borkmann wrote:
> 1) Extend atomic operations to the BPF instruction set along with x86-64 JIT
> support,
>that is, atomic{,64}_{xchg,cmpxchg,fetch_{add,and,or,xor}}, from Brendan
> Jackman.
>
> 2) Add support for using kernel module global variables
Hi David, hi Jakub,
The following pull-request contains BPF updates for your *net-next* tree.
We've added 41 non-merge commits during the last 7 day(s) which contain
a total of 100 files changed, 2565 insertions(+), 741 deletions(-).
The main changes are:
1) Extend atomic operations to the BPF