]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
commit4bbb5083484016d4448739237aa1e6a9577ebb43
treec67f4312dd0af8422b5400b0442583660535df12
parent3fd3b03b4359852914b0a504cc87d1c1170c5d7c
parentbc6d5031b43a2291de638ab9304320b4cae61689
Merge branch 'bpf-Fix-for-BPF-devmap-percpu-allocation-splat'

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>