All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: bpf 2020-10-08
@ 2020-10-08 14:51 Daniel Borkmann
  2020-10-08 21:06 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2020-10-08 14:51 UTC (permalink / raw)
  To: davem; +Cc: kuba, daniel, ast, netdev, bpf

Hi David,

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

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

The main changes are:

1) Fix "unresolved symbol" build error under CONFIG_NET w/o CONFIG_INET due
   to missing tcp_timewait_sock and inet_timewait_sock BTF, from Yonghong Song.

2) Fix 32 bit sub-register bounds tracking for OR case, from Daniel Borkmann.

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:

Alexei Starovoitov, John Fastabend, Martin KaFai Lau, Michal Kubecek, 
Simon Scannell

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

The following changes since commit a59cf619787e628b31c310367f869fde26c8ede1:

  Merge branch 'Fix-bugs-in-Octeontx2-netdev-driver' (2020-09-30 15:07:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5b9fbeb75b6a98955f628e205ac26689bcb1383e:

  bpf: Fix scalar32_min_max_or bounds tracking (2020-10-08 11:02:53 +0200)

----------------------------------------------------------------
Daniel Borkmann (1):
      bpf: Fix scalar32_min_max_or bounds tracking

Yonghong Song (1):
      bpf: Fix "unresolved symbol" build error with resolve_btfids

 kernel/bpf/verifier.c | 8 ++++----
 net/core/filter.c     | 6 ++++++
 2 files changed, 10 insertions(+), 4 deletions(-)

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

* Re: pull-request: bpf 2020-10-08
  2020-10-08 14:51 pull-request: bpf 2020-10-08 Daniel Borkmann
@ 2020-10-08 21:06 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-10-08 21:06 UTC (permalink / raw)
  To: Daniel Borkmann; +Cc: davem, ast, netdev, bpf

On Thu,  8 Oct 2020 16:51:54 +0200 Daniel Borkmann wrote:
> Hi David,
> 
> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 2 non-merge commits during the last 8 day(s) which contain
> a total of 2 files changed, 10 insertions(+), 4 deletions(-).
> 
> The main changes are:
> 
> 1) Fix "unresolved symbol" build error under CONFIG_NET w/o CONFIG_INET due
>    to missing tcp_timewait_sock and inet_timewait_sock BTF, from Yonghong Song.
> 
> 2) Fix 32 bit sub-register bounds tracking for OR case, from Daniel Borkmann.

Looks like the pw bot does not reply to pull requests?

Pulled, and on it's way to Linus. Thanks!

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

end of thread, other threads:[~2020-10-08 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 14:51 pull-request: bpf 2020-10-08 Daniel Borkmann
2020-10-08 21:06 ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.