commit 80dfb0405055d6b289119040f62b20a5d89aaa9b Author: Greg Kroah-Hartman Date: Thu Aug 6 19:25:30 2026 +0200 Linux 6.6.149 Signed-off-by: Greg Kroah-Hartman commit 608c8f5dccaaf8b8d2b28c0fbdd439d144be62b0 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