Re: 2.5.31: modules don't work at all

From: Skip Ford (skip.ford@verizon.net)
Date: Mon Aug 12 2002 - 20:31:20 EST


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/



This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:30 EST