OSDN Git Service

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)
commit7445b2dcd77ae8385bd08bb6c2db20ea0cfa6230
tree8af8eb7d511f9f2aa44c69289e2e255b347eac5a
parent1e0e7a6a28f877312b93cd12a1448c8d53733b55
parentfe83f5eae432ccc8e90082d6ed506d5233547473
Merge tag 'for-linus-5.17' of git://git./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