]> www.infradead.org Git - users/willy/xarray.git/commitdiff
Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Sep 2024 07:35:50 +0000 (09:35 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Sep 2024 07:35:50 +0000 (09:35 +0200)
Pull kvm fix from Paolo Bonzini:
 "Do not always honor guest PAT on CPUs that support self-snoop.

  This triggers an issue in the bochsdrm driver, which used ioremap()
  instead of ioremap_wc() to map the video RAM.

  The revert lets video RAM use the WB memory type instead of the slower
  UC memory type"

* tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"


Trivial merge