]> Git Repo - linux.git/commit
ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error
authorTony Luck <[email protected]>
Tue, 12 Dec 2023 21:22:39 +0000 (13:22 -0800)
committerRafael J. Wysocki <[email protected]>
Wed, 13 Dec 2023 12:50:00 +0000 (13:50 +0100)
commit38c872a9e96f72f2947affc0526cc05659367d3d
treea75e991771281a52bfb80eef28bca707c432de94
parent72d9b9747e78979510e9aafdd32eb99c7aa30dd1
ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error

When both CONFIG_RAS_CEC and CONFIG_ACPI_EXTLOG are enabled, Linux does
not clear the status word of the BIOS supplied error record for corrected
errors. This may prevent logging of subsequent uncorrected errors.

Fix by clearing the status.

Fixes: 23ba710a0864 ("x86/mce: Fix all mce notifiers to update the mce->kflags bitmask")
Reported-by: Erwin Tsaur <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/acpi/acpi_extlog.c
This page took 0.045864 seconds and 4 git commands to generate.