From: Roman Belenov <rbelenov@yandex.ru>
To: linux-kernel@vger.kernel.org
Subject: _mmx_memcpy and module symbol versioning in 2.4.x
Date: Wed, 18 Dec 2002 17:44:09 +0300 [thread overview]
Message-ID: <uof7jqtdy.fsf@yandex.ru> (raw)
It seems that _mmx_memcpy is exported incorrectly in 2.4.x kernels if
module symbol versioning is turned on - modules that use it fail to
load and tell that the function is undefined; /proc/ksyms shows the
versioned name as _mmx_memcpy_R__ver__mmx_memcpy (so that
__ver__mmx_memcpy remains undefined during kernel compilation).
It seems that the problem appeared in 2.4.0 -
http://search.luky.org/linux-kernel.2000/msg00208.html
I experience it on 2.4.19 . Problem appears when kernel is compiled
with CONFIG_MODVERSIONS=y and CONFIG_MK7=y
--
With regards, Roman.
reply other threads:[~2002-12-18 14:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=uof7jqtdy.fsf@yandex.ru \
--to=rbelenov@yandex.ru \
--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 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.