projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
1e0e7a6
fe83f5e
)
Merge tag 'for-linus-5.17' of git://git.kernel.org/pub/scm/virt/kvm/kvm
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 20 Mar 2022 16:46:52 +0000
(09:46 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 20 Mar 2022 16:46:52 +0000
(09:46 -0700)
Pull kvm fix from Paolo Bonzini:
"Fix for the SLS mitigation, which makes a 'SETcc/RET' pair grow
to 'SETcc/RET/INT3'.
This doesn't fit in 4 bytes any more, so the alignment has to
change to 8 for this case"
* tag 'for-linus-5.17' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
kvm/emulate: Fix SETcc emulation function offsets with SLS
Trivial merge