From: Christoph Lameter Date: Mon, 29 Jun 2015 14:28:08 +0000 (-0500) Subject: Fix kmalloc slab creation sequence X-Git-Tag: omap-for-v4.2/fixes-rc1^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9730fca9946f3697410479e0ef1bd759ba00a77;p=pandora-kernel.git Fix kmalloc slab creation sequence This patch restores the slab creation sequence that was broken by commit 4066c33d0308f8 and also reverts the portions that introduced the KMALLOC_LOOP_XXX macros. Those can never really work since the slab creation is much more complex than just going from a minimum to a maximum number. The latest upstream kernel boots cleanly on my machine with a 64 bit x86 configuration under KVM using either SLAB or SLUB. Fixes: 4066c33d0308f8 ("support the slub_debug boot option") Reported-by: Theodore Ts'o Signed-off-by: Christoph Lameter Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed