lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240915073010.5860-1-pbonzini@redhat.com>
Date: Sun, 15 Sep 2024 03:30:10 -0400
From: Paolo Bonzini <pbonzini@...hat.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
	kvm@...r.kernel.org
Subject: [GIT PULL] KVM revert for Linux 6.11-rc8 (or final)

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(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ