Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Wed, 28 Jul 2021 23:53:32 +0000 (00:53 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Jul 2021 23:53:32 +0000 (00:53 +0100)
commitfc16a5322ee6c30ea848818722eee5d352f8d127
tree2f61fb372bf7a1c337fd0c1bd51a4096567e5d0c
parent89fb62fde3b226f99b7015280cf132e2a7438edf
parent2039f26f3aca5b0e419b98f65dd36481337b86ee
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2021-07-29

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

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

The main changes are:

1) Fix UBSAN out-of-bounds splat for showing XDP link fdinfo, from Lorenz Bauer.

2) Fix insufficient Spectre v4 mitigation in BPF runtime, from Daniel Borkmann,
   Piotr Krysiuk and Benedict Schlueter.

3) Batch of fixes for BPF sockmap found under stress testing, from John Fastabend.
====================

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