Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2020 21:35:35 +0000 (14:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2020 21:35:35 +0000 (14:35 -0700)
commitd3b968bc2dee06a88682d035a0fde8bf77af39b9
tree2cd5e308629564bb49756516568f819781f69539
parentb4024c9e5c57902155d3b5e7de482e245f492bff
parent5cf65922bb15279402e1e19b5ee8c51d618fa51f
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

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

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

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

The main changes are:

1) Fix to reject mmap()'ing read-only array maps as writable since BPF verifier
   relies on such map content to be frozen, from Andrii Nakryiko.

2) Fix breaking audit from secid_to_secctx() LSM hook by avoiding to use
   call_int_hook() since this hook is not stackable, from KP Singh.

3) Fix BPF flow dissector program ref leak on netns cleanup, from Jakub Sitnicki.
====================

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