Linus, Rusty, while studying the module code closely, I found a problem in kernel/module.c:153ff. for (i = 0; __start___ksymtab+i < __stop___ksymtab; i++) In combination with __start___ksymtab[i].name this will go eight times too far. Proposed fix is attached. Please apply before 2.6.2. If you think this makes the code too slow, I can offer an alternative which will even speed up the current code. Thanks, Carl-Daniel