]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-5.17' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Mar 2022 16:46:52 +0000 (09:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Mar 2022 16:46:52 +0000 (09:46 -0700)
commit9d80a9764e0b8143f9f4a10c01fae0f269ab5985
tree8af8eb7d511f9f2aa44c69289e2e255b347eac5a
parent3baea12b151fd5768689c049455bf5ab77c51485
parent45e36c9748ad745b6a6333218d79ab622088e747
Merge tag 'for-linus-5.17' of git://git.kernel.org/pub/scm/virt/kvm/kvm

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