On Tue, 20 May 2003 09:34:29 +0100,
Kathryn Bower <k.bower@xxxxxxxxxxxx> wrote:
>Hi -
>
>I downloaded the latest 2.4-xfs development tree via CVS yesterday (19/05),
>but get the following Errors when running `make modules_install`:
>
>depmod: *** Unresolved symbols in
>/lib/modules/2.4.21-xfs-19May2003/kernel/drivers/char/ipmi/ipmi_msghandler.o
>depmod: panic_notifier_list
>depmod: *** Unresolved symbols in
>/lib/modules/2.4.21-xfs-19May2003/kernel/drivers/char/ipmi/ipmi_watchdog.o
>depmod: panic_notifier_list
>depmod: panic_timeout
>depmod: *** Unresolved symbols in
>/lib/modules/2.4.21-xfs-19May2003/kernel/drivers/net/fc/iph5526.o
>depmod: fc_type_trans
Those errors are from the base 2.4.21-rc1 kernel, they are not XFS
errors. SGI could do a local fix but it would be better if the real
fix came from the IPMI and IP/SCSI developers. Especially since
exporting panic_notifier_list is dangerous, it introduces a race
between module unload and panic. Either build ipmi and iph5526 into
the kernel (not modules) or contact he IPMI and IP/SCSI developers for
a fix.
|