mbox series

pull-request: bpf 2021-06-02

Message ID 20210602212215.5195-1-daniel@iogearbox.net (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: bpf 2021-06-02 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Message

Daniel Borkmann June 2, 2021, 9:22 p.m. UTC
Hi David, hi Jakub,

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

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

The main changes are:

1) Fix pahole BTF generation when ccache is used, from Javier Martinez Canillas.

2) Fix BPF lockdown hooks in bpf_probe_read_kernel{,_str}() helpers which caused
   a deadlock from bcc programs, triggered OOM killer from audit side and didn't
   work generally with SELinux policy rules due to pointing to wrong task struct,
   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, Andrii Nakryiko, Arnaldo Carvalho de Melo, Jakub 
Hrozek, Jiri Olsa, Ondrej Mosnacek, Serhei Makarov

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

The following changes since commit d7c5303fbc8ac874ae3e597a5a0d3707dc0230b4:

  Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2021-05-26 17:44:49 -1000)

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

  bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks (2021-06-02 21:59:22 +0200)

----------------------------------------------------------------
Daniel Borkmann (1):
      bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks

Javier Martinez Canillas (1):
      kbuild: Quote OBJCOPY var to avoid a pahole call break the build

 kernel/bpf/helpers.c      |  7 +++++--
 kernel/trace/bpf_trace.c  | 32 ++++++++++++--------------------
 scripts/Makefile.modfinal |  2 +-
 scripts/link-vmlinux.sh   |  2 +-
 4 files changed, 19 insertions(+), 24 deletions(-)