public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ksyms, kksymoops, modules, et.al.
@ 2002-11-18 23:29 Kevin Brosius
  2002-11-19  0:26 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Brosius @ 2002-11-18 23:29 UTC (permalink / raw)
  To: kernel

So what's going on with ksyms in 2.5.48 (and bk trees since the module
loader change, as far as I can tell)?  I no longer see /proc/ksyms and
kernel oops's don't get decoded automatically either.

I also notice that the 'modules_install' target is populating the
/lib/modules/version#/kernel directory with a flat collection of all the
modules at that one directory level.  There are no subdirectories.  Is
this intentional?  This seems to break depmod and insmod for me, unless
I use insmod with a direct path and full filename.


In a (possibly related) test, if I add to .config:

CONFIG_KALLSYMS=y

then I see the following interesting behavior.  Note that I do have new
modutils installed, so insmod.old does exist in /sbin

---------------
make[1]: `scripts/kconfig/conf' is up to date.
./scripts/kconfig/conf -s arch/i386/Kconfig
.config:1309: trying to assign nonexistent symbol KALLSYMS

<snip>

  /sbin/kallsyms .tmp_vmlinux1 > .tmp_kallsyms1.o
Kernel requires old insmod, but couldn't run insmod.old: No such file or
directory
make: *** [.tmp_kallsyms1.o] Error 2
---------------

Is there some documented change (which I failed to locate) to ksyms I
should be using to decode oops's?  Oh, and the make removes the entry
for 'CONFIG_KALLSYMS'...  Help :)

-- 
Kevin

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

* Re: ksyms, kksymoops, modules, et.al.
  2002-11-18 23:29 ksyms, kksymoops, modules, et.al Kevin Brosius
@ 2002-11-19  0:26 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2002-11-19  0:26 UTC (permalink / raw)
  To: Kevin Brosius; +Cc: kernel

Kevin Brosius wrote:

> So what's going on with ksyms in 2.5.48 (and bk trees since the module
> loader change, as far as I can tell)?  I no longer see /proc/ksyms and
> kernel oops's don't get decoded automatically either.



It's currently broken due to the new module code... ping Rusty for a fix ;-)


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

end of thread, other threads:[~2002-11-19  0:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-18 23:29 ksyms, kksymoops, modules, et.al Kevin Brosius
2002-11-19  0:26 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox