Re: [PATCH] slab: Adds two missing kmalloc() checks.

From: Pekka Enberg
Date: Mon Jan 23 2006 - 11:37:02 EST


Hi,

On Mon, 2006-01-23 at 13:31 -0200, Luiz Fernando Capitulino wrote:
> Adds two missing kmalloc() checks in kmem_cache_init(). The check is worth
> because if kmalloc() fails we'll have a nice message instead of a OOPS (which
> will make us look for a bug).
>
> We're using BUG_ON() so that embedded people can disable it.
>
> Signed-off-by: Luiz Capitulino <lcapitulino@xxxxxxxxxxxxxxx>

Looks good to me. Arjan, you had some objections last time around. Are
you okay with the change?

Acked-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>

Pekka

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/