mbox series

[GIT,PULL] KVM revert for Linux 6.11-rc8 (or final)

Message ID 20240915073010.5860-1-pbonzini@redhat.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] KVM revert for Linux 6.11-rc8 (or final) | expand

Pull-request

https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus-6.11

Message

Paolo Bonzini Sept. 15, 2024, 7:30 a.m. UTC
Linus,

The following changes since commit 59cbd4eea48fdbc68fc17a29ad71188fea74b28b:

  KVM: Remove HIGH_RES_TIMERS dependency (2024-09-05 12:04:54 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus-6.11

for you to fetch changes up to 9d70f3fec14421e793ffbc0ec2f739b24e534900:

  Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop" (2024-09-15 02:49:33 -0400)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Paolo Bonzini (1):
      Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"

 arch/x86/kvm/mmu/mmu.c |  8 +++-----
 arch/x86/kvm/vmx/vmx.c | 10 ++++------
 2 files changed, 7 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 15, 2024, 7:41 a.m. UTC | #1
The pull request you sent on Sun, 15 Sep 2024 03:30:10 -0400:

> https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus-6.11

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d42f7708e27cc68d080ac9d3803d27e86821d775

Thank you!