From patchwork Thu Sep 14 04:06:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Mackerras X-Patchwork-Id: 813706 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=kvm-ppc-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="XbD9481p"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xt4jD4rhBz9t0F for ; Thu, 14 Sep 2017 14:06:40 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750760AbdINEGj (ORCPT ); Thu, 14 Sep 2017 00:06:39 -0400 Received: from ozlabs.org ([103.22.144.67]:40463 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750740AbdINEGj (ORCPT ); Thu, 14 Sep 2017 00:06:39 -0400 Received: by ozlabs.org (Postfix, from userid 1003) id 3xt4j94Kbxz9sRm; Thu, 14 Sep 2017 14:06:37 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1505361997; bh=KR3KC2/bKdgOnG1ikzlouuMYOmxCNtRgNE4fDtdpebA=; h=Date:From:To:Cc:Subject:From; b=XbD9481p853EtmFDkjvbDdPgB6tpTdQXuaEleiXyHm/8kziT8L7K+dA4hX19+bUU3 W2akDi4TQI7JzeLH0i/xRYeStIdLBrzuMVGuxAKhkEk29MAz1M9j63lGsszDAn2GlZ r7EPSymXED8arIL94hchiGMpW+sOuhebMTwMOV9vEO6+w7yqGCkJjfYcZOa5ClSBKh 8++zk6Vogv0VHQx60eqX0sna+bKJojbenp+OhW0k8Wv4VbcERa1oMnixXaGQ/IwKcK Vtq9JH9/2rkDtCyZDK/ma67f5dGO2w+10xxNpl2LriA/+Q1/1k1LcwQRpYUDubUCnR 2XSiF4cpqMKZw== Date: Thu, 14 Sep 2017 14:06:34 +1000 From: Paul Mackerras To: Paolo Bonzini , kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-ID: <20170914040634.GA23327@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: kvm-ppc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm-ppc@vger.kernel.org Paolo, Please do a pull from my kvm-ppc-fixes branch to get three bug fixes. I would like them to go into 4.14-rc. They all have Fixes: tags and are cc: stable@vger.kernel.org. Thanks, Paul. The following changes since commit 5f54c8b2d4fad95d1f8ecbe023ebe6038e6d3760: Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc (2017-09-08 14:40:43 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-fixes for you to fetch changes up to 67f8a8c1151c9ef3d1285905d1e66ebb769ecdf7: KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly (2017-09-12 16:02:46 +1000) ---------------------------------------------------------------- Benjamin Herrenschmidt (1): KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses Paul Mackerras (2): KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcr KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly arch/powerpc/kvm/book3s_hv.c | 2 ++ arch/powerpc/kvm/book3s_hv_rm_xive.c | 1 - arch/powerpc/kvm/book3s_hv_rmhandlers.S | 17 ++++++++++++++++- arch/powerpc/kvm/book3s_xive.c | 1 - arch/powerpc/kvm/book3s_xive_template.c | 7 ++++--- 5 files changed, 22 insertions(+), 6 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