projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c5096fe
7e7f81c
)
Merge tag 'x86_bugs_saferet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
author
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 6 Aug 2026 00:02:58 +0000
(17:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 6 Aug 2026 00:02:58 +0000
(17:02 -0700)
- 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
Trivial merge