From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [GIT PULL] KVM updates for 2.6.32-rc5 Date: Sat, 17 Oct 2009 12:59:33 -0300 Message-ID: <20091017155933.GA5700@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm , linux-kernel@vger.kernel.org, Avi Kivity To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.32 For three KVM fixes: a bug in initialization of debugfs files, 32-bit compile warning fix on KSM glue, and a NULL pointer dereference in timer emulation. Darrick J. Wong (1): KVM: Prevent kvm_init from corrupting debugfs structures Frederik Deweerdt (1): KVM: MMU: fix pointer cast Marcelo Tosatti (1): KVM: use proper hrtimer function to retrieve expiration time arch/x86/kvm/i8254.c | 2 +- arch/x86/kvm/lapic.c | 2 +- arch/x86/kvm/mmu.c | 16 ++++++++++------ virt/kvm/kvm_main.c | 7 +++---- 4 files changed, 15 insertions(+), 12 deletions(-)