bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2020-09-29
@ 2020-09-30  5:00 Alexei Starovoitov
  2020-09-30  8:49 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alexei Starovoitov @ 2020-09-30  5:00 UTC (permalink / raw)
  To: davem; +Cc: daniel, netdev, bpf, kernel-team

Hi David,

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

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

The main changes are:

1) fix xdp loading regression in libbpf for old kernels, from Andrii.

2) Do not discard packet when NETDEV_TX_BUSY, from Magnus.

3) Fix corner cases in libbpf related to endianness and kconfig, from Tony.

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:

Andrii Nakryiko, Arkadiusz Zema, Jesse Brandeburg, John Fastabend, 
Nikita Shirokov, Quentin Monnet, Song Liu, Udip Pant

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

The following changes since commit d5d325eae7823c85eedabf05f78f9cd574fe832b:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2020-09-15 19:26:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9cf51446e68607136e42a4e531a30c888c472463:

  bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp() (2020-09-29 16:39:11 +0200)

----------------------------------------------------------------
Andrii Nakryiko (1):
      libbpf: Fix XDP program load regression for old kernels

He Zhe (1):
      bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp()

Magnus Karlsson (1):
      xsk: Do not discard packet when NETDEV_TX_BUSY

Tony Ambardar (4):
      tools/bpftool: Support passing BPFTOOL_VERSION to make
      bpf: Fix sysfs export of empty BTF section
      bpf: Prevent .BTF section elimination
      libbpf: Fix native endian assumption when parsing BTF

 arch/powerpc/net/bpf_jit_comp.c   |  1 -
 include/asm-generic/vmlinux.lds.h |  2 +-
 kernel/bpf/sysfs_btf.c            |  6 +++---
 net/xdp/xsk.c                     | 17 ++++++++++++++++-
 tools/bpf/bpftool/Makefile        |  2 +-
 tools/lib/bpf/btf.c               |  6 ++++++
 tools/lib/bpf/libbpf.c            |  2 +-
 7 files changed, 28 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: bpf 2020-09-29
  2020-09-30  5:00 pull-request: bpf 2020-09-29 Alexei Starovoitov
@ 2020-09-30  8:49 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-09-30  8:49 UTC (permalink / raw)
  To: alexei.starovoitov; +Cc: daniel, netdev, bpf, kernel-team

From: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Date: Tue, 29 Sep 2020 22:00:27 -0700

> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 7 non-merge commits during the last 14 day(s) which contain
> a total of 7 files changed, 28 insertions(+), 8 deletions(-).
> 
> The main changes are:
> 
> 1) fix xdp loading regression in libbpf for old kernels, from Andrii.
> 
> 2) Do not discard packet when NETDEV_TX_BUSY, from Magnus.
> 
> 3) Fix corner cases in libbpf related to endianness and kconfig, from Tony.
> 
> Please consider pulling these changes from:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Pulled, thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-30  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30  5:00 pull-request: bpf 2020-09-29 Alexei Starovoitov
2020-09-30  8:49 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).