Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* pull-request: bpf 2021-08-10
@ 2021-08-10 14:40 Daniel Borkmann
  2021-08-10 17:39 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2021-08-10 14:40 UTC (permalink / raw)
  To: davem; +Cc: kuba, daniel, andrii.nakryiko, ast, netdev, bpf

Hi David, hi Jakub,

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

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

The main changes are:

1) Fix missing bpf_read_lock_trace() context for BPF loader progs, from Yonghong Song.

2) Fix corner case where BPF prog retrieves wrong local storage, also from Yonghong Song.

3) Restrict availability of BPF write_user helper behind lockdown, from Daniel Borkmann.

4) Fix multiple kernel-doc warnings in BPF core, from Randy Dunlap.

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:

Andrii Nakryiko

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

The following changes since commit d09c548dbf3b31cb07bba562e0f452edfa01efe3:

  net: sched: act_mirred: Reset ct info when mirror/redirect skb (2021-08-09 10:58:47 +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 019d0454c61707879cf9853c894e0a191f6b9774:

  bpf, core: Fix kernel-doc notation (2021-08-10 13:09:28 +0200)

----------------------------------------------------------------
Daniel Borkmann (2):
      bpf: Add _kernel suffix to internal lockdown_bpf_read
      bpf: Add lockdown check for probe_write_user helper

Randy Dunlap (1):
      bpf, core: Fix kernel-doc notation

Yonghong Song (2):
      bpf: Add missing bpf_read_[un]lock_trace() for syscall program
      bpf: Fix potentially incorrect results with bpf_get_local_storage()

 include/linux/bpf-cgroup.h |  4 ++--
 include/linux/security.h   |  3 ++-
 kernel/bpf/core.c          |  7 ++++++-
 kernel/bpf/helpers.c       |  8 ++++----
 kernel/trace/bpf_trace.c   | 13 +++++++------
 net/bpf/test_run.c         |  4 ++++
 security/security.c        |  3 ++-
 7 files changed, 27 insertions(+), 15 deletions(-)

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

* Re: pull-request: bpf 2021-08-10
  2021-08-10 14:40 pull-request: bpf 2021-08-10 Daniel Borkmann
@ 2021-08-10 17:39 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2021-08-10 17:39 UTC (permalink / raw)
  To: Daniel Borkmann; +Cc: davem, andrii.nakryiko, ast, netdev, bpf

On Tue, 10 Aug 2021 16:40:25 +0200 Daniel Borkmann wrote:
> 1) Fix missing bpf_read_lock_trace() context for BPF loader progs, from Yonghong Song.
> 
> 2) Fix corner case where BPF prog retrieves wrong local storage, also from Yonghong Song.
> 
> 3) Restrict availability of BPF write_user helper behind lockdown, from Daniel Borkmann.
> 
> 4) Fix multiple kernel-doc warnings in BPF core, from Randy Dunlap.

Pulled, thanks!

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

end of thread, other threads:[~2021-08-10 17:45 UTC | newest]

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

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).