]> www.infradead.org Git - users/dwmw2/linux.git/commit
x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR fails
authorSean Christopherson <seanjc@google.com>
Fri, 6 Dec 2024 16:20:06 +0000 (08:20 -0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 6 Dec 2024 18:57:05 +0000 (19:57 +0100)
commit492077668fb453b8b16c842fcf3fafc2ebc190e9
treeaec53d55ce1153f7b75692287694f84d29a8fbf5
parent9677be09e5e4fbe48aeccb06ae3063c5eba331c3
x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR fails

When ensuring EFER.AUTOIBRS is set, WARN only on a negative return code
from msr_set_bit(), as '1' is used to indicate the WRMSR was successful
('0' indicates the MSR bit was already set).

Fixes: 8cc68c9c9e92 ("x86/CPU/AMD: Make sure EFER[AIBRSE] is set")
Reported-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/Z1MkNofJjt7Oq0G6@google.com
Closes: https://lore.kernel.org/all/20241205220604.GA2054199@thelio-3990X
arch/x86/kernel/cpu/amd.c