All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: bpf 2020-01-07
@ 2020-01-07  9:34 Daniel Borkmann
  2020-01-07 21:31 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2020-01-07  9:34 UTC (permalink / raw)
  To: davem; +Cc: jakub.kicinski, 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 1 day(s) which contain
a total of 2 files changed, 16 insertions(+), 4 deletions(-).

The main changes are:

1) Fix a use-after-free in cgroup BPF due to auto-detachment, from Roman Gushchin.

2) Fix skb out-of-bounds access in ld_abs/ind instruction, 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:

Anatoly Trosinenko, Josef Bacik, Song Liu

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

The following changes since commit 4012a6f2fa562b4b2884ea96db263caa4c6057a8:

  firmware: tee_bnxt: Fix multiple call to tee_client_close_context (2020-01-06 13:51:37 -0800)

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 6d4f151acf9a4f6fab09b615f246c717ddedcf0c:

  bpf: Fix passing modified ctx to ld/abs/ind instruction (2020-01-06 14:19:47 -0800)

----------------------------------------------------------------
Daniel Borkmann (1):
      bpf: Fix passing modified ctx to ld/abs/ind instruction

Roman Gushchin (1):
      bpf: cgroup: prevent out-of-order release of cgroup bpf

 kernel/bpf/cgroup.c   | 11 +++++++++--
 kernel/bpf/verifier.c |  9 +++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

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

* Re: pull-request: bpf 2020-01-07
  2020-01-07  9:34 pull-request: bpf 2020-01-07 Daniel Borkmann
@ 2020-01-07 21:31 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-01-07 21:31 UTC (permalink / raw)
  To: daniel; +Cc: jakub.kicinski, ast, netdev, bpf

From: Daniel Borkmann <daniel@iogearbox.net>
Date: Tue,  7 Jan 2020 10:34:38 +0100

> 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, 16 insertions(+), 4 deletions(-).
> 
> The main changes are:
> 
> 1) Fix a use-after-free in cgroup BPF due to auto-detachment, from Roman Gushchin.
> 
> 2) Fix skb out-of-bounds access in ld_abs/ind instruction, from Daniel Borkmann.
> 
> Please consider pulling these changes from:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Pulled, thanks Daniel.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-07  9:34 pull-request: bpf 2020-01-07 Daniel Borkmann
2020-01-07 21:31 ` David Miller

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.