Re: Fw: Re: 2.6.1-mm1 - OOPs and hangs during modprobe

From: Rusty Russell
Date: Fri Jan 09 2004 - 22:16:18 EST


In message <20040109145659.5e18419b.akpm@xxxxxxxx> you write:
> dude,

Oops, you have an older version.

How did that happen... oh, because I sent it to you. Fuck.

But either way, it shouldn't be triggering. Andrew, please revert it,
and I'll work with Vladis to figure out what's happening.

Vladis, relative patch, actually sets error code. What happens now?

Please send module which fails if it still fails...

Rusty.
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.6.1-rc2-bk2/kernel/module.c working-2.6.1-rc2-bk2-truncated_module/kernel/module.c
--- linux-2.6.1-rc2-bk2/kernel/module.c 2003-11-24 15:42:33.000000000 +1100
+++ working-2.6.1-rc2-bk2-truncated_module/kernel/module.c 2004-01-08 16:19:01.000000000 +1100
@@ -1682,5 +1688,6 @@ static struct module *load_module(void _

truncated:
printk(KERN_ERR "Module len %lu truncated\n", len);
+ err = -ENOEXEC;
goto free_hdr;
}
-
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/