]> 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>
Tue, 4 May 2021 01:40:17 +0000 (18:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 May 2021 01:40:17 +0000 (18:40 -0700)
commit6d3c9ee49df956942f0abe00c3ed548d782f781f
treec3534a6946f300d4fc0d565891d2806983fa9a5b
parenta9900cae6900daf08f3e5c0c861e8080f85db1aa
parent70937bd88a26375a4895a6c263334ea851eee08e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

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

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

We've added 5 non-merge commits during the last 4 day(s) which contain
a total of 6 files changed, 52 insertions(+), 30 deletions(-).

The main changes are:

1) Fix libbpf overflow when processing BPF ring buffer in case of extreme
   application behavior, from Brendan Jackman.

2) Fix potential data leakage of uninitialized BPF stack under speculative
   execution, from Daniel Borkmann.

3) Fix off-by-one when validating xsk pool chunks, from Xuan Zhuo.

4) Fix snprintf BPF selftest with a pid filter to avoid racing its output
   test buffer, from Florent Revest.
====================

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