Re: [PATCH] x86/efi: autoload efivars

2014-07-11 Thread Ard Biesheuvel
On 11 July 2014 09:52, Matt Fleming wrote: > On Fri, 11 Jul, at 09:47:23AM, Ard Biesheuvel wrote: >> >> Hi all, >> >> I tested the version that is in Matt's -next now and it works fine on arm64. > > Great, thanks Ard. May I add your Tested-by to the patch? > Sure, Tested-by: Ard Biesheuvel -- T

Re: [PATCH] x86/efi: autoload efivars

2014-07-11 Thread Matt Fleming
On Fri, 11 Jul, at 09:47:23AM, Ard Biesheuvel wrote: > > Hi all, > > I tested the version that is in Matt's -next now and it works fine on arm64. Great, thanks Ard. May I add your Tested-by to the patch? -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: sen

Re: [PATCH] x86/efi: autoload efivars

2014-07-11 Thread Ard Biesheuvel
On 9 July 2014 08:40, joeyli wrote: > On Tue, Jul 08, 2014 at 01:19:42PM +0100, Ben Hutchings wrote: >> On Tue, 2014-07-08 at 11:14 +0100, Matt Fleming wrote: >> > On Tue, 08 Jul, at 11:00:58AM, Lee, Chun-Yi wrote: >> [...] >> > > --- a/arch/x86/platform/efi/efi.c >> > > +++ b/arch/x86/platform/ef

Re: [PATCH] x86/efi: autoload efivars

2014-07-08 Thread joeyli
On Tue, Jul 08, 2014 at 01:19:42PM +0100, Ben Hutchings wrote: > On Tue, 2014-07-08 at 11:14 +0100, Matt Fleming wrote: > > On Tue, 08 Jul, at 11:00:58AM, Lee, Chun-Yi wrote: > [...] > > > --- a/arch/x86/platform/efi/efi.c > > > +++ b/arch/x86/platform/efi/efi.c > > > @@ -44,6 +44,7 @@ > > > #incl

Re: [PATCH] x86/efi: autoload efivars

2014-07-08 Thread Ben Hutchings
On Tue, 2014-07-08 at 11:14 +0100, Matt Fleming wrote: > On Tue, 08 Jul, at 11:00:58AM, Lee, Chun-Yi wrote: [...] > > --- a/arch/x86/platform/efi/efi.c > > +++ b/arch/x86/platform/efi/efi.c > > @@ -44,6 +44,7 @@ > > #include > > #include > > #include > > +#include > > > > #include > > #

Re: [PATCH] x86/efi: autoload efivars

2014-07-08 Thread Matt Fleming
On Tue, 08 Jul, at 11:00:58AM, Lee, Chun-Yi wrote: > The original patch is from Ben Hutchings's contribution to debian > kernel. Got Ben's permission to remove the code of efi-pstore.c and > then patch to linux-efi: > https://github.com/BlankOn/linux-debian/blob/master/debian/patches/features/all/e

[PATCH] x86/efi: autoload efivars

2014-07-07 Thread Lee, Chun-Yi
The original patch is from Ben Hutchings's contribution to debian kernel. Got Ben's permission to remove the code of efi-pstore.c and then patch to linux-efi: https://github.com/BlankOn/linux-debian/blob/master/debian/patches/features/all/efi-autoload-efivars.patch efivars is generally useful to h