]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2021 22:48:08 +0000 (15:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2021 22:48:08 +0000 (15:48 -0700)
commitcb8aaedfebeff569f1c77fec961a1c7f4c24735e
tree172c9fac6ccc63b4c103cc23143ae87a8ea5e5f9
parent3cdb3548b84899b374468407444fe7a69225b3b0
parent44d0a0fb8faba1b6adf33fcf1f58b1c334e385c2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2021-04-17

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

We've added 10 non-merge commits during the last 9 day(s) which contain
a total of 8 files changed, 175 insertions(+), 111 deletions(-).

The main changes are:

1) Fix a potential NULL pointer dereference in libbpf's xsk
   umem handling, from Ciara Loftus.

2) Mitigate a speculative oob read of up to map value size by
   tightening the masking window, from Daniel Borkmann.
====================

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