bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2021-03-04
@ 2021-03-05  3:33 Alexei Starovoitov
  0 siblings, 0 replies; only message in thread
From: Alexei Starovoitov @ 2021-03-05  3:33 UTC (permalink / raw)
  To: davem; +Cc: daniel, kuba, andrii, netdev, bpf, kernel-team

Hi David, hi Jakub,

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

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

The main changes are:

1) Fix 32-bit cmpxchg, from Brendan.

2) Fix atomic+fetch logic, from Ilya.

3) Fix usage of bpf_csum_diff in selftests, from Yauheni.

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:

Björn Töpel, Brendan Jackman, Heiko Carstens, Ilya Leoshkevich, Martin 
KaFai Lau, Yonghong Song

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

The following changes since commit 8811f4a9836e31c14ecdf79d9f3cb7c5d463265d:

  tcp: add sanity tests to TCP_QUEUE_SEQ (2021-03-01 15:32:05 -0800)

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 39491867ace594b4912c35f576864d204beed2b3:

  bpf: Explicitly zero-extend R0 after 32-bit cmpxchg (2021-03-04 19:06:03 -0800)

----------------------------------------------------------------
Brendan Jackman (1):
      bpf: Explicitly zero-extend R0 after 32-bit cmpxchg

Ilya Leoshkevich (2):
      selftests/bpf: Use the last page in test_snprintf_btf on s390
      bpf: Account for BPF_FETCH in insn_has_def32()

Maciej Fijalkowski (3):
      xsk: Remove dangling function declaration from header file
      samples, bpf: Add missing munmap in xdpsock
      libbpf: Clear map_info before each bpf_obj_get_info_by_fd

Yauheni Kaliuta (1):
      selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier

 include/linux/netdevice.h                          |  2 -
 kernel/bpf/core.c                                  |  4 +
 kernel/bpf/verifier.c                              | 89 ++++++++++++++--------
 samples/bpf/xdpsock_user.c                         |  2 +
 tools/lib/bpf/xsk.c                                |  5 +-
 .../selftests/bpf/progs/netif_receive_skb.c        | 13 +++-
 .../testing/selftests/bpf/verifier/array_access.c  |  3 +-
 .../selftests/bpf/verifier/atomic_cmpxchg.c        | 25 ++++++
 tools/testing/selftests/bpf/verifier/atomic_or.c   | 25 ++++++
 9 files changed, 128 insertions(+), 40 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-05  3:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05  3:33 pull-request: bpf 2021-03-04 Alexei Starovoitov

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