Merge branch 'bpf-Fix-for-BPF-devmap-percpu-allocation-splat'
authorDavid S. Miller <davem@davemloft.net>
Thu, 19 Oct 2017 12:14:03 +0000 (13:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Oct 2017 12:14:11 +0000 (13:14 +0100)
Daniel Borkmann says:

====================
bpf: Fix for BPF devmap percpu allocation splat

The set fixes a splat in devmap percpu allocation when we alloc
the flush bitmap. Patch 1 is a prerequisite for the fix in patch 2,
patch 1 is rather small, so if this could be routed via -net, for
example, with Tejun's Ack that would be good. Patch 3 gets rid of
remaining PCPU_MIN_UNIT_SIZE checks, which are percpu allocator
internals and should not be used.
====================

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

Trivial merge