]> 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>
Sat, 18 Aug 2018 17:02:49 +0000 (10:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Aug 2018 17:02:49 +0000 (10:02 -0700)
commit4f5fb37b9a9f71b60d285594e9023266f605c5d4
tree12e5914158a802b7761b0b44d953ac06f6c51fcc
parent6c7fee72d76db6fcc0211e7efa3ad86116753fc8
parent80e0812525029795b4be35d5d9266267cd294669
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-08-18

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

The main changes are:

1) Fix a BPF selftest failure in test_cgroup_storage due to rlimit
   restrictions, from Yonghong.

2) Fix a suspicious RCU rcu_dereference_check() warning triggered
   from removing a device's XDP memory allocator by using the correct
   rhashtable lookup function, from Tariq.

3) A batch of BPF sockmap and ULP fixes mainly fixing leaks and races
   as well as enforcing module aliases for ULPs. Another fix for BPF
   map redirect to make them work again with tail calls, from Daniel.

4) Fix XDP BPF samples to unload their programs upon SIGTERM, from Jesper.
====================

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