[PATCH 0/2] eIBRS fixes

Pawan Gupta posted 2 patches 6 months, 3 weeks ago
There is a newer version of this series
arch/x86/kernel/cpu/bugs.c | 104 ++++++++++++++++++++++++++++++---------------
1 file changed, 69 insertions(+), 35 deletions(-)
[PATCH 0/2] eIBRS fixes
Posted by Pawan Gupta 6 months, 3 weeks ago
Hi,

tip/x86/core that has restructured bugs.c including the recent ITS
mitigation has some disparities compared to upstream:

1. Spectre-v2 mitigation defaults to IBRS on eIBRS supported systems.
2. RSB stuffing mitigation for ITS is not allowed with eIBRS.

These couple of patches fixes the above issues.

Signed-off-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
---
Pawan Gupta (2):
      x86/spectre_v2: Fix mitigation default on Intel
      x86/its: Allow "=stuff" mitigation when eIBRS is enabled

 arch/x86/kernel/cpu/bugs.c | 104 ++++++++++++++++++++++++++++++---------------
 1 file changed, 69 insertions(+), 35 deletions(-)
---
base-commit: 8c57ca583ebfe879f99007d10c8f2b66baa18422
change-id: 20250520-eibrs-fix-6c452b697dbf

-- 
Thanks,
Pawan