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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to