mbox series

pull-request: bpf 2022-05-28

Message ID 20220527235042.8526-1-daniel@iogearbox.net (mailing list archive)
State Accepted
Commit 6b51935a26518baa8370c192d5a5520dfefec183
Headers show
Series pull-request: bpf 2022-05-28 | expand

Pull-request

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

Checks

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

Message

Daniel Borkmann May 27, 2022, 11:50 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 2 non-merge commits during the last 1 day(s) which contain
a total of 2 files changed, 6 insertions(+), 10 deletions(-).

The main changes are:

1) Fix ldx_probe_mem instruction in interpreter by properly zero-extending
   the bpf_probe_read_kernel() read content, from Menglong Dong.

2) Fix stacktrace_build_id BPF selftest given urandom_read has been renamed
   into urandom_read_iter in random driver, from Song Liu.

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:

David Vernet, Hao Peng, Jiang Biao, Mykola Lysenko

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

The following changes since commit 2c262b21de6dc93ac4d8c7a4cea0da4226b451fb:

  net: usb: qmi_wwan: add Telit 0x1250 composition (2022-05-27 12:12:40 +0100)

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 caff1fa4118cec4dfd4336521ebd22a6408a1e3e:

  bpf: Fix probe read error in ___bpf_prog_run() (2022-05-28 01:09:18 +0200)

----------------------------------------------------------------
Menglong Dong (1):
      bpf: Fix probe read error in ___bpf_prog_run()

Song Liu (1):
      selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_read

 kernel/bpf/core.c                                          | 14 +++++---------
 .../testing/selftests/bpf/progs/test_stacktrace_build_id.c |  2 +-
 2 files changed, 6 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 28, 2022, 1:30 a.m. UTC | #1
Hello:

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

On Sat, 28 May 2022 01:50:42 +0200 you wrote:
> Hi David, hi Jakub, hi Paolo, hi Eric,
> 
> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 2 non-merge commits during the last 1 day(s) which contain
> a total of 2 files changed, 6 insertions(+), 10 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2022-05-28
    https://git.kernel.org/netdev/net/c/6b51935a2651

You are awesome, thank you!