mbox series

[GIT,PULL] bpf for v6.11-rc7

Message ID 20240906020750.13732-1-alexei.starovoitov@gmail.com (mailing list archive)
State Accepted
Commit b831f83e40a24f07c8dcba5be408d93beedc820f
Headers show
Series [GIT,PULL] bpf for v6.11-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-6.11-rc7

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 16 this patch: 16
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/build_clang success Errors and warnings before: 16 this patch: 16
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: 18 this patch: 18
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/contest fail net-next-2024-09-06--03-00 (tests: 721)

Message

Alexei Starovoitov Sept. 6, 2024, 2:07 a.m. UTC
Hi Linus,

The following changes since commit 872cf28b8df9c5c3a1e71a88ee750df7c2513971:

  Merge tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 (2024-08-22 06:34:27 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-6.11-rc7

for you to fetch changes up to 5390f315fc8c9b9f48105a0d88b56bc59fa2b3e0:

  Merge branch 'bpf-fix-incorrect-name-check-pass-logic-in-btf_name_valid_section' (2024-09-04 12:35:04 -0700)

----------------------------------------------------------------
- Fix crash when btf_parse_base() returns an error
  from Martin Lau.

- Fix out of bounds access in btf_name_valid_section()
  from Jeongjun Park.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
----------------------------------------------------------------
Alexei Starovoitov (1):
      Merge branch 'bpf-fix-incorrect-name-check-pass-logic-in-btf_name_valid_section'

Jeongjun Park (2):
      bpf: add check for invalid name in btf_name_valid_section()
      selftests/bpf: Add a selftest to check for incorrect names

Martin KaFai Lau (1):
      bpf: Fix a crash when btf_parse_base() returns an error pointer

 kernel/bpf/btf.c                             |  6 +++--
 tools/testing/selftests/bpf/prog_tests/btf.c | 34 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 6, 2024, 3:20 a.m. UTC | #1
The pull request you sent on Thu,  5 Sep 2024 19:07:50 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-6.11-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b831f83e40a24f07c8dcba5be408d93beedc820f

Thank you!
patchwork-bot+netdevbpf@kernel.org Sept. 6, 2024, 5:01 a.m. UTC | #2
Hello:

This pull request was applied to bpf/bpf.git (master)
by Linus Torvalds <torvalds@linux-foundation.org>:

On Thu,  5 Sep 2024 19:07:50 -0700 you wrote:
> Hi Linus,
> 
> The following changes since commit 872cf28b8df9c5c3a1e71a88ee750df7c2513971:
> 
>   Merge tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 (2024-08-22 06:34:27 +0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] bpf for v6.11-rc7
    https://git.kernel.org/bpf/bpf/c/b831f83e40a2

You are awesome, thank you!