mbox series

pull-request: bpf 2023-07-19

Message ID 20230719174502.74023-1-alexei.starovoitov@gmail.com (mailing list archive)
State Accepted
Commit e80698b7f8e9ddc3b23e5fba2eea7bc24c06c537
Headers show
Series pull-request: bpf 2023-07-19 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 1354 this patch: 1354
netdev/build_clang success Errors and warnings before: 1365 this patch: 1365
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: 1377 this patch: 1377

Message

Alexei Starovoitov July 19, 2023, 5:45 p.m. UTC
Hi David, hi Jakub, hi Paolo, hi Eric,

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

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

The main changes are:

1) Fix stack depth check in presence of async callbacks, from Kumar Kartikeya Dwivedi.

2) Fix BTI type used for freplace attached functions, from Alexander Duyck.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

Thanks a lot!

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

Xu Kuohai

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

The following changes since commit 8fcd7c7b3a38ab5e452f542fda8f7940e77e479a:

  octeontx2-pf: Dont allocate BPIDs for LBK interfaces (2023-07-18 14:51:45 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

for you to fetch changes up to a3f25d614bc73b45e8f02adc6769876dfd16ca84:

  bpf, arm64: Fix BTI type used for freplace attached functions (2023-07-18 15:28:19 -0700)

----------------------------------------------------------------
for-netdev

----------------------------------------------------------------
Alexander Duyck (1):
      bpf, arm64: Fix BTI type used for freplace attached functions

Alexei Starovoitov (1):
      Merge branch 'two-more-fixes-for-check_max_stack_depth'

Kumar Kartikeya Dwivedi (3):
      bpf: Fix subprog idx logic in check_max_stack_depth
      bpf: Repeat check_max_stack_depth for async callbacks
      selftests/bpf: Add more tests for check_max_stack_depth bug

 arch/arm64/net/bpf_jit_comp.c                      |  8 +++++-
 kernel/bpf/verifier.c                              | 32 +++++++++++++++++-----
 .../selftests/bpf/progs/async_stack_depth.c        | 25 +++++++++++++++--
 3 files changed, 55 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 19, 2023, 11:50 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 19 Jul 2023 10:45:02 -0700 you wrote:
> Hi David, hi Jakub, hi Paolo, hi Eric,
> 
> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 4 non-merge commits during the last 1 day(s) which contain
> a total of 3 files changed, 55 insertions(+), 10 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2023-07-19
    https://git.kernel.org/netdev/net/c/e80698b7f8e9

You are awesome, thank you!