]> git.baikalelectronics.ru Git - kernel.git/commit
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Jul 2022 22:24:16 +0000 (15:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Jul 2022 22:24:16 +0000 (15:24 -0700)
commit558ce36f729737bd15dc7e090b33a541d0c60ee7
tree080f2f919b5746bb5d4a40d2df8197296369a67b
parentd54027b23eab6496a14dcf6c9342bda2ad0528da
parentc1ebb8ac62a7ff85a96f71d6f6fde7c3b6e5ff16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
bpf 2022-07-08

We've added 3 non-merge commits during the last 2 day(s) which contain
a total of 7 files changed, 40 insertions(+), 24 deletions(-).

The main changes are:

1) Fix cBPF splat triggered by skb not having a mac header, from Eric Dumazet.

2) Fix spurious packet loss in generic XDP when pushing packets out (note
   that native XDP is not affected by the issue), from Johan Almbladh.

3) Fix bpf_dynptr_{read,write}() helper signatures with flag argument before
   its set in stone as UAPI, from Joanne Koong.

* https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
  bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
  bpf: Make sure mac_header was set before using it
  xdp: Fix spurious packet loss in generic XDP TX path
====================

Link: https://lore.kernel.org/r/20220708213418.19626-1-daniel@iogearbox.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>