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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 20E48C43331 for ; Mon, 11 Nov 2019 23:37:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F2C4F21D7F for ; Mon, 11 Nov 2019 23:37:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727224AbfKKXhZ (ORCPT ); Mon, 11 Nov 2019 18:37:25 -0500 Received: from mga07.intel.com ([134.134.136.100]:41352 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726910AbfKKXhU (ORCPT ); Mon, 11 Nov 2019 18:37:20 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2019 15:37:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,294,1569308400"; d="scan'208";a="197848767" Received: from sjchrist-coffee.jf.intel.com ([10.54.74.41]) by orsmga008.jf.intel.com with ESMTP; 11 Nov 2019 15:37:19 -0800 From: Sean Christopherson To: stable@vger.kernel.org, Greg Kroah-Hartman Cc: Paolo Bonzini , Junaid Shahid , linux-kernel@vger.kernel.org Subject: [PATCH 4.14 STABLE 0/2] KVM: x86: PAE related bug fixes Date: Mon, 11 Nov 2019 15:37:16 -0800 Message-Id: <20191111233718.28438-1-sean.j.christopherson@intel.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org The primary goal is to land patch 2/2 (from Paolo), which fixes a reported crash when running 64-bit KVM guests on systems without unrestricted guest support. Attempting to cherry-pick Paolo's patch revealed that a similar PAE bug fix from Junaid was also missing. Grab Junaid's patch as a prerequisite, even though it will effectively be overwritten, so that Paolo's upstream fix can be applied without modification (sans the vmx.c split in 5.x). Junaid Shahid (1): kvm: mmu: Don't read PDPTEs when paging is not enabled Paolo Bonzini (1): KVM: x86: introduce is_pae_paging arch/x86/kvm/vmx.c | 7 +++---- arch/x86/kvm/x86.c | 8 ++++---- arch/x86/kvm/x86.h | 5 +++++ 3 files changed, 12 insertions(+), 8 deletions(-) -- 2.24.0