Re: [PATCH 1/4] efi: Convert runtime services function ptrs

2013-06-11 Thread Matt Fleming
On Thu, 06 Jun, at 11:07:45AM, Matt Fleming wrote: Thanks! I've chucked this into my 'urgent' queue because it's a pretty straight forward cleanup and there's no point in allowing it to bitrot any further (the change to eboot.c is already stale). OK, I chickened out of sending this in my

[PATCH] x86, efi: retry ExitBootServices() on failure

2013-06-11 Thread Matt Fleming
From: Zach Bobroff zacha...@ami.com ExitBootServices is absolutely supposed to return a failure if any ExitBootServices event handler changes the memory map. Basically the get_map loop should run again if ExitBootServices returns an error the first time. I would say it would be fair that if

Re: [PATCH] x86, efi: retry ExitBootServices() on failure

2013-06-11 Thread Matt Fleming
On Tue, 11 Jun, at 07:52:38AM, Matt Fleming wrote: From: Zach Bobroff zacha...@ami.com ExitBootServices is absolutely supposed to return a failure if any ExitBootServices event handler changes the memory map. Basically the get_map loop should run again if ExitBootServices returns an error

Re: [PATCH 1/4] efi: Convert runtime services function ptrs

2013-06-11 Thread Borislav Petkov
On Tue, Jun 11, 2013 at 07:49:12AM +0100, Matt Fleming wrote: OK, I chickened out of sending this in my latest pull request after reading Linus' -rc5 email about him not wanting to see any non-critical changes. I've stuck it in the 'next' branch with the rest of the stuff for v3.11. Yep, did