Re: [PATCH 1/2] slub: extend slub_debug to handle multiple slabs

From: Pekka Enberg
Date: Sat Aug 13 2011 - 02:58:44 EST


On Mon, 2011-08-08 at 14:30 -0700, Iliyan Malchev wrote:
> Extend the slub_debug syntax to "slub_debug=<flags>[,<slub>]*", where <slub>
> may contain an asterisk at the end. For example, the following would poison
> all kmalloc slabs:
>
> slub_debug=P,kmalloc*
>
> and the following would apply the default flags to all kmalloc and all block IO
> slabs:
>
> slub_debug=,bio*,kmalloc*
>
> Signed-off-by: Iliyan Malchev <malchev@xxxxxxxxxx>

Christoph, David, are you OK with the patches? They look reasonable to
me.

--
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/