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: <11846785722851-git-send-email-avi@qumranet.com>
Date:	Tue, 17 Jul 2007 16:22:49 +0300
From:	Avi Kivity <avi@...ranet.com>
To:	kvm-devel@...ts.sourceforge.net
Cc:	linux-kernel@...r.kernel.org
Subject: KVM: Late fixes for the 2.6.23 merge window

A trio of issues were discovered and fixed while bringing up smp guests:

- An nx huge page table shadow could alias a real mode shadow page table,
  causing the real mode page to be treated as not executable.  For certain
  newer Linux kernels, this caused kvm to spin on the smp trampoline.

  This is not an smp issue per se, but only triggered in that scenario.

- The memory slot and memory alias manipulation functions were not handled
  properly in guest smp.  This causes hangs starting X.  With the patch
  applied, Linux can boot into graphical mode.

- Windows apparently uses rdmsr and wrmsr on its trampoline, so we need to
  add these instructions to the x86 emulator.

With these three patches atop the previously submitted patchset, guest smp
is fully operational.  Kernel build on 2-way smp is 40% faster than on a up
guest.  Expect significant performance improvements from in-kernel apic and
from further tuning.

Please review -- comments welcome.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ