netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2020-08-21
@ 2020-08-21 19:49 Alexei Starovoitov
  2020-08-21 19:55 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alexei Starovoitov @ 2020-08-21 19:49 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 11 non-merge commits during the last 5 day(s) which contain
a total of 12 files changed, 78 insertions(+), 24 deletions(-).

The main changes are:

1) three fixes in BPF task iterator logic, from Yonghong.

2) fix for compressed dwarf sections in vmlinux, from Jiri.

3) fix xdp attach regression, from Andrii.

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, Jesper Dangaard Brouer, Josef Bacik, Lorenzo Bianconi, 
Yonghong Song

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

The following changes since commit 7f9bf6e82461b97ce43a912cb4a959c5a41367ac:

  Revert "net: xdp: pull ethernet header off packet after computing skb->protocol" (2020-08-17 11:48:05 -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 b16fc097bc283184cde40e5b30d15705e1590410:

  bpf: Fix two typos in uapi/linux/bpf.h (2020-08-21 12:26:17 -0700)

----------------------------------------------------------------
Andrii Nakryiko (2):
      libbpf: Fix build on ppc64le architecture
      bpf: xdp: Fix XDP mode when no mode flags specified

Jiri Olsa (1):
      tools/resolve_btfids: Fix sections with wrong alignment

Tobias Klauser (1):
      bpf: Fix two typos in uapi/linux/bpf.h

Toke Høiland-Jørgensen (1):
      libbpf: Fix map index used in error message

Veronika Kabatova (1):
      selftests/bpf: Remove test_align leftovers

Yauheni Kaliuta (1):
      bpf: selftests: global_funcs: Check err_str before strstr

Yonghong Song (4):
      bpf: Use get_file_rcu() instead of get_file() for task_file iterator
      bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
      bpf: Avoid visit same object multiple times
      bpftool: Handle EAGAIN error code properly in pids collection

 include/uapi/linux/bpf.h                           | 10 +++---
 kernel/bpf/bpf_iter.c                              | 15 ++++++++-
 kernel/bpf/task_iter.c                             |  6 ++--
 net/core/dev.c                                     | 14 +++++----
 tools/bpf/bpftool/pids.c                           |  2 ++
 tools/bpf/resolve_btfids/main.c                    | 36 ++++++++++++++++++++++
 tools/include/uapi/linux/bpf.h                     | 10 +++---
 tools/lib/bpf/btf_dump.c                           |  2 +-
 tools/lib/bpf/libbpf.c                             |  2 +-
 tools/testing/selftests/bpf/.gitignore             |  1 -
 tools/testing/selftests/bpf/Makefile               |  2 +-
 .../selftests/bpf/prog_tests/test_global_funcs.c   |  2 +-
 12 files changed, 78 insertions(+), 24 deletions(-)

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

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

From: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Date: Fri, 21 Aug 2020 12:49:49 -0700

> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 11 non-merge commits during the last 5 day(s) which contain
> a total of 12 files changed, 78 insertions(+), 24 deletions(-).
> 
> The main changes are:
> 
> 1) three fixes in BPF task iterator logic, from Yonghong.
> 
> 2) fix for compressed dwarf sections in vmlinux, from Jiri.
> 
> 3) fix xdp attach regression, from Andrii.
> 
> 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-08-21 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 19:49 pull-request: bpf 2020-08-21 Alexei Starovoitov
2020-08-21 19:55 ` 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).