All of lore.kernel.org
 help / color / mirror / Atom feed
From: "C.Y.M" <syphir@syphir.sytes.net>
To: Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Unknown symbol kill_proc_info in 2.6.10-rc1
Date: Sat, 23 Oct 2004 02:21:22 -0700	[thread overview]
Message-ID: <417A2292.9090008@syphir.sytes.net> (raw)

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);

             reply	other threads:[~2004-10-23  9:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-23  9:21 C.Y.M [this message]
2004-10-23  9:57 ` Unknown symbol kill_proc_info in 2.6.10-rc1 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

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=417A2292.9090008@syphir.sytes.net \
    --to=syphir@syphir.sytes.net \
    --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.