]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "x86/mce/AMD: Collect error info even if valid bits are not set"
authorYazen Ghannam <yazen.ghannam@amd.com>
Mon, 26 Mar 2018 19:15:25 +0000 (14:15 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Mar 2018 18:34:59 +0000 (20:34 +0200)
commite28a0411d07ec1c0b8d70d08d6d0627b08a7369b
tree69769c24726c81c92be0a60da8dbf28d5e169b31
parent1a9cb218ccc291add539cc8a21573640a690512d
Revert "x86/mce/AMD: Collect error info even if valid bits are not set"

This reverts commit 888494fc3f1750cd92ab15440a9aff4657bd4e06.

Software uses the valid bits to decide if the values can be used for
further processing or other actions. So setting the valid bits will have
software act on values that it shouldn't be acting on.

The recommendation to save all the register values does not mean that
the values are always valid.

Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: tony.luck@intel.com
Cc: Yazen Ghannam <Yazen.Ghannam@amd.com>
Cc: bp@suse.de
Cc: linux-edac@vger.kernel.org
Link: https://lkml.kernel.org/r/20180326191526.64314-1-Yazen.Ghannam@amd.com
arch/x86/kernel/cpu/mcheck/mce.c