On Mon, Jun 15, 2015 at 04:25:18PM -0500, Larry Finger wrote:
Additional backtrace lines are truncated. In addition, the above splat isJust a minor nit, 'kmemleak_alloc_percpu() should follow the gfp from
followed by several "BUG: sleeping function called from invalid context
at mm/slub.c:1268" outputs. As suggested by Martin KaFai Lau, these are the
clue to the fix. Routine kmemleak_alloc_percpu() always uses GFP_KERNEL
for its allocations, whereas it should use the value input to pcpu_alloc().
per_alloc()' may be a more accurate title to describe the patch.