On Fri, Aug 18, 2006 at 09:43:35AM -0400, Charles Wright wrote:
> I'm developing a kernel module, and there is a slight difference
> between UML and a native i386. On the i386, I can use strnlen_user,
> but on UML the symbol "strnlen_user_skas" is not exported so the
> module doesn't load. After
I'm developing a kernel module, and there is a slight difference
between UML and a native i386. On the i386, I can use strnlen_user,
but on UML the symbol "strnlen_user_skas" is not exported so the
module doesn't load. After exporting strnlen_user_skas from UML all's
well.
Charles
-