public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Unknown symbol kill_proc_info in 2.6.10-rc1
@ 2004-10-23  9:21 C.Y.M
  2004-10-23  9:57 ` Arjan van de Ven
  2004-10-23  9:57 ` Christoph Hellwig
  0 siblings, 2 replies; 7+ messages in thread
From: C.Y.M @ 2004-10-23  9:21 UTC (permalink / raw)
  To: Linux-Kernel

After building 2.6.10-rc1, i was unable to load my "lufs" module due to 
an unknown symbol error (kill_proc_info).  When I examined the 
2.6.10-rc1 patch, I noticed that "EXPORT_SYMBOL(kill_proc_info);" was 
removed from signal.c.  With the following patch, I was able to resolve 
my problem, but I am not sure if this is the correct method.  Is there a 
reason why the kill_proc_info symbol is no longer exported?

--- linux/kernel/signal.c.original      2004-10-23 02:12:32.000000000 -0700
+++ linux/kernel/signal.c       2004-10-23 01:37:36.000000000 -0700
@@ -1939,6 +1939,7 @@
  EXPORT_SYMBOL(force_sig);
  EXPORT_SYMBOL(kill_pg);
  EXPORT_SYMBOL(kill_proc);
+EXPORT_SYMBOL(kill_proc_info);
  EXPORT_SYMBOL(ptrace_notify);
  EXPORT_SYMBOL(send_sig);
  EXPORT_SYMBOL(send_sig_info);

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

end of thread, other threads:[~2004-10-23 11:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-23  9:21 Unknown symbol kill_proc_info in 2.6.10-rc1 C.Y.M
2004-10-23  9:57 ` Arjan van de Ven
2004-10-23  9:57 ` Christoph Hellwig
2004-10-23 10:04   ` C.Y.M
2004-10-23 10:22     ` Christoph Hellwig
2004-10-23 11:17       ` C.Y.M
2004-10-23 11:28         ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox