Messages in this thread |  | | | Date | Fri, 17 Jun 2011 17:37:22 +0900 | | From | Hidetoshi Seto <> | | Subject | [PATCH 0/8] x86, mce: misc fix/cleanups, cont |
| |
This patch set contains small patches, newly invented through the recent discussion about error recovery etc. Not drastic, but small improvements.
(This set is based on today's tip/ras/core branch.)
Thanks, H.Seto
arch/x86/include/asm/mce.h | 2 - arch/x86/kernel/cpu/mcheck/mce.c | 340 ++++++++++++++++---------------- arch/x86/kernel/cpu/mcheck/mce_intel.c | 2 +- 3 files changed, 173 insertions(+), 171 deletions(-) Hidetoshi Seto (8): x86, mce: stop calling del_timer_sync() from interrupt x86, mce: remove redundant mce_available() checks x86, mce: introduce mce_timer_add() x86, mce: rename bootparam parser x86, mce: introduce mce_sysdev_init() x86, mce: introduce mce_memory_failure_process() x86, mce: rework use of TIF_MCE_NOTIFY x86, mce, edac: call edac_mce_parse() once per a record
|  |