[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


In message <20040109145659.5e18419b.akpm _at_ osdl.org> 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 _at_ vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: