Home
last modified time | relevance | path

Searched refs:SRSO (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Dsrso.rst3 Speculative Return Stack Overflow (SRSO)
6 This is a mitigation for the speculative return stack overflow (SRSO)
39 The sysfs file showing SRSO mitigation status is:
178 In case one wants to validate whether the SRSO safe RET mitigation works
H A Drsb.rst135 AMD RETBleed / SRSO / Branch Type Confusion
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c1225 #define SRSO BIT(5) macro
1279 VULNBL_AMD(0x17, RETBLEED | SMT_RSB | SRSO),
1280 VULNBL_HYGON(0x18, RETBLEED | SMT_RSB | SRSO),
1281 VULNBL_AMD(0x19, SRSO),
1282 VULNBL_AMD(0x1a, SRSO),
1458 if (cpu_matches(cpu_vuln_blacklist, SRSO)) in cpu_set_bug_bits()
/linux-6.15/tools/objtool/Documentation/
H A Dobjtool.txt32 certain CPU mitigations including Retbleed and SRSO
/linux-6.15/arch/x86/
H A DKconfig2570 Enable the SRSO mitigation needed on AMD Zen1-4 machines.