]> 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>
Sun, 14 Oct 2018 20:01:20 +0000 (13:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 14 Oct 2018 20:01:20 +0000 (13:01 -0700)
commitcef0876a7432d44efabfa267fde1a4d06d70e16e
tree43d8bcccc596a098f490c6e244fd0350750d7886
parent24a91ab89f4293edb1dd9c5db799381084185864
parent2332ac80f7251153dbfff45720f9a34051c03a19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-10-14

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

The main changes are:

1) Fix xsk map update and delete operation to not call synchronize_net()
   but to piggy back on SOCK_RCU_FREE for sockets instead as we are not
   allowed to sleep under RCU, from Björn.

2) Do not change RLIMIT_MEMLOCK in reuseport_bpf selftest if the process
   already has unlimited RLIMIT_MEMLOCK, from Eric.
====================

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