We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10e819 commit f0e42e4Copy full SHA for f0e42e4
arch/x86/kernel/cpu/bugs.c
@@ -1513,6 +1513,7 @@ static void __init spectre_v2_select_mitigation(void)
1513
* enable IBRS around firmware calls.
1514
*/
1515
if (boot_cpu_has_bug(X86_BUG_RETBLEED) &&
1516
+ boot_cpu_has(X86_FEATURE_IBPB) &&
1517
(boot_cpu_data.x86_vendor == X86_VENDOR_AMD ||
1518
boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)) {
1519
0 commit comments