commit 7351870f56cba79097a2ab57e609469719ea4f73 Author: Greg Kroah-Hartman Date: Fri Aug 7 07:37:11 2026 +0200 Linux 6.12.102 Signed-off-by: Greg Kroah-Hartman commit e262f28a69ae9e0791248f93b0173c1d1f3e1d5d Author: Borislav Petkov (AMD) Date: Tue Jun 2 21:26:44 2026 -0700 x86/bugs: Make Safe-RET robust against interrupt injection commit 7e7f81cf6f5ca3311e526308f55d7c54d3ba71f9 upstream. An attacker injecting interrupts while the Safe-RET mitigation executes on machines affected by SRSO can neutralize the safe return sequence, potentially leading to data leakage through speculative execution. Fixup register state as if the Safe-RET sequence executed successfully by "emulating" it, in a manner of speaking, and avoid executing a RET instruction after returning from the interrupt. Co-developed-by: David Kaplan Signed-off-by: David Kaplan Signed-off-by: Borislav Petkov (AMD) Signed-off-by: Greg Kroah-Hartman