Re: Bootup warning messages if SLAB_DEBUG_SUPPORT=0 in 2.2.10-ac11.

Stephen C. Tweedie (sct@redhat.com)
Mon, 19 Jul 1999 14:48:16 +0100 (BST)


Hi,

On Mon, 19 Jul 1999 09:09:12 +0200 (CEST), Niels Kristian Bech Jensen
<nkbj@image.dk> said:

> Hi,
> I get these messages in /var/log/messages when I boot a 2.2.10-ac11 kernel
> with SLAB_DEBUG_SUPPORT set to 0 in mm/slab.c:

> kmem_create: Illgl flg 2800 - size-32

That's right. You need to remove the SLAB_POISON flag in
kmem_cache_sizes_init, since you have just disabled support for that
flag. It's at line 473 in mm/slab.c.

--Stephen

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