From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754955AbcLXN7d (ORCPT ); Sat, 24 Dec 2016 08:59:33 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:36815 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754616AbcLXN7c (ORCPT ); Sat, 24 Dec 2016 08:59:32 -0500 From: Ard Biesheuvel To: linux-arm-kernel@lists.infradead.org, Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" Cc: Ard Biesheuvel , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, James Morse , Jeffrey Hugo , Matt Fleming Subject: [GIT PULL] efi: urgent fix for v4.10 with cc to stable Date: Sat, 24 Dec 2016 13:59:22 +0000 Message-Id: <1482587963-20183-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826: Linux 4.9 (2016-12-11 11:17:54 -0800) 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 bcd5812b8bfb24783f09b53659fae54d1b02d0be: efi/libstub: arm*: Pass latest memory map to the kernel (2016-12-24 13:19:28 +0000) ---------------------------------------------------------------- * One patch, addressing a major issue in a bugfix that went into stable, where on ARM/arm64 systems, the EFI memory map address passed to the kernel via the FDT may be different from the address of the buffer containing the annotated EFI memory map. ---------------------------------------------------------------- Ard Biesheuvel (1): efi/libstub: arm*: Pass latest memory map to the kernel drivers/firmware/efi/libstub/efistub.h | 8 ---- drivers/firmware/efi/libstub/fdt.c | 87 ++++++++++++++++++++++------------ 2 files changed, 56 insertions(+), 39 deletions(-)