Re: 2.5.31: modules don't work at all

Skip Ford (skip.ford@verizon.net)
Mon, 12 Aug 2002 21:31:20 -0400


Andrew Morton wrote:
>
> (Untested, uncompiled code)

More information. With your patch I hit the BUG in kmem_cache_create
at slab.c line 673:

[inside kmem_cache_create]

/*
* Sanity checks... these are all serious usage bugs.
*/
if ((!name) ||
in_interrupt() ||
(size < BYTES_PER_WORD) ||
(size > (1<<MAX_OBJ_ORDER)*PAGE_SIZE) ||
(dtor && !ctor) ||
(offset < 0 || offset > size))
BUG();

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