Re: C12 [16/19] Create common functions for boot slab creation
From: Glauber Costa <hidden>
Date: 2012-08-22 09:30:05
From: Glauber Costa <hidden>
Date: 2012-08-22 09:30:05
On 08/21/2012 12:50 AM, Christoph Lameter wrote:
Use a special function to create kmalloc caches and use that function in SLAB and SLUB. Signed-off-by: Christoph Lameter <redacted> --- mm/slab.c | 48 ++++++++++++++---------------------------------- mm/slab.h | 5 +++++ mm/slab_common.c | 32 ++++++++++++++++++++++++++++++++ mm/slub.c | 36 +++--------------------------------- 4 files changed, 54 insertions(+), 67 deletions(-)
Doesn't boot, dmesg attached. Issue seems to be fixed in the next patch. By the way, the problem I described with my use case starts happening in one of them, either 16 or 17. But since I cannot boot this one, I can't tell which one is the culprit.