From: Keith Owens <kaos@ocs.com.au>
To: Frank Davis <fdavis112@juno.com>
Cc: Mr Miles T Lane <miles_lane@yahoo.com>,
Gergely Madarasz <gorgo@itc.hu>,
linux-kernel@vger.kernel.org
Subject: Re: 2.4.5-ac12 -- Unresolved symbols in drivers/net/wan/comx.o -- "proc_get_inode"
Date: Sun, 10 Jun 2001 17:30:27 +1000 [thread overview]
Message-ID: <13137.992158227@ocs4.ocs-net> (raw)
In-Reply-To: Your message of "Sun, 10 Jun 2001 03:12:06 -0400." <388621635.992157131964.JavaMail.root@web395-wra.mail.com>
On Sun, 10 Jun 2001 03:12:06 -0400 (EDT),
Frank Davis <fdavis112@juno.com> wrote:
> It appears that fs/proc/inode.o (where proc_get_inode() is defined)
>is not being included when comx.o is built . Keith, I'm not too familar
>the build's dependencies process to know if drivers/net/wan/Makefile
>should be modified or another build file.
One long line of 255 characters reformatted for readability. Also your
mailer appended Miles's original text without any attribution and
without quoting it, making it look as though you (Frank Davis) wrote
the bug report. You need a better mailer for linux-kernel. Having
got that off my chest (and added attribution and quoting) ...
>Miles T Lane wrote
>>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.5-ac12; fi
>>depmod: *** Unresolved symbols in
>>/lib/modules/2.4.5-ac12/kernel/drivers/net/wan/comx.o
>>depmod: proc_get_inode
fs/proc/inode.c is included, it is a fundamental part of /proc. The
problem is that proc_get_inode is not listed as an exported symbol.
Interesting that nobody else has reported this, proc_get_inode has
never been exported in the 2.4 series and comx.c has not changed in
this area either, looks like nobody else has tried to run comx as a
module.
The obvious fix is to add EXPORT_SYMBOL(proc_get_inode) to
fs/proc/root.c but I am not sure that the obvious fix is the correct
one. All the other uses of proc_get_inode are in the proc system,
should another subsystem be delving into proc internals? I'm going to
bounce this one to the proc and comx maintainers to let them decide
amongst themselves. Hmmm, no official proc maintainer so it's off to
l-k for this mail.
next parent reply other threads:[~2001-06-10 7:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <388621635.992157131964.JavaMail.root@web395-wra.mail.com>
2001-06-10 7:30 ` Keith Owens [this message]
2001-06-10 6:27 2.4.5-ac12 -- Unresolved symbols in drivers/net/wan/comx.o -- "proc_get_inode" Mr Miles T Lane
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=13137.992158227@ocs4.ocs-net \
--to=kaos@ocs.com.au \
--cc=fdavis112@juno.com \
--cc=gorgo@itc.hu \
--cc=linux-kernel@vger.kernel.org \
--cc=miles_lane@yahoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox