All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] lstrncpy_from_user symbol not exported
@ 2004-03-04 19:06 William Waites
  2004-03-06 14:46 ` Randolph Chung
  0 siblings, 1 reply; 2+ messages in thread
From: William Waites @ 2004-03-04 19:06 UTC (permalink / raw)
  To: parisc-linux

I tried sending this to submit@bugs.parisc-linux.org
but it bounced...

----- Forwarded message from William Waites <ww@styx.org> -----

Date: Thu, 4 Mar 2004 13:59:49 -0500
From: William Waites 
Subject: lstrncpy_from_user symbol not exported
To: submit@bugs.parisc-linux.org

Hello, 

I am running LiS on Linux/parsic. The streams kernel
module uses the strncpy_from_user function which on
parisc is macro that calls lstrncpy_from_user. This
function is not exported by the kernel, so the module
gets an unresolved symbol. The following patch fixes
this.

Index: arch/parisc/kernel/parisc_ksyms.c
===================================================================
RCS file: /var/cvs/linux-2.4/arch/parisc/kernel/parisc_ksyms.c,v
retrieving revision 1.49
diff -u -r1.49 parisc_ksyms.c
--- a/arch/parisc/kernel/parisc_ksyms.c 17 Jan 2004 06:40:11 -0000      1.49
+++ b/arch/parisc/kernel/parisc_ksyms.c 4 Mar 2004 18:53:07 -0000
@@ -110,6 +110,7 @@
 EXPORT_SYMBOL(lcopy_from_user);
 EXPORT_SYMBOL(lstrnlen_user);
 EXPORT_SYMBOL(lclear_user);
+EXPORT_SYMBOL(lstrncpy_from_user);

 #ifndef __LP64__
 /* Needed so insmod can set dp value */

-- 
/~\  The ASCII Ribbon Campaign
\ /    No HTML/RTF in email
 X     No Word docs in email
/ \  Respect for open standards

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [parisc-linux] lstrncpy_from_user symbol not exported
  2004-03-04 19:06 [parisc-linux] lstrncpy_from_user symbol not exported William Waites
@ 2004-03-06 14:46 ` Randolph Chung
  0 siblings, 0 replies; 2+ messages in thread
From: Randolph Chung @ 2004-03-06 14:46 UTC (permalink / raw)
  To: William Waites; +Cc: parisc-linux

In reference to a message from William Waites, dated Mar 04:
> I tried sending this to submit@bugs.parisc-linux.org
> but it bounced...

commited, thanks

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-06 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-04 19:06 [parisc-linux] lstrncpy_from_user symbol not exported William Waites
2004-03-06 14:46 ` Randolph Chung

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.