From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Sun, 07 Apr 2019 22:12:25 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes-5.1-1 tag Message-Id: <20190407221225.GA31464@blackberry> List-Id: References: <20180303091717.GA14569@fergus.ozlabs.ibm.com> In-Reply-To: <20180303091717.GA14569@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, David Gibson Paolo or Radim, Please do a pull from my kvm-ppc-fixes-5.1-1 tag to get two commits which fix bugs which could potentially cause hangs or corruption in the host. Thanks, Paul. The following changes since commit 690edec54cbaa0e98dc592aae6864272f48f3c84: Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2019-03-28 19:07:30 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-5.1-1 for you to fetch changes up to 345077c8e172c255ea0707214303ccd099e5656b: KVM: PPC: Book3S: Protect memslots while validating user address (2019-04-05 14:37:24 +1100) ---------------------------------------------------------------- KVM/PPC fixes for 5.1 - Fix host hang in the HTM assist code for POWER9 - Take srcu read lock around memslot lookup ---------------------------------------------------------------- Alexey Kardashevskiy (1): KVM: PPC: Book3S: Protect memslots while validating user address Suraj Jitindar Singh (1): KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit arch/powerpc/kvm/book3s_64_vio.c | 6 +++--- arch/powerpc/kvm/book3s_hv.c | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DEC37C10F0E for ; Sun, 7 Apr 2019 22:12:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8330120863 for ; Sun, 7 Apr 2019 22:12:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ozlabs.org header.i=@ozlabs.org header.b="MuED+D8T" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726438AbfDGWMa (ORCPT ); Sun, 7 Apr 2019 18:12:30 -0400 Received: from ozlabs.org ([203.11.71.1]:52263 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726396AbfDGWMa (ORCPT ); Sun, 7 Apr 2019 18:12:30 -0400 Received: by ozlabs.org (Postfix, from userid 1003) id 44cnq03407z9sQv; Mon, 8 Apr 2019 08:12:27 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1554675148; bh=By11VmV9eVOAgCrQfCpaf5T4X1rIk4XJNz06kqAjfvQ=; h=Date:From:To:Cc:Subject:From; b=MuED+D8TdYwqkxkoYNmncULP8W1nKuUJBx4x2UdsiKLlJm3/wn3BRijLjZsmFxkGZ Q5slaw3pgD7BDjRx+R/JWWCTaC91hMqaqSbYi+nXzzPOipV3XzwHLYVJHPJHlbycnh gygyxnNF/9yMAHzN3pvhRk0TACcIzCe7cArOiX0r+FXSclcbjQQ7UMA9zG4k1gl06h erGNwrOG2drS+sA96zYgtMSc7k+JtMsCrEcZstAWahZ7d2yaK21GQTRnlDc0bfyt8D 9nwz+v6qq+FtHuxH4QFL4tPuDmvgc3QWbCm1mN+Z8kg9CWrdg3oiiqaqeA0Yf5ZOkT TiJcLsaXT97Ow== Date: Mon, 8 Apr 2019 08:12:25 +1000 From: Paul Mackerras To: Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, David Gibson Subject: [GIT PULL] Please pull my kvm-ppc-fixes-5.1-1 tag Message-ID: <20190407221225.GA31464@blackberry> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Paolo or Radim, Please do a pull from my kvm-ppc-fixes-5.1-1 tag to get two commits which fix bugs which could potentially cause hangs or corruption in the host. Thanks, Paul. The following changes since commit 690edec54cbaa0e98dc592aae6864272f48f3c84: Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2019-03-28 19:07:30 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-5.1-1 for you to fetch changes up to 345077c8e172c255ea0707214303ccd099e5656b: KVM: PPC: Book3S: Protect memslots while validating user address (2019-04-05 14:37:24 +1100) ---------------------------------------------------------------- KVM/PPC fixes for 5.1 - Fix host hang in the HTM assist code for POWER9 - Take srcu read lock around memslot lookup ---------------------------------------------------------------- Alexey Kardashevskiy (1): KVM: PPC: Book3S: Protect memslots while validating user address Suraj Jitindar Singh (1): KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit arch/powerpc/kvm/book3s_64_vio.c | 6 +++--- arch/powerpc/kvm/book3s_hv.c | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-)