From: Dean Nelson <dcn@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Patch 2.6.14] Extend notify_die() hooks for IA64
Date: Fri, 04 Nov 2005 17:20:18 +0000 [thread overview]
Message-ID: <20051104172018.GA8306@sgi.com> (raw)
In-Reply-To: <5844.1130898771@kao2.melbourne.sgi.com>
On Wed, Nov 02, 2005 at 03:34:39PM -0600, Dean Nelson wrote:
> On Wed, Nov 02, 2005 at 02:29:21PM +1100, Keith Owens wrote:
>
> I called panic() and induced a MCA error, both worked as expected. I did
> have trouble trying to induce a recoverable MCA due to a problem with
> our error injector. It was not an issue with this patch since our error
> injector was also failing on a vanilla Tony Luck test tree (i.e., minus
> your patch).
The issues with our error injector were finally resolved, but in trying
to induce a recoverable MCA error, I did encounter a problem with Keith's
patch. The fix follows. Once fixed, recoverable MCAs worked as expected.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Index: linux-2.6.git-test/arch/ia64/kernel/mca.c
=================================--- linux-2.6.git-test.orig/arch/ia64/kernel/mca.c 2005-11-04 07:49:29.943576388 -0600
+++ linux-2.6.git-test/arch/ia64/kernel/mca.c 2005-11-04 08:46:05.500525374 -0600
@@ -1621,7 +1621,7 @@
"(status %ld)\n", rc);
return;
}
- if (!register_die_notifier(&default_init_monarch_nb)) {
+ if (register_die_notifier(&default_init_monarch_nb)) {
printk(KERN_ERR "Failed to register default monarch INIT process\n");
return;
}
next prev parent reply other threads:[~2005-11-04 17:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-02 2:32 [Patch 2.6.14] Extend notify_die() hooks for IA64 Keith Owens
2005-11-02 3:29 ` Keith Owens
2005-11-02 21:34 ` Dean Nelson
2005-11-02 22:28 ` Keshavamurthy Anil S
2005-11-04 17:20 ` Dean Nelson [this message]
2005-11-07 19:10 ` Luck, Tony
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=20051104172018.GA8306@sgi.com \
--to=dcn@sgi.com \
--cc=linux-ia64@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox