netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf-next 2020-10-15
@ 2020-10-15 19:15 Daniel Borkmann
  2020-10-15 20:33 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2020-10-15 19:15 UTC (permalink / raw)
  To: davem; +Cc: kuba, daniel, ast, netdev, bpf

Hi David, hi Jakub,

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

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

The main changes are:

1) Fix register equivalence tracking in verifier, from Alexei Starovoitov.

2) Fix sockmap error path to not call bpf_prog_put() with NULL, from Alex Dewar.

3) Fix sockmap to add locking annotations to iterator, from Lorenz Bauer.

4) Fix tcp_hdr_options test to use loopback address, from Martin KaFai Lau.

Please consider pulling these changes from:

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

Thanks a lot!

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

Andrii Nakryiko, Jakub Sitnicki, John Fastabend, kernel test robot, 
Yonghong Song

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

The following changes since commit ccdf7fae3afaeaf0e5dd03311b86ffa56adf85ae:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (2020-10-12 16:16:50 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 83c11c17553c0fca217105c17444c4ef5ab2403f:

  net, sockmap: Don't call bpf_prog_put() on NULL pointer (2020-10-15 21:05:23 +0200)

----------------------------------------------------------------
Alex Dewar (1):
      net, sockmap: Don't call bpf_prog_put() on NULL pointer

Alexei Starovoitov (1):
      bpf: Fix register equivalence tracking.

Lorenz Bauer (1):
      bpf, sockmap: Add locking annotations to iterator

Martin KaFai Lau (1):
      bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo

 kernel/bpf/verifier.c                              | 38 ++++++++++++++--------
 net/core/sock_map.c                                | 24 ++++++++++----
 .../selftests/bpf/prog_tests/tcp_hdr_options.c     | 26 +--------------
 .../bpf/progs/test_misc_tcp_hdr_options.c          |  2 +-
 tools/testing/selftests/bpf/verifier/regalloc.c    | 26 +++++++++++++++
 5 files changed, 70 insertions(+), 46 deletions(-)

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

* Re: pull-request: bpf-next 2020-10-15
  2020-10-15 19:15 pull-request: bpf-next 2020-10-15 Daniel Borkmann
@ 2020-10-15 20:33 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-10-15 20:33 UTC (permalink / raw)
  To: Daniel Borkmann; +Cc: davem, ast, netdev, bpf

On Thu, 15 Oct 2020 21:15:52 +0200 Daniel Borkmann wrote:
> The main changes are:
> 
> 1) Fix register equivalence tracking in verifier, from Alexei Starovoitov.
> 
> 2) Fix sockmap error path to not call bpf_prog_put() with NULL, from Alex Dewar.
> 
> 3) Fix sockmap to add locking annotations to iterator, from Lorenz Bauer.
> 
> 4) Fix tcp_hdr_options test to use loopback address, from Martin KaFai Lau.
> 
> Please consider pulling these changes from:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git

Pulled, thanks!

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

end of thread, other threads:[~2020-10-15 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 19:15 pull-request: bpf-next 2020-10-15 Daniel Borkmann
2020-10-15 20:33 ` Jakub Kicinski

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).