All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose@wanadoo.es>
To: khc@pm.waw.pl, linux-kernel <linux-kernel@vger.kernel.org>,
	Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Subject: Re: Linux 2.4.23-pre9
Date: Mon, 03 Nov 2003 19:56:40 +0100	[thread overview]
Message-ID: <3FA6A4E8.5030609@wanadoo.es> (raw)

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


             reply	other threads:[~2003-11-03 18:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-03 18:56 Xose Vazquez Perez [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-10-30 12:00 Linux 2.4.23-pre9 Marcelo Tosatti
2003-11-03 14:45 ` Krzysztof Halasa
2003-11-03 16:46   ` Marcelo Tosatti
2003-11-03 20:01     ` Erik Andersen
2003-11-03 22:11       ` Marcelo Tosatti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FA6A4E8.5030609@wanadoo.es \
    --to=xose@wanadoo.es \
    --cc=khc@pm.waw.pl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.