* Re: test12-pre3 (FireWire issue)
@ 2000-12-01 6:59 Frank Davis
2000-12-01 7:03 ` Dax Kelson
0 siblings, 1 reply; 4+ messages in thread
From: Frank Davis @ 2000-12-01 6:59 UTC (permalink / raw)
To: linux-kernel; +Cc: Dax Kelson, fdavis112
Dax,
What is your modutils version? Is this the first test12 that has caused this error?
Regards,
Frank
> Linus, Andreas,
>
> I've been using this same config since FireWire was merged, just tried out
> test12-pre3 and got an unresolved symbol problem with raw1394.o
>
> #
> # IEEE 1394 (FireWire) support
> #
> CONFIG_IEEE1394=y
> # CONFIG_IEEE1394_PCILYNX is not set
> CONFIG_IEEE1394_OHCI1394=y
> CONFIG_IEEE1394_VIDEO1394=m
> CONFIG_IEEE1394_RAWIO=m
> # CONFIG_IEEE1394_VERBOSEDEBUG is not set
>
>
> make bzImage; make modules; make modules_install
>
> modules_install bombs out with:
>
> cd /lib/modules/2.4.0-test12; \
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map
> 2.4.0-test12; fi depmod: *** Unresolved symbols in
> /lib/modules/2.4.0-test12/kernel/drivers/ieee1394/raw1394.o
> depmod: free_tlabel
> depmod: fill_iso_packet
> depmod: hpsb_register_highlevel
> depmod: highlevel_lock
> depmod: hpsb_unregister_highlevel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread* test12-pre3
@ 2000-11-29 6:57 Linus Torvalds
2000-12-01 6:00 ` test12-pre3 (FireWire issue) Dax Kelson
0 siblings, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2000-11-29 6:57 UTC (permalink / raw)
To: Kernel Mailing List; +Cc: Alan Cox
The bulk of this is architecture updates (most lately mips64). The most
interesting (but fairly small) part is the VM cleanups. Any day now
kiobuf's can just use PageDirty on everything, and we won't have any nasty
races any more.
Linus
----
- pre3:
- me: more PageDirty / swapcache handling
- Neil Brown: raid and md init fixes
- David Brownell: pci hotplug sanitization.
- Kanoj Sarcar: mips64 update
- Kai Germaschewski: ISDN sync
- Andreas Bombe: ieee1394 cleanups and fixes
- Johannes Erdfelt: USB update
- David Miller: Sparc and net update
- Trond Myklebust: RPC layer SMP fixes
- Thomas Sailer: mixed sound driver fixes
- Tigran Aivazian: use atomic_dec_and_lock() for free_uid()
- pre2:
- Peter Anvin: more P4 configuration parsing
- Stephen Tweedie: O_SYNC patches. Make O_SYNC/fsync/fdatasync
do the right thing.
- Keith Owens: make mdule loading use the right struct module size
- Boszormenyi Zoltan: get MTRR's right for the >32-bit case
- Alan Cox: various random documentation etc
- Dario Ballabio: EATA and u14-34f update
- Ivan Kokshaysky: unbreak alpha ruffian
- Richard Henderson: PCI bridge initialization on alpha
- Zach Brown: correct locking in Maestro driver
- Geert Uytterhoeven: more m68k updates
- Andrey Savochkin: eepro100 update
- Dag Brattli: irda update
- Johannes Erdfelt: USB update
- pre1: (for ISDN synchronization _ONLY_! Not complete!)
- Byron Stanoszek: correct decimal precision for CPU MHz in
/proc/cpuinfo
- Ollie Lho: SiS pirq routing.
- Andries Brouwer: isofs cleanups
- Matt Kraai: /proc read() on directories should return EISDIR, not EINVAL
- me: be stricter about what we accept as a PCI bridge setup.
- me: always set PCI interrupts to be level-triggered when we enable them.
- me: updated PageDirty and swap cache handling
- Peter Anvin: update A20 code to work without keyboard controller
- Kai Germaschewski: ISDN updates
- Russell King: ARM updates
- Geert Uytterhoeven: m68k updates
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: test12-pre3 (FireWire issue)
2000-11-29 6:57 test12-pre3 Linus Torvalds
@ 2000-12-01 6:00 ` Dax Kelson
2000-12-04 0:10 ` Andreas Bombe
0 siblings, 1 reply; 4+ messages in thread
From: Dax Kelson @ 2000-12-01 6:00 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Kernel Mailing List, Alan Cox, andreas.bombe
Linus Torvalds said once upon a time (Tue, 28 Nov 2000):
> - pre3:
> - Andreas Bombe: ieee1394 cleanups and fixes
Linus, Andreas,
I've been using this same config since FireWire was merged, just tried out
test12-pre3 and got an unresolved symbol problem with raw1394.o
#
# IEEE 1394 (FireWire) support
#
CONFIG_IEEE1394=y
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_OHCI1394=y
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_RAWIO=m
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
make bzImage; make modules; make modules_install
modules_install bombs out with:
cd /lib/modules/2.4.0-test12; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.0-test12; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.0-test12/kernel/drivers/ieee1394/raw1394.o
depmod: free_tlabel
depmod: fill_iso_packet
depmod: hpsb_register_highlevel
depmod: highlevel_lock
depmod: hpsb_unregister_highlevel
depmod: hpsb_send_packet
depmod: highlevel_read
depmod: hpsb_make_lockpacket
depmod: alloc_hpsb_packet
depmod: highlevel_write
depmod: hpsb_dec_host_usage
depmod: hpsb_reset_bus
depmod: hpsb_generation
depmod: hpsb_unlisten_channel
depmod: hpsb_make_readbpacket
depmod: hpsb_listen_channel
depmod: free_hpsb_packet
depmod: hpsb_make_readqpacket
depmod: hpsb_make_writebpacket
depmod: hpsb_inc_host_usage
depmod: hpsb_make_writeqpacket
[root@thud linux]#
Dax Kelson
Guru Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: test12-pre3 (FireWire issue)
2000-12-01 6:00 ` test12-pre3 (FireWire issue) Dax Kelson
@ 2000-12-04 0:10 ` Andreas Bombe
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Bombe @ 2000-12-04 0:10 UTC (permalink / raw)
To: Dax Kelson; +Cc: Kernel Mailing List
On Thu, Nov 30, 2000 at 11:00:07PM -0700, Dax Kelson wrote:
> Linus Torvalds said once upon a time (Tue, 28 Nov 2000):
>
> > - pre3:
> > - Andreas Bombe: ieee1394 cleanups and fixes
>
> Linus, Andreas,
>
> I've been using this same config since FireWire was merged, just tried out
> test12-pre3 and got an unresolved symbol problem with raw1394.o
Frankly, I don't know where the missing symbols could come from.
Nothing in that area was recently changed. The patch merged into pre3
was just removing Linux 2.2 compatibility macros and fixing two bugs,
symbols were not messed with.
I haven't compiled pre3 myself so far, however.
--
Andreas E. Bombe <andreas.bombe@munich.netsurf.de> DSA key 0x04880A44
http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-12-04 0:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-01 6:59 test12-pre3 (FireWire issue) Frank Davis
2000-12-01 7:03 ` Dax Kelson
-- strict thread matches above, loose matches on Subject: below --
2000-11-29 6:57 test12-pre3 Linus Torvalds
2000-12-01 6:00 ` test12-pre3 (FireWire issue) Dax Kelson
2000-12-04 0:10 ` Andreas Bombe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox