On Thu, 29 Nov 2018 at 19:27, Prakhya, Sai Praneeth <[email protected]> wrote: > > Hi Ard, > > While building from next branch of efi tree, I noticed the below warning. > Could you please check the same on your side? > > CC lib/list_debug.o > drivers/firmware/efi/efi.c: In function 'efi_mem_reserve_persistent': > drivers/firmware/efi/efi.c:1000:6: warning: unused variable 'rsvsize' > [-Wunused-variable] > int rsvsize = EFI_MEMRESERVE_SIZE(1); > ^~~~~~~ > CC lib/bitrev.o > CC net/core/sock_reuseport.o >
Thanks Sai Ingo spotted it as well and fixed it up before merging. > > -----Original Message----- > > From: Ard Biesheuvel [mailto:[email protected]] > > Sent: Thursday, November 29, 2018 9:12 AM > > To: [email protected]; Ingo Molnar <[email protected]>; Thomas > > Gleixner <[email protected]> > > Cc: Ard Biesheuvel <[email protected]>; > > [email protected]; > > Andy Lutomirski <[email protected]>; Arend van Spriel > > <[email protected]>; Bhupesh Sharma <[email protected]>; > > Borislav Petkov <[email protected]>; Hansen, Dave <[email protected]>; Eric > > Snowberg <[email protected]>; Hans de Goede > > <[email protected]>; Joe Perches <[email protected]>; Jon Hunter > > <[email protected]>; Julien Thierry <[email protected]>; Marc > > Zyngier <[email protected]>; Nathan Chancellor > > <[email protected]>; Peter Zijlstra <[email protected]>; Prakhya, > > Sai Praneeth <[email protected]>; Sedat Dilek > > <[email protected]>; YiFei Zhu <[email protected]> > > Subject: [GIT PULL 00/11] EFI updates > > > > The following changes since commit > > 976b489120cdab2b1b3a41ffa14661db43d58190: > > > > efi: Prevent GICv3 WARN() by mapping the memreserve table before first use > > (2018-11-27 13:50:20 +0100) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next > > > > for you to fetch changes up to 1d29afdbf7ae878a23627ebee81efcd213f11749: > > > > efi/x86: earlyprintk - Fix infinite loop on some screen widths (2018-11-28 > > 17:58:42 +0100) > > > > Regards, > Sai
