]> 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)
commit5ac614f4efb02094105c0ed21ade6fed7213c34c
tree43d8bcccc596a098f490c6e244fd0350750d7886
parent00ac3dc4469f0905cde48d4feb85cc80983def5b
parent0cda4670000511ced6017a5f16ac946a9055099e
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>