x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to be zero
authorChenyi Qiang <chenyi.qiang@intel.com>
Tue, 2 Aug 2022 03:32:06 +0000 (11:32 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 2 Aug 2022 11:42:00 +0000 (13:42 +0200)
commitffa6482e461ff550325356ae705b79e256702ea9
treee191f4506dd6a5a482ad5962a031622346601ae8
parent9de1f9c8ca5100a02a2e271bdbde36202e251b4b
x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to be zero

It's possible that this kernel has been kexec'd from a kernel that
enabled bus lock detection, or (hypothetically) BIOS/firmware has set
DEBUGCTLMSR_BUS_LOCK_DETECT.

Disable bus lock detection explicitly if not wanted.

Fixes: ebb1064e7c2e ("x86/traps: Handle #DB for bus lock")
Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/20220802033206.21333-1-chenyi.qiang@intel.com
arch/x86/kernel/cpu/intel.c