Re: [PATCH] Fix kmalloc slab creation sequence

2015-06-29 Thread Linus Torvalds
On Mon, Jun 29, 2015 at 7:28 AM, Christoph Lameter wrote: > This patch restores the slab creation sequence [..] Ted, I'm assuming this fixes things for you. I've applied this to my tree, just going through my usual allmodconfig builds etc before pushing out. Linus -- To

[PATCH] Fix kmalloc slab creation sequence

2015-06-29 Thread Christoph Lameter
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