From: Frank van der Linden <Frank.Vanderlinden@Sun.COM>
To: "Ke, Liping" <liping.ke@intel.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Keir Fraser <keir.fraser@eu.citrix.com>
Subject: Re: [Patch 0/3]RAS(Part II)--Intel MCA enalbing in XEN
Date: Fri, 20 Mar 2009 17:46:19 -0600 [thread overview]
Message-ID: <49C42ACB.9030207@Sun.COM> (raw)
In-Reply-To: <E2263E4A5B2284449EEBD0AAB751098401CE2D1149@PDSMSX501.ccr.corp.intel.com>
Ke, Liping wrote:
> The patches are for MCA enabling in XEN. Those patches based on AMD and SUN's MCA related jobs.
> We have some discussions with AMD/SUN and did refinements from the last sending. Also we rebase it after
> SUN's latest improvements. We will have following patches for recovery actions. This is a basic framework
> for Intel MCA.
I looked the patches over a little more closely, and merged them with my
-unstable tree. I found a few minor issues:
* some compile issues with printk format strings in the case of DEBUG
and 32bit
* in severity_scan, use mca_rdmsrl and mca_wrmsrl to work correctly for
simulated errors using injection
* in severity_scan, if the MSR values were injected for debugging
purposes, don't panic but keep going, since the injected values will be
lost at reboot, and this is just a simulated #MC anyway, there is no
danger of losing state
I'll attach a little patch to fix these issues. I haven't tested this
patch yet, although the compile fixes have been "tested".
Finally, one final question:
> 2) When MCE# happens, all CPUs enter MCA context. The first CPU who read&clear the error MSR bank will be this
> MCE# owner. Necessary locks/synchronization will help to judge the owner and select most severe error.
Is it always true (at least, for Intel CPUs of family 6 and 15) that
when a #MC happens, *all* CPUs will receive a #MC trap? I couldn't find
this anywhere in the documentation.
If this is true, I'll change the MCE injection code to simulate #MC on
all CPUs in the case of an Intel system.
- Frank
next prev parent reply other threads:[~2009-03-20 23:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-20 5:02 [Patch 0/3]RAS(Part II)--Intel MCA enalbing in XEN Ke, Liping
2009-03-20 23:46 ` Frank van der Linden [this message]
2009-03-20 23:48 ` Frank van der Linden
2009-03-21 5:13 ` Keir Fraser
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=49C42ACB.9030207@Sun.COM \
--to=frank.vanderlinden@sun.com \
--cc=keir.fraser@eu.citrix.com \
--cc=liping.ke@intel.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 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.