From: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
To: <tony.luck@intel.com>, <bp@alien8.de>, <tglx@linutronix.de>,
<mingo@redhat.com>, <hpa@zytor.com>
Cc: <x86@kernel.org>, <linux-edac@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: [PATCH V2 0/5] Updates to AMD MCE driver per Scalable MCA spec
Date: Fri, 15 Jan 2016 17:50:31 -0600 [thread overview]
Message-ID: <1452901836-27632-1-git-send-email-Aravind.Gopalakrishnan@amd.com> (raw)
The patchset contains updates to the MCE driver based
on the Scalable MCA specification.
Patches 1-3 include some minor changes to existing code
and have been tested for regressions on older families.
Patches 4-5 is new code and only runs on processors
with ScalableMCA feature enabled (for future)
Patch 1: Order of mce_amd_feature_init() was incorrect as
it should be called after we gather features from
cpuid bits. Fixing that in this patch
Patch 2: We do not require shared bank verification on ZP.
Modifying code here to return early if we are on a processor
that supports SMCA feature.
Patch 3: The number of blocks per bank is reduced from Fam17h onwards.
Fixing code to reflect this architectural change
Patch 4: LVT offset for thresholding is now programmed in different MSR
as opposed to per-bank MISC register in earlier processors.
Fixing code here to obtain LVT offset from correct MSR.
Patch 5: OS is required to set MCAXEn bit in the per-bank CONFIG MSR
to acknowledge the use of new MSR range for MCA.
Doing that here and also creating definitions for the new
MSR range in msr-index.
Changes in V2 (per Boris)
- Include only definitions on header file that we are using here
- Add comments around macros that belong to SMCA
Aravind Gopalakrishnan (5):
x86, mce: Fix order of AMD MCE init function call
x86/mcheck/AMD: Do not perform shared bank check for future processors
x86/mcheck/AMD: Reduce number of blocks scanned per bank
x86/mcheck/AMD: Fix LVT offset configuration for thresholding
x86/mcheck/AMD: Set MCAX Enable bit
arch/x86/include/asm/msr-index.h | 5 +++
arch/x86/kernel/cpu/mcheck/mce.c | 2 +-
arch/x86/kernel/cpu/mcheck/mce_amd.c | 63 ++++++++++++++++++++++++++++++++++--
3 files changed, 67 insertions(+), 3 deletions(-)
--
2.7.0
next reply other threads:[~2016-01-15 23:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-15 23:50 Aravind Gopalakrishnan [this message]
2016-01-15 23:50 ` [PATCH V2 1/5] x86, mce: Fix order of AMD MCE init function call Aravind Gopalakrishnan
2016-01-15 23:50 ` [PATCH V2 2/5] x86/mcheck/AMD: Do not perform shared bank check for future processors Aravind Gopalakrishnan
2016-01-16 1:01 ` kbuild test robot
2016-01-16 1:01 ` [PATCH] x86/mcheck/AMD: fix boolreturn.cocci warnings kbuild test robot
2016-01-15 23:50 ` [PATCH V2 3/5] x86/mcheck/AMD: Reduce number of blocks scanned per bank Aravind Gopalakrishnan
2016-01-15 23:50 ` [PATCH V2 4/5] x86/mcheck/AMD: Fix LVT offset configuration for thresholding Aravind Gopalakrishnan
2016-01-16 10:37 ` Borislav Petkov
2016-01-16 10:45 ` Borislav Petkov
2016-01-15 23:50 ` [PATCH V2 5/5] x86/mcheck/AMD: Set MCAX Enable bit Aravind Gopalakrishnan
2016-01-16 16:05 ` [PATCH V2 0/5] Updates to AMD MCE driver per Scalable MCA spec Borislav Petkov
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=1452901836-27632-1-git-send-email-Aravind.Gopalakrishnan@amd.com \
--to=aravind.gopalakrishnan@amd.com \
--cc=bp@alien8.de \
--cc=hpa@zytor.com \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
--cc=x86@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
all inboxes | Powered by JetHome®