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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 92C9DC3A5A1 for ; Thu, 22 Aug 2019 12:30:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5ED1023404 for ; Thu, 22 Aug 2019 12:30:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566477057; bh=nnLd0ca321zcCp1UOcKyv0fRgu4H2HqkuFST/nYvp0I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Sddn/pAXCN3PPfTmNqmnocnlgTrqNYX4aI2YYzl1n8wyFwZ3A3JguRtJRJy4xXuLW sldYYmLLF5gpqYpPFefzjynk069tiJboouzDhJ3NufBiEX+VaHyAmwWZ62rZEFKH4w 798jhePdN/C+Ab7xwE97IHvjd94BBe/QPxr+9qKc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733286AbfHVMa4 (ORCPT ); Thu, 22 Aug 2019 08:30:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:59180 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726645AbfHVMaz (ORCPT ); Thu, 22 Aug 2019 08:30:55 -0400 Received: from localhost (unknown [12.166.174.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 50FB8206BB; Thu, 22 Aug 2019 12:30:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566477054; bh=nnLd0ca321zcCp1UOcKyv0fRgu4H2HqkuFST/nYvp0I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JSLemMNcBM/FceM+Q02WJF8r7HVkdw9hmqciBJlavQfSOF0YbbNPPO+0UPOvT3Nxm UkwuBAaGyYD5Ul+sVqN3Ir1g0eQRR5n5gW8Ydod106dl183i4w1UR+q+Cm+/YQ+B5K i8+EyqwRusAf48a9DKJrIMnSJvkQCYGXdZKHpwIY= Date: Thu, 22 Aug 2019 05:30:53 -0700 From: Greg KH To: Thomas Gleixner Cc: Neil MacLeod , John Hubbard , "H . Peter Anvin" , Ingo Molnar , Borislav Petkov , x86@kernel.org, LKML , stable@vger.kernel.org Subject: Re: [PATCH] x86/boot: Fix boot failure regression Message-ID: <20190822123053.GC12941@kroah.com> References: <20190821192513.20126-1-jhubbard@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 21, 2019 at 11:24:28PM +0200, Thomas Gleixner wrote: > On Wed, 21 Aug 2019, Neil MacLeod wrote: > > > I can confirm 5.3-rc5 is booting again from internal M2 drive on > > Skylake i5 NUC with this commit - many thanks! > > I've queued that in x86/urgent and it's en route for rc6 and stable. I've dropped the original patch from the stable trees now to wait for this fix to hit Linus's tree. Also the original doesn't seem to have fixed the build warning I'm seeing on my Fedora test build systems, which is odd, I need to dig into that... thanks, greg k-h