]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 May 2020 17:57:21 +0000 (10:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 May 2020 17:57:21 +0000 (10:57 -0700)
commit8e1381049ed5d213e7a1a7f95bbff83af8c59234
tree25f0cead7a4ebfcbb634196ab7078ace6b74812a
parent9a2dbb59ebd17a91f99a20b0286dfb6445981ecf
parent59df9f1fb4977b40cfad8d07b0d5baeb3a07e22c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Alexei Starovoitov says:

====================
pull-request: bpf 2020-05-15

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

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

The main changes are:

1) Fix secid_to_secctx LSM hook default value, from Anders.

2) Fix bug in mmap of bpf array, from Andrii.

3) Restrict bpf_probe_read to archs where they work, from Daniel.

4) Enforce returning 0 for fentry/fexit progs, from Yonghong.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>