Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761439AbcJSUEm (ORCPT ); Wed, 19 Oct 2016 16:04:42 -0400 Received: from mail-qk0-f174.google.com ([209.85.220.174]:36315 "EHLO mail-qk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761351AbcJSUEl (ORCPT ); Wed, 19 Oct 2016 16:04:41 -0400 To: Matt Fleming Cc: "x86@kernel.org" , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Justin Forbes , Ard Biesheuvel From: Laura Abbott Subject: [REGRESSION] EFI mixed mode patch triggers boot failure Message-ID: Date: Wed, 19 Oct 2016 13:04:36 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1325 Lines: 38 Hi, Fedora received a bug report https://bugzilla.redhat.com/show_bug.cgi?id=1384238 of a bootup failure with stable 4.7.6. efi=noruntime fixed the bootup problem. 1297667083d5442aafe3e337b9413bf02b114edb was linked as the cause of the problem. x86/efi: Only map RAM into EFI page tables if in mixed-mode Waiman reported that booting with CONFIG_EFI_MIXED enabled on his multi-terabyte HP machine results in boot crashes, because the EFI region mapping functions loop forever while trying to map those regions describing RAM. While this patch doesn't fix the underlying hang, there's really no reason to map EFI_CONVENTIONAL_MEMORY regions into the EFI page tables when mixed-mode is not in use at runtime. Reported-by: Waiman Long Cc: Ard Biesheuvel Cc: Borislav Petkov Cc: Linus Torvalds CC: Theodore Ts'o Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Cc: Scott J Norton Cc: Douglas Hatch Cc: # v4.6+ Signed-off-by: Matt Fleming I made a request in the bugzilla for the reporter to give a bootlog with efi=debug which I'm still waiting on. Any ideas? Thanks, Laura