Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Tue, 25 May 2021 22:59:24 +0000 (15:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 May 2021 22:59:24 +0000 (15:59 -0700)
commitf5d287126f63f76bcf50cf0b085199cc34f07d74
tree393ccee3bdb819a4610ce3e16a8f46fda81a9020
parent6dfa87b492c039c3c17e70ca0a400d9ee36f34a6
parent1bad6fd52be4ce12d207e2820ceb0f29ab31fc53
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2021-05-26

The following pull-request contains BPF updates for your *net* tree.

We've added 14 non-merge commits during the last 14 day(s) which contain
a total of 17 files changed, 513 insertions(+), 231 deletions(-).

The main changes are:

1) Fix bpf_skb_change_head() helper to reset mac_len, from Jussi Maki.

2) Fix masking direction swap upon off-reg sign change, from Daniel Borkmann.

3) Fix BPF offloads in verifier by reordering driver callback, from Yinjun Zhang.

4) BPF selftest for ringbuf mmap ro/rw restrictions, from Andrii Nakryiko.

5) Follow-up fixes to nested bprintf per-cpu buffers, from Florent Revest.

6) Fix bpftool sock_release attach point help info, from Liu Jian.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>