Re: [GIT PULL] EFI changes for v4.2

2015-06-02 Thread Ingo Molnar
* Peter Jones wrote: > On Tue, Jun 02, 2015 at 08:45:57AM +0200, Ingo Molnar wrote: > > @@ -167,7 +167,6 @@ static struct kset *esrt_kset; > > > > static int esre_create_sysfs_entry(void *esre, int entry_num) > > { > > - int rc = 0; > > struct esre_entry *entry; > > cha

Re: [GIT PULL] EFI changes for v4.2

2015-06-02 Thread Peter Jones
On Tue, Jun 02, 2015 at 08:45:57AM +0200, Ingo Molnar wrote: > @@ -167,7 +167,6 @@ static struct kset *esrt_kset; > > static int esre_create_sysfs_entry(void *esre, int entry_num) > { > - int rc = 0; > struct esre_entry *entry; > char name[20]; > > @@ -180,13 +179,15 @@

Re: [GIT PULL] EFI changes for v4.2

2015-06-02 Thread Matt Fleming
On Tue, 02 Jun, at 08:45:57AM, Ingo Molnar wrote: > > Pulled, thanks a lot Matt! > > I'm wondering about this commit: > > f2f6b587c553 ("efi/esrt: Fix some compiler warnings") > > It says, in part: > > This patch also fixes one other warning about an uninitialized variable > some compiler

Re: [GIT PULL] EFI changes for v4.2

2015-06-01 Thread Ingo Molnar
* Matt Fleming wrote: > Hi folks, > > Please pull the following new material for v4.2. The most interesting > change is support for the EFI System Resource Table contributed by Peter > Jones. ESRT is new in the UEFI 2.5 specification (released April 2015) > and is used by Fedora's fwupdate tool

[GIT PULL] EFI changes for v4.2

2015-05-31 Thread Matt Fleming
Hi folks, Please pull the following new material for v4.2. The most interesting change is support for the EFI System Resource Table contributed by Peter Jones. ESRT is new in the UEFI 2.5 specification (released April 2015) and is used by Fedora's fwupdate tool when performing firmware updates. T