Skip to content

Commit 01ce431

Browse files
x86/srso: Add SRSO mitigation for Hygon processors
jira VULN-34947 cve CVE-2023-52482 commit-author Pu Wen <[email protected]> commit a5ef7d6 Add mitigation for the speculative return stack overflow vulnerability which exists on Hygon processors too. Signed-off-by: Pu Wen <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Acked-by: Borislav Petkov (AMD) <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] (cherry picked from commit a5ef7d6) Signed-off-by: Shreeya Patel <[email protected]>
1 parent a6d781e commit 01ce431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ static const struct x86_cpu_id cpu_vuln_blacklist[] __initconst = {
13891389
VULNBL_AMD(0x15, RETBLEED),
13901390
VULNBL_AMD(0x16, RETBLEED),
13911391
VULNBL_AMD(0x17, RETBLEED | SMT_RSB | SRSO),
1392-
VULNBL_HYGON(0x18, RETBLEED | SMT_RSB),
1392+
VULNBL_HYGON(0x18, RETBLEED | SMT_RSB | SRSO),
13931393
VULNBL_AMD(0x19, SRSO),
13941394
{}
13951395
};

0 commit comments

Comments
 (0)