]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2018 00:47:03 +0000 (17:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2018 00:47:03 +0000 (17:47 -0700)
commit882e035c0554c1b24dfd16435a4a1abedf5c3933
tree34f587fc2cf619a587e323c52b53338f97636439
parent3652a7118b91205a3a0b509712ad298e3d946e07
parente36f5a4f51f083eb28c523a423d0d53bf4524534
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-09-16

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

The main changes are:

1) Fix end boundary calculation in BTF for the type section, from Martin.

2) Fix and revert subtraction of pointers that was accidentally allowed
   for unprivileged programs, from Alexei.

3) Fix bpf_msg_pull_data() helper by using __GFP_COMP in order to avoid
   a warning in linearizing sg pages into a single one for large allocs,
   from Tushar.
====================

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