* _mmx_memcpy and module symbol versioning in 2.4.x
@ 2002-12-18 14:44 Roman Belenov
0 siblings, 0 replies; only message in thread
From: Roman Belenov @ 2002-12-18 14:44 UTC (permalink / raw)
To: linux-kernel
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-18 14:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-18 14:44 _mmx_memcpy and module symbol versioning in 2.4.x Roman Belenov
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.