Re: Linux 2.4.23-pre9

From: Xose Vazquez Perez
Date: Mon Nov 03 2003 - 13:59:38 EST


Krzysztof Halasa wrote:

> Would you (try to) accept a patch from me if I fix the following?
>
> Modular IDE is still broken:
> hq:/usr/src/linux-hq# /sbin/depmod -ae
> depmod: *** Unresolved symbols in .../kernel/drivers/ide/ide-core.o
> depmod: ide_wait_hwif_ready
> depmod: ide_probe_for_drive
> depmod: ide_probe_reset
> depmod: ide_tune_drives
>
> This is a circular dependency - ide-core.o wants them and they are exported
> by ide-probe.o which wants things from ide-core.o.

Last time that I compiled _all_ kernel modules with _all_ core options, with
OSDL compregress.sh test, there was more bugs:

--cut--
# make modules_install
[...]
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.23-pre5; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.23-pre5/kernel/drivers/ide/ide-core.o
depmod: init_cmd640_vlb
depmod: ide_wait_hwif_ready
depmod: ide_probe_for_drive
depmod: ide_probe_reset
depmod: ide_tune_drives
depmod: *** Unresolved symbols in /lib/modules/2.4.23-pre5/kernel/drivers/net/wan/comx.o
depmod: proc_get_inode
depmod: *** Unresolved symbols in /lib/modules/2.4.23-pre5/kernel/fs/binfmt_elf.o
depmod: put_files_struct
depmod: steal_locks
--end--

--
HTML mails are going to trash automagically

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/