linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] x86:mce: Some cleanups and bios-set CMCI thresholds
@ 2012-09-05 10:21 Naveen N. Rao
  2012-09-05 10:21 ` [PATCH 1/3] x86/mce: Make sysfs tunables available globally across all cpus Naveen N. Rao
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Naveen N. Rao @ 2012-09-05 10:21 UTC (permalink / raw)
  To: tony.luck, andi, bp
  Cc: gong.chen, ananth, x86, linux-kernel, mingo, hpa, tglx, gregkh,
	linux-edac

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(-)

-- 


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-09-06 13:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 10:21 [PATCH 0/3] x86:mce: Some cleanups and bios-set CMCI thresholds Naveen N. Rao
2012-09-05 10:21 ` [PATCH 1/3] x86/mce: Make sysfs tunables available globally across all cpus Naveen N. Rao
2012-09-05 10:32   ` [PATCH] [mcelog] Start using the new sysfs tunables location Naveen N. Rao
2012-09-05 18:47     ` Andi Kleen
2012-09-05 19:09       ` Tony Luck
2012-09-06  6:40         ` Naveen N. Rao
2012-09-06 12:28         ` Andi Kleen
2012-09-06 12:34           ` Naveen N. Rao
2012-09-06 12:51             ` Alan Cox
2012-09-06 13:21             ` Andi Kleen
2012-09-05 10:22 ` [PATCH 2/3] x86/mce: Pack boolean MCE flags into a structure Naveen N. Rao
2012-09-05 17:15   ` Joe Perches
2012-09-05 18:56   ` Tony Luck
2012-09-06  6:48     ` Naveen N. Rao
2012-09-06 12:15       ` Borislav Petkov
2012-09-05 10:22 ` [PATCH 3/3] x86/mce: Honour bios-set CMCI threshold Naveen N. Rao

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).