From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ard Biesheuvel Subject: Re: [GIT PULL 00/11] EFI updates Date: Fri, 30 Nov 2018 13:01:43 +0100 Message-ID: References: <20181129171230.18699-1-ard.biesheuvel@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Prakhya, Sai Praneeth" Cc: linux-efi , Ingo Molnar , Thomas Gleixner , Linux Kernel Mailing List , Andy Lutomirski , Arend Van Spriel , Bhupesh Sharma , Borislav Petkov , Dave Hansen , Eric Snowberg , Hans de Goede , Joe Perches , Jon Hunter , Julien Thierry , Marc Zyngier , Nathan Chancellor , Peter Zijlstra , Sedat Dilek , YiFei Zhu List-Id: linux-efi@vger.kernel.org On Thu, 29 Nov 2018 at 19:27, Prakhya, Sai Praneeth 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:ard.biesheuvel@linaro.org] > > Sent: Thursday, November 29, 2018 9:12 AM > > To: linux-efi@vger.kernel.org; Ingo Molnar ; Thomas > > Gleixner > > Cc: Ard Biesheuvel ; linux-kernel@vger.kernel.org; > > Andy Lutomirski ; Arend van Spriel > > ; Bhupesh Sharma ; > > Borislav Petkov ; Hansen, Dave ; Eric > > Snowberg ; Hans de Goede > > ; Joe Perches ; Jon Hunter > > ; Julien Thierry ; Marc > > Zyngier ; Nathan Chancellor > > ; Peter Zijlstra ; Prakhya, > > Sai Praneeth ; Sedat Dilek > > ; YiFei Zhu > > 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