From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751542AbdFIIwg (ORCPT ); Fri, 9 Jun 2017 04:52:36 -0400 Received: from mail-wr0-f172.google.com ([209.85.128.172]:33276 "EHLO mail-wr0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbdFIIwd (ORCPT ); Fri, 9 Jun 2017 04:52:33 -0400 From: Ard Biesheuvel To: linux-efi@vger.kernel.org, Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" Cc: Ard Biesheuvel , linux-kernel@vger.kernel.org, Dave Young , Maniaxx , Matt Fleming Subject: [GIT PULL] Another EFI BGRT fix for v4.12 Date: Fri, 9 Jun 2017 08:45:57 +0000 Message-Id: <20170609084558.26766-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 7425826f4f7ac60f2538b06a7f0a5d1006405159: efi/bgrt: Skip efi_bgrt_init() in case of non-EFI boot (2017-05-28 11:06:17 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent for you to fetch changes up to 0a97e704d93fe4facf2bffe3c78095b9d441df42: efi: fix boot panic because of invalid bgrt image address (2017-06-09 08:38:49 +0000) ---------------------------------------------------------------- Another BGRT regression fix from Dave Young, to avoid a crash on buggy firmware that puts a bogus image address in the BGRT table. ---------------------------------------------------------------- Dave Young (1): efi: fix boot panic because of invalid bgrt image address drivers/firmware/efi/efi-bgrt.c | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ard Biesheuvel Subject: [GIT PULL] Another EFI BGRT fix for v4.12 Date: Fri, 9 Jun 2017 08:45:57 +0000 Message-ID: <20170609084558.26766-1-ard.biesheuvel@linaro.org> Return-path: Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" Cc: Ard Biesheuvel , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dave Young , Maniaxx , Matt Fleming List-Id: linux-efi@vger.kernel.org The following changes since commit 7425826f4f7ac60f2538b06a7f0a5d1006405159: efi/bgrt: Skip efi_bgrt_init() in case of non-EFI boot (2017-05-28 11:06:17 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent for you to fetch changes up to 0a97e704d93fe4facf2bffe3c78095b9d441df42: efi: fix boot panic because of invalid bgrt image address (2017-06-09 08:38:49 +0000) ---------------------------------------------------------------- Another BGRT regression fix from Dave Young, to avoid a crash on buggy firmware that puts a bogus image address in the BGRT table. ---------------------------------------------------------------- Dave Young (1): efi: fix boot panic because of invalid bgrt image address drivers/firmware/efi/efi-bgrt.c | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-)