From: Ashwin Pankaj <ashwin.pankaj@lsi.com>
To: Xen-devel@lists.xensource.com
Subject: Xen PANIC in MCE interrupt context : can global variable dom0 be NULL ?
Date: Mon, 15 Feb 2010 19:49:53 +0530 [thread overview]
Message-ID: <4B795809.5070304@lsi.com> (raw)
Hi ,
I am using Xen 3.4.1 - I see that sometimes when an MCE error occurs Xen
panics due to a page fault with the following stack trace-
http://pastebin.com/f30f67342
After some digging, probable culprit seems to be smp_cmci_interrupt
> if (bs.errcnt && mctc != NULL) {
> if (guest_enabled_event(dom0->vcpu[0],
> <------------------------------------ here
> VIRQ_MCA)) {
> mctelem_commit(mctc);
> printk(KERN_DEBUG "CMCI: send CMCI to DOM0 through virq\n");
> send_guest_global_virq(dom0, VIRQ_MCA);
> } else {
> x86_mcinfo_dump(mctelem_dataptr(mctc));
> mctelem_dismiss(mctc);
> }
Looks like dom0 is NULL here ( vcpu[0] offset is 0x468). Is this possible?
Other functions like mce_softirq() perform a NULL check on dom0 before
accessing it's members ....
> /* Step2: Send Log to DOM0 through vIRQ */
> if (dom0 && guest_enabled_event(dom0->vcpu[0], VIRQ_MCA)) {
> printk(KERN_DEBUG "MCE: send MCE# to DOM0 through virq\n");
> send_guest_global_virq(dom0, VIRQ_MCA);
> }
Also note that, this system printed the MCE warning message( "(XEN) MCE:
The hardware reports a non fatal, correctable incident occured on CPU 0"
) twice before panicing.
So this code worked properly and entered x86_mcinfo_dump() atleast twice
before panic.
- Regards,
Ashwin
next reply other threads:[~2010-02-15 14:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-15 14:19 Ashwin Pankaj [this message]
2010-02-16 9:05 ` Xen PANIC in MCE interrupt context : can global variable dom0 be NULL ? Jan Beulich
2010-02-16 10:37 ` Jiang, Yunhong
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=4B795809.5070304@lsi.com \
--to=ashwin.pankaj@lsi.com \
--cc=Xen-devel@lists.xensource.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;
as well as URLs for NNTP newsgroup(s).