From: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [patch] Support multiple CPUs going through OS_MCA
Date: Mon, 07 May 2007 01:04:31 +0000 [thread overview]
Message-ID: <463E7B1F.30906@jp.fujitsu.com> (raw)
In-Reply-To: <200704272129.l3RLT8Ob64391823@clink.americas.sgi.com>
> @@ -1232,6 +1258,7 @@ ia64_mca_handler(struct pt_regs *regs, s
> rh->severity = sal_log_severity_corrected;
> ia64_sal_clear_state_info(SAL_INFO_TYPE_MCA);
> sos->os_status = IA64_MCA_CORRECTED;
> + ia64_mlogbuf_dump();
> } else {
> /* Dump buffered message to console */
> ia64_mlogbuf_finish(1);
We cannot call ia64_mlogbuf_dump() from recoverable MCA/INIT
context. Since ia64_mlogbuf_dump() calls printk() which could
cause deadlock in MCA/INIT context, this change may be trouble.
Thanks,
H.Seto
next prev parent reply other threads:[~2007-05-07 1:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-27 21:29 [patch] Support multiple CPUs going through OS_MCA Russ Anderson
2007-04-28 0:34 ` Yu, Fenghua
2007-04-30 23:07 ` Russ Anderson
2007-05-07 1:04 ` Hidetoshi Seto [this message]
2007-05-18 22:17 ` Russ Anderson
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=463E7B1F.30906@jp.fujitsu.com \
--to=seto.hidetoshi@jp.fujitsu.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 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.