mbox series

pull-request: bpf-next 2023-09-19

Message ID 20230919112401.21699-1-alexei.starovoitov@gmail.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: bpf-next 2023-09-19 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net-next
netdev/build_32bit success Errors and warnings before: 1396 this patch: 1393
netdev/build_clang success Errors and warnings before: 1367 this patch: 1364
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 1418 this patch: 1416

Message

Alexei Starovoitov Sept. 19, 2023, 11:24 a.m. UTC
Hi David, hi Jakub, hi Paolo, hi Eric,

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

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

The main changes are:

1) A set of fixes for bpf exceptions, from Kumar and Alexei.

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:

Alexei Starovoitov, Eric Dumazet, kernel test robot, Matthieu Baerts

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

The following changes since commit a5ea26536e89d04485aa9e1c8f60ba11dfc5469e:

  Merge branch 'stmmac-devvm_stmmac_probe_config_dt-conversion' (2023-09-18 12:44:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to aec42f36237b09e42eac39f6c74305aec02b4694:

  bpf: Remove unused variables. (2023-09-19 02:26:47 -0700)

----------------------------------------------------------------
Alexei Starovoitov (1):
      bpf: Remove unused variables.

Kumar Kartikeya Dwivedi (3):
      selftests/bpf: Print log buffer for exceptions test only on failure
      bpf: Fix bpf_throw warning on 32-bit arch
      bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y

 arch/x86/net/bpf_jit_comp.c                         | 9 ++++-----
 kernel/bpf/helpers.c                                | 2 +-
 kernel/bpf/verifier.c                               | 6 +-----
 tools/testing/selftests/bpf/prog_tests/exceptions.c | 5 +++--
 4 files changed, 9 insertions(+), 13 deletions(-)