linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* recalc_sigpending in usb.c
@ 2002-09-13  2:22 Jacek Pliszka
  0 siblings, 0 replies; only message in thread
From: Jacek Pliszka @ 2002-09-13  2:22 UTC (permalink / raw)
  To: linux-kernel

Hi!

I am trying to compile  2.5.34. But during make modules_install

depmod: *** Unresolved symbols in 
/lib/modules/2.5.34/kernel/drivers/usb/storage/usb-storage.o
depmod:         show_trace
depmod:         recalc_sigpending

When I comment out show_trace and add 
EXPORT_SYMBOL(recalc_sigpending);

to kernel/ksyms.c

make modules_install works but then 

modprobe usb-storage gives:

/lib/modules/2.5.34/kernel/drivers/usb/storage/usb-storage.o: unresolved 
symbol recalc_sigpending
/lib/modules/2.5.34/kernel/drivers/usb/storage/usb-storage.o: insmod 
/lib/modules/2.5.34/kernel/drivers/usb/storage/usb-storage.o failed
/lib/modules/2.5.34/kernel/drivers/usb/storage/usb-storage.o: insmod 
usb-storage failed

If I comment out recalc_sigpending instead - the drive does not
work at all. Hangs during eject.

Drive worked, though slowly in 2.4.18-10 (Red Hat 7.3)

I am sorry I am not subscribed so please, CC the answer to me.

Thanks for any help you could provide,

Jacek




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-13  2:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-13  2:22 recalc_sigpending in usb.c Jacek Pliszka

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).