https://github.com/torvalds/linux
Revision fc08a4703a418a398bbb575ac311d36d110ac786 authored by Vishal Verma on 19 May 2017, 09:39:10 UTC, committed by Thomas Gleixner on 21 May 2017, 19:39:59 UTC
The check for an MCE being a memory error in the NFIT mce handler was
bogus. Use the new mce_is_memory_error() helper to detect the error
properly.

Reported-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: <stable@vger.kernel.org>
Link: http://lkml.kernel.org/r/20170519093915.15413-3-bp@alien8.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

1 parent 2d1f406
History
Tip revision: fc08a4703a418a398bbb575ac311d36d110ac786 authored by Vishal Verma on 19 May 2017, 09:39:10 UTC
acpi, nfit: Fix the memory error check in nfit_handle_mce()
Tip revision: fc08a47

back to top