[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120905102049.9423.6413.stgit@localhost.localdomain>
Date: Wed, 05 Sep 2012 15:51:51 +0530
From: "Naveen N. Rao" <naveen.n.rao@...ux.vnet.ibm.com>
To: tony.luck@...el.com, andi@...stfloor.org, bp@...64.org
Cc: gong.chen@...ux.intel.com, ananth@...ibm.com, x86@...nel.org,
linux-kernel@...r.kernel.org, mingo@...hat.com, hpa@...or.com,
tglx@...utronix.de, gregkh@...e.de, linux-edac@...r.kernel.org
Subject: [PATCH 0/3] x86:mce: Some cleanups and bios-set CMCI thresholds
Hello,
I'm putting together my previous set of patches for MCE.
The first two patches are cleanups, as per previous discussions. The first
patch makes mce sysfs tunables available under global machinecheck sysfs
directory. We no longer remove the existing entries in the per-cpu location.
The second patch consolidates some of the mce boot options into a single
bitfield. The structure name has been changed and is now in mce-internal.h
The third patch adds a new boot option to honour bios-set CMCI thresholds.
This has been rebased on the above patches.
This patch series applies on top of -tip.
Thanks,
Naveen
---
Naveen N. Rao (3):
x86/mce: Make sysfs tunables available globally across all cpus
x86/mce: Pack boolean MCE flags into a structure
x86/mce: Honour bios-set CMCI threshold
Documentation/x86/x86_64/boot-options.txt | 5 +
Documentation/x86/x86_64/machinecheck | 4 +
arch/x86/include/asm/mce.h | 2 -
arch/x86/kernel/cpu/mcheck/mce-internal.h | 10 +++
arch/x86/kernel/cpu/mcheck/mce.c | 112 ++++++++++++++++++++++-------
arch/x86/kernel/cpu/mcheck/mce_intel.c | 41 ++++++++++-
6 files changed, 140 insertions(+), 34 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists