From: ANTHONY DELSORBO <delsorbo@asc.hpc.mil>
To: linux-kernel@vger.kernel.org
Subject: unresolved symbol kiobuf_init for kernel 2.4.9-6
Date: Thu, 15 Nov 2001 18:10:40 -0500 [thread overview]
Message-ID: <0111151810400C.01205@spt93> (raw)
Hey folks,
I'm attempting to load a module whose code has a call to kiobuf_init. The
function kiobuf_init is defined in fs/iobuf.c BUT not forward declared in
include/linux/iobuf.h (as it was in 2.4.3-12). But the kernel compiles
anyway. The module code compiles as well -- even if I do ignore the
undefined symbol message at compile time. However, when I try to insmod the
module I get the dreaded message
module.o: unresolved symbol kiobuf_init
Now here's the funny thing:
The /boot/System.map file lists it as
c014d410 t kiobuf_init
But there's nothing in the /proc/ksyms
I've stepped through the installation process of insmod and noted that there
are 1474 symbols in ksyms and none of them is kiobuf_init. So, obviously
when it checks for unresolved symbols it doesn't find it.
I've recompiled the kernel, the module source and even forward declared the
function, but nothing seems to work!
What could I be doing wrong???? I've been working this problem for several
days now without success!
Thanks,
Tony.
next reply other threads:[~2001-11-15 23:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-15 23:10 ANTHONY DELSORBO [this message]
2001-11-16 14:02 ` unresolved symbol kiobuf_init for kernel 2.4.9-6 Tommy Reynolds
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=0111151810400C.01205@spt93 \
--to=delsorbo@asc.hpc.mil \
--cc=linux-kernel@vger.kernel.org \
/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