Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935076AbcJUPle (ORCPT ); Fri, 21 Oct 2016 11:41:34 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:36676 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934972AbcJUPld (ORCPT ); Fri, 21 Oct 2016 11:41:33 -0400 Date: Fri, 21 Oct 2016 16:41:29 +0100 From: Matt Fleming To: Dan Williams Cc: LKML , linux-efi@vger.kernel.org, Peter Jones , Ard Biesheuvel , Ingo Molnar Subject: Re: 4.9-rc1 boot regression, ambiguous bisect result Message-ID: <20161021154129.GH27807@codeblueprint.co.uk> References: <20161020122931.GD19876@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24+41 (02bc14ed1569) (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 727 Lines: 17 On Thu, 20 Oct, at 12:37:16PM, Dan Williams wrote: > > I am able to build a kernel and boot the platform with the following > set of reverts: > > Revert "x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE" > Revert "x86/efi-bgrt: Use efi_mem_reserve() to avoid copying image data" > Revert "efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()" > Revert "efi: Allow drivers to reserve boot services forever" FYI, I've been able to reproduce some crash when using your EFI memory map layout under Qemu and forcing the ESRT driver to reserve the space. It looks like the new EFI memmap we allocate as part of the reservation is smaller than the old one - which is backwards. Still debugging...