netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2021-11-09
@ 2021-11-09 21:57 Alexei Starovoitov
  2021-11-10  0:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Alexei Starovoitov @ 2021-11-09 21:57 UTC (permalink / raw)
  To: davem; +Cc: daniel, kuba, andrii, netdev, bpf, kernel-team

Hi David, hi Jakub,

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

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

The main changes are:

1) Various sockmap fixes, from John and Jussi.

2) Fix out-of-bound issue with bpf_pseudo_func, from Martin.

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:

Jakub Sitnicki, Jussi Maki

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

The following changes since commit 70bf363d7adb3a428773bc905011d0ff923ba747:

  ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock() (2021-11-05 19:49:40 -0700)

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

  bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg (2021-11-09 01:05:34 +0100)

----------------------------------------------------------------
Alexei Starovoitov (1):
      Merge branch 'bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func'

John Fastabend (4):
      bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
      bpf, sockmap: Remove unhash handler for BPF sockmap usage
      bpf, sockmap: Fix race in ingress receive verdict with redirect to self
      bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding

Jussi Maki (1):
      bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg

Martin KaFai Lau (2):
      bpf: Stop caching subprog index in the bpf_pseudo_func insn
      bpf: selftest: Trigger a DCE on the whole subprog

 include/linux/bpf.h                                |  6 ++
 include/linux/skmsg.h                              | 12 ++++
 include/net/strparser.h                            | 20 ++++++-
 kernel/bpf/core.c                                  |  7 +++
 kernel/bpf/verifier.c                              | 37 +++++--------
 net/core/filter.c                                  | 64 +++++++++++++++++++---
 net/core/sock_map.c                                |  6 --
 net/ipv4/tcp_bpf.c                                 | 48 +++++++++++++++-
 net/strparser/strparser.c                          | 10 +---
 .../selftests/bpf/progs/for_each_array_map_elem.c  | 12 ++++
 10 files changed, 174 insertions(+), 48 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: bpf 2021-11-09
  2021-11-09 21:57 pull-request: bpf 2021-11-09 Alexei Starovoitov
@ 2021-11-10  0:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-11-10  0:20 UTC (permalink / raw)
  To: Alexei Starovoitov; +Cc: davem, daniel, kuba, andrii, netdev, bpf, kernel-team

Hello:

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

On Tue,  9 Nov 2021 13:57:02 -0800 you wrote:
> Hi David, hi Jakub,
> 
> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 7 non-merge commits during the last 3 day(s) which contain
> a total of 10 files changed, 174 insertions(+), 48 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2021-11-09
    https://git.kernel.org/netdev/net/c/fceb07950a7a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-10  0:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 21:57 pull-request: bpf 2021-11-09 Alexei Starovoitov
2021-11-10  0:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).