lkml.org 
[lkml]   [2004]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: Fw: Re: 2.6.1-mm1 - OOPs and hangs during modprobe
Date
In message <20040109145659.5e18419b.akpm@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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:59    [W:0.235 / U:0.888 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site