From: "Todd M. Roy" <troy@holstein.com>
To: jonathan@daria.co.uk
Cc: linux-kernel@vger.kernel.org
Subject: Re: Unresolved symbol in 2.4.4p1, ia32
Date: Mon, 9 Apr 2001 16:54:37 GMT [thread overview]
Message-ID: <200104091654.f39GsbR00271@pcx4168.holstein.com> (raw)
In-Reply-To: <44f.3acf8044.2edba@trespassersw.daria.co.uk> (message from Jonathan Hudson on Sat, 07 Apr 2001 21:01:56 GMT)
In-Reply-To: <44f.3acf8044.2edba@trespassersw.daria.co.uk>
> From: Jonathan Hudson <jonathan@daria.co.uk>
> X-Newsreader: knews 1.0b.1
> x-no-productlinks: yes
> X-Newsgroups: fa.linux.kernel
> Content-Type: text/plain; charset=iso-8859-1
> Date: Sat, 07 Apr 2001 21:01:56 GMT
> Bytes: 235
> Sender: linux-kernel-owner@vger.kernel.org
> Precedence: bulk
> X-Mailing-List: linux-kernel@vger.kernel.org
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.4-pre1/kernel/drivers/ide/ide-cd.o
> depmod: strstr
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.4-pre1/kernel/drivers/parport/parport.o
> depmod: strstr
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
I think strstr (apparently a new function) got left out of
i386_ksyms.c:
The following appears to have fixed it for me:
--- arch/i386/kernel/i386_ksyms.c.~1~ Mon Apr 9 10:54:58 2001
+++ arch/i386/kernel/i386_ksyms.c Mon Apr 9 12:46:45 2001
@@ -97,6 +97,7 @@
EXPORT_SYMBOL_NOVERS(__put_user_2);
EXPORT_SYMBOL_NOVERS(__put_user_4);
+EXPORT_SYMBOL(strstr);
EXPORT_SYMBOL(strtok);
EXPORT_SYMBOL(strpbrk);
EXPORT_SYMBOL(simple_strtol);
-- todd --
**********************************************************************
This footnote confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
**********************************************************************
next prev parent reply other threads:[~2001-04-09 16:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-07 21:01 Jonathan Hudson
2001-04-09 16:54 ` Todd M. Roy [this message]
2001-04-09 18:58 ` Alan Cox
2001-04-09 19:27 ` Andrea Arcangeli
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=200104091654.f39GsbR00271@pcx4168.holstein.com \
--to=troy@holstein.com \
--cc=jonathan@daria.co.uk \
--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
all inboxes | Powered by JetHome®