]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'x86_bugs_saferet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Aug 2026 00:02:58 +0000 (17:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Aug 2026 00:02:58 +0000 (17:02 -0700)
commitf5fdd6665ac4d8528ed1c9242cb1cf7a7f5bdb0e
tree3a567692f23bd8837511395de260dfd923f0564f
parentc5096fec0c58a4f4d2475d4d88697c505800e50e
parent7e7f81cf6f5ca3311e526308f55d7c54d3ba71f9
Merge tag 'x86_bugs_saferet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

 - Add a mitigation for the attack vector of interrupting the saferet
   sequence used in the SRSO mitigation and still poisoning the RSB.

   Do that by emulating the saferet sequence and thus avoiding executing
   a RET instruction.

* tag 'x86_bugs_saferet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/bugs: Make Safe-RET robust against interrupt injection