linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* module-init-tools breaks kallsyms
@ 2002-11-14 10:35 Skip Ford
  2002-11-14 17:51 ` Rusty Russell
  0 siblings, 1 reply; 3+ messages in thread
From: Skip Ford @ 2002-11-14 10:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: rusty

Install of module-init-tools moves the old tools to *.old but it doesn't
address kallsyms.  In the case of kallsyms being a link to insmod, it
breaks.  Since the new insmod is supposed to call insmod.old when
appropriate, I'm not sure why it breaks.  But it doesn't work here.

To successfully compile a kernel < 2.5.47-bk2 after module-init-tools
installation, with kallsyms being a symlink, you need to link it to
insmod.old instead.

-- 
Skip

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: module-init-tools breaks kallsyms
  2002-11-14 10:35 module-init-tools breaks kallsyms Skip Ford
@ 2002-11-14 17:51 ` Rusty Russell
  0 siblings, 0 replies; 3+ messages in thread
From: Rusty Russell @ 2002-11-14 17:51 UTC (permalink / raw)
  To: Skip Ford; +Cc: linux-kernel

In message <200211141035.gAEAZt2t017446@pool-151-204-203-202.delv.east.verizon.
net> you write:
> Install of module-init-tools moves the old tools to *.old but it doesn't
> address kallsyms.  In the case of kallsyms being a link to insmod, it
> breaks.  Since the new insmod is supposed to call insmod.old when
> appropriate, I'm not sure why it breaks.  But it doesn't work here.

symlink, and yes you're right.  Which is a PITA.  The patch floating
around which moves the module-init-tools inside the modutils source
fixes this plainly, once and for all (you just install the "new"
modutils).

I still haven't slept.  But after I do, I'll fix this, I promise.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: module-init-tools breaks kallsyms
@ 2002-11-15  2:50 SL Baur
  0 siblings, 0 replies; 3+ messages in thread
From: SL Baur @ 2002-11-15  2:50 UTC (permalink / raw)
  To: Skip Ford; +Cc: linux-kernel

Skip Ford writes on lkml:

> Install of module-init-tools moves the old tools to *.old but it
> doesn't address kallsyms. In the case of kallsyms being a link to
> insmod, it breaks. Since the new insmod is supposed to call
> insmod.old when appropriate, I'm not sure why it breaks. But it
> doesn't work here.

> To successfully compile a kernel < 2.5.47-bk2 after
> module-init-tools installation, with kallsyms being a symlink, you
> need to link it to insmod.old instead.

I've made a merged rpm of modutils and module-init-tools that deals
with this and sent it to Rusty.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-15  2:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-14 10:35 module-init-tools breaks kallsyms Skip Ford
2002-11-14 17:51 ` Rusty Russell
2002-11-15  2:50 SL Baur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).