public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <minyard@acm.org>
To: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@transmeta.com>
Subject: [patch] export symbol for panic_notifier_list
Date: Thu, 22 Aug 2002 09:46:02 -0500	[thread overview]
Message-ID: <3D64F92A.9040406@acm.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

If a module needs to be notified of a panic, well, it needs to get at 
the notifier list, but that's not exported.  patch is attached.

Thanks,

-Corey

[-- Attachment #2: linux-export_panic_list.diff --]
[-- Type: text/plain, Size: 274 bytes --]

--- linux.orig/kernel/ksyms.c	Thu Aug 22 08:20:26 2002
+++ linux/kernel/ksyms.c	Thu Aug 22 09:03:01 2002
@@ -492,6 +492,7 @@
 
 /* misc */
 EXPORT_SYMBOL(panic);
+EXPORT_SYMBOL(panic_notifier_list);
 EXPORT_SYMBOL(sprintf);
 EXPORT_SYMBOL(snprintf);
 EXPORT_SYMBOL(sscanf);

             reply	other threads:[~2002-08-22 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-22 14:46 Corey Minyard [this message]
2002-08-22 18:56 ` [patch] export symbol for panic_notifier_list Andreas Dilger

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=3D64F92A.9040406@acm.org \
    --to=minyard@acm.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox