bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2021-01-29
@ 2021-01-29  0:15 Daniel Borkmann
  2021-01-29 21:59 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2021-01-29  0:15 UTC (permalink / raw)
  To: davem; +Cc: kuba, daniel, ast, andrii, 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 6 day(s) which contain
a total of 4 files changed, 27 insertions(+), 3 deletions(-).

The main changes are:

1) Fix two copy_{from,to}_user() warn_on_once splats for BPF cgroup getsockopt
   infra when user space is trying to race against optlen, from Loris Reiff.

2) Fix a missing fput() in BPF inode storage map update helper, from Pan Bian.

3) Fix a build error on unresolved symbols on disabled networking / keys LSM
   hooks, from Mikko Ylinen.

4) Fix preload BPF prog build when the output directory from make points to a
   relative path, from Quentin Monnet.

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, David Gow, KP Singh, Stanislav Fomichev

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

The following changes since commit 35c715c30b95205e64311c3bb3525094cd3d7236:

  Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec (2021-01-21 11:05:10 -0800)

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 150a27328b681425c8cab239894a48f2aeb870e9:

  bpf, preload: Fix build when $(O) points to a relative path (2021-01-26 23:13:25 +0100)

----------------------------------------------------------------
Loris Reiff (2):
      bpf, cgroup: Fix optlen WARN_ON_ONCE toctou
      bpf, cgroup: Fix problematic bounds check

Mikko Ylinen (1):
      bpf: Drop disabled LSM hooks from the sleepable set

Pan Bian (1):
      bpf, inode_storage: Put file handler if no storage was found

Quentin Monnet (1):
      bpf, preload: Fix build when $(O) points to a relative path

 kernel/bpf/bpf_inode_storage.c |  6 +++++-
 kernel/bpf/bpf_lsm.c           | 12 ++++++++++++
 kernel/bpf/cgroup.c            |  7 ++++++-
 kernel/bpf/preload/Makefile    |  5 ++++-
 4 files changed, 27 insertions(+), 3 deletions(-)

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

* Re: pull-request: bpf 2021-01-29
  2021-01-29  0:15 pull-request: bpf 2021-01-29 Daniel Borkmann
@ 2021-01-29 21:59 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2021-01-29 21:59 UTC (permalink / raw)
  To: Daniel Borkmann; +Cc: davem, ast, andrii, netdev, bpf

On Fri, 29 Jan 2021 01:15:56 +0100 Daniel Borkmann wrote:
> 1) Fix two copy_{from,to}_user() warn_on_once splats for BPF cgroup getsockopt
>    infra when user space is trying to race against optlen, from Loris Reiff.
> 
> 2) Fix a missing fput() in BPF inode storage map update helper, from Pan Bian.
> 
> 3) Fix a build error on unresolved symbols on disabled networking / keys LSM
>    hooks, from Mikko Ylinen.
> 
> 4) Fix preload BPF prog build when the output directory from make points to a
>    relative path, from Quentin Monnet.

Pulled, thanks! 

I keep forgetting that pw bot ignores BPF PRs for some reason.

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

end of thread, other threads:[~2021-01-29 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29  0:15 pull-request: bpf 2021-01-29 Daniel Borkmann
2021-01-29 21:59 ` 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).