mbox series

pull-request: bpf 2023-08-03

Message ID 20230803181429.994607-1-martin.lau@linux.dev (mailing list archive)
State Accepted
Commit 3932f2272313fc79c3166cceb886c9697c00ff86
Headers show
Series pull-request: bpf 2023-08-03 | 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: 1346 this patch: 1346
netdev/build_clang success Errors and warnings before: 1351 this patch: 1351
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: 1369 this patch: 1369

Message

Martin KaFai Lau Aug. 3, 2023, 6:14 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 5 non-merge commits during the last 7 day(s) which contain
a total of 3 files changed, 37 insertions(+), 20 deletions(-).

The main changes are:

1) Disable preemption in perf_event_output helpers code from Jiri Olsa

2) Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing from Lin Ma

3) Multiple warning splat fixes in cpumap from Hou Tao

Thanks a lot!

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

Hou Tao, Jakub Kicinski, Jesper Dangaard Brouer, Oleg Popov, Pu Lehui

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

The following changes since commit 284779dbf4e98753458708783af8c35630674a21:

  net: stmmac: Apply redundant write work around on 4.xx too (2023-07-25 11:03:55 +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 4c9fbff54297471d4e2bbfe9c27e80067c722eae:

  Merge branch 'Two fixes for cpu-map' (2023-07-31 15:45:38 -0700)

----------------------------------------------------------------
pull-request: bpf 2023-08-03

----------------------------------------------------------------
Alexei Starovoitov (1):
      Merge branch 'bpf-disable-preemption-in-perf_event_output-helpers-code'

Hou Tao (2):
      bpf, cpumap: Make sure kthread is running before map update returns
      bpf, cpumap: Handle skb as well when clean up ptr_ring

Jiri Olsa (2):
      bpf: Disable preemption in bpf_perf_event_output
      bpf: Disable preemption in bpf_event_output

Lin Ma (1):
      bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing

Martin KaFai Lau (1):
      Merge branch 'Two fixes for cpu-map'

 kernel/bpf/cpumap.c       | 35 +++++++++++++++++++++--------------
 kernel/trace/bpf_trace.c  | 17 ++++++++++++-----
 net/core/bpf_sk_storage.c |  5 ++++-
 3 files changed, 37 insertions(+), 20 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 3, 2023, 10:11 p.m. UTC | #1
Hello:

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

On Thu,  3 Aug 2023 11:14:29 -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 5 non-merge commits during the last 7 day(s) which contain
> a total of 3 files changed, 37 insertions(+), 20 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2023-08-03
    https://git.kernel.org/bpf/bpf/c/3932f2272313

You are awesome, thank you!