All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Dilger <adilger@clusterfs.com>
To: Corey Minyard <minyard@acm.org>
Cc: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@transmeta.com>
Subject: Re: [patch] export symbol for panic_notifier_list
Date: Thu, 22 Aug 2002 12:56:21 -0600	[thread overview]
Message-ID: <20020822185621.GG19435@clusterfs.com> (raw)
In-Reply-To: <3D64F92A.9040406@acm.org>

On Aug 22, 2002  09:46 -0500, Corey Minyard wrote:
> 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.

Excellent, we have this in our private kernel patch as well.

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


Cheers, Andreas
--
Andreas Dilger
http://www-mddsp.enel.ucalgary.ca/People/adilger/
http://sourceforge.net/projects/ext2resize/


      reply	other threads:[~2002-08-22 18:54 UTC|newest]

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

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=20020822185621.GG19435@clusterfs.com \
    --to=adilger@clusterfs.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minyard@acm.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 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.