From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Re: [PATCH 4.11 00/28] 4.11.1-stable review Date: Mon, 15 May 2017 15:36:01 +0100 Message-ID: <20170515143601.GF2935@codeblueprint.co.uk> References: <20170511141221.109842231@linuxfoundation.org> <465c70c9-1dbc-7c57-c6aa-b6df740663ed@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org To: Shuah Khan Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org, Ard Biesheuvel , linux-efi@vger.kernel.org List-Id: linux-efi@vger.kernel.org On Fri, 12 May, at 10:01:41AM, Shuah Khan wrote: > > Greg/Matt, > > I started seeing this maybe since 4.11, so it isn't really a 4.11.1 > issue, however sounds like this shouldn't be an error message, since > it is showing up on an older platform. > > efi: EFI_MEMMAP is not enabled. > efi: Failed to lookup EFI memory descriptor for 0x00000000d9e0f018 > > > From 816e76129ed5fadd28e526c43397c79775194b5c Mon Sep 17 00:00:00 2001 > From: Matt Fleming > Date: Mon, 29 Feb 2016 21:22:52 +0000 > Subject: [PATCH] efi: Allow drivers to reserve boot services forever > > This change was introduced in Commit: 816e76129ed5fadd28e526c43397c79775194b5c > > Matt! > > Shouldn't this be a debug message?? Is this a really an error?? Yes, it's most likely an error. We shouldn't be trying to reserve EFI regions if we can't find them in the memory map. Can you provide the full dmesg, please?