mbox series

pull-request: bpf 2021-08-26

Message ID 20210826153720.19083-1-alexei.starovoitov@gmail.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: bpf 2021-08-26 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Message

Alexei Starovoitov Aug. 26, 2021, 3:37 p.m. UTC
Hi David, hi Jakub,

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

We've added 1 non-merge commits during the last 1 day(s) which contain
a total of.

The main changes are:

1) Fix ringbuf helper function compatibility, from Daniel.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Thanks a lot!

Also thanks to reporters, reviewers and testers of commits in this pull-request:

Alexei Starovoitov, Ryota Shiga (Flatt Security)

----------------------------------------------------------------

The following changes since commit 82a44ae113b7b35850f4542f0443fcab221e376a:

  net: stmmac: fix kernel panic due to NULL pointer dereference of plat->est (2021-08-23 11:49:34 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git 

for you to fetch changes up to 5b029a32cfe4600f5e10e36b41778506b90fd4de:

  bpf: Fix ringbuf helper function compatibility (2021-08-23 23:09:10 +0200)

----------------------------------------------------------------
Daniel Borkmann (1):
      bpf: Fix ringbuf helper function compatibility

 kernel/bpf/verifier.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)