From patchwork Wed May 16 13:05:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 159628 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 78EF7B6FFA for ; Wed, 16 May 2012 23:05:57 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967051Ab2EPNF3 (ORCPT ); Wed, 16 May 2012 09:05:29 -0400 Received: from cantor2.suse.de ([195.135.220.15]:39308 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757022Ab2EPNF1 (ORCPT ); Wed, 16 May 2012 09:05:27 -0400 Received: from relay1.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 643A78FA98; Wed, 16 May 2012 15:05:26 +0200 (CEST) From: Alexander Graf To: "kvm@vger.kernel.org list" Cc: Avi Kivity , kvm-ppc@vger.kernel.org, mtosatti@redhat.com Subject: [PULL 0/5] ppc patch queue 2012-05-16 Date: Wed, 16 May 2012 15:05:14 +0200 Message-Id: <1337173519-6780-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 Sender: kvm-ppc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm-ppc@vger.kernel.org Hi Avi, There are a few bugs in 3.4 that really should be fixed before people can be all happy and fuzzy about KVM on PowerPC. These fixes are: * fix POWER7 bare metal with PR=y * fix deadlock on HV=y book3s_64 mode in low memory cases * fix invalid MMU scope of PR=y mode on book3s_64, possibly leading to memory corruption This request and the patches are based on top of Linus's master branch. Please either send these to Linus to get them into 3.4.0 or to linux-stable if it's too late already. Alex The following changes since commit 568b44559d7ca269d367e694c74eb4436e7e3ccf: Srivatsa S. Bhat (1): mn10300/CPU hotplug: Add missing call to notify_cpu_starting() are available in the git repository at: git://github.com/agraf/linux-2.6.git for-upstream-3.4 Alexander Graf (3): KVM: PPC: Book3S: PR: Handle EMUL_ASSIST KVM: PPC: Fix PR KVM on POWER7 bare metal KVM: PPC: Book3S: PR: Fix hsrr code Benjamin Herrenschmidt (1): powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM Paul Mackerras (1): KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updates arch/powerpc/include/asm/kvm_book3s.h | 7 +++-- arch/powerpc/kvm/book3s_64_mmu_host.c | 13 +++++---- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 1 + arch/powerpc/kvm/book3s_segment.S | 42 ++++++++++++++++++++++----------- 4 files changed, 40 insertions(+), 23 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html