Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934701AbcKXSDD (ORCPT ); Thu, 24 Nov 2016 13:03:03 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:37643 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755236AbcKXSDB (ORCPT ); Thu, 24 Nov 2016 13:03:01 -0500 From: Ard Biesheuvel To: Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" Cc: Ard Biesheuvel , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Arnd Bergmann , Matt Fleming Subject: [GIT PULL] one more EFI patch for v4.10 Date: Thu, 24 Nov 2016 18:02:22 +0000 Message-Id: <1480010543-25709-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 Content-Length: 1217 Lines: 27 The following changes since commit 9110bc036062fcd31994a35540d63f8deed22efa: thunderbolt: Use Device ROM retrieved from EFI (2016-11-12 21:14:43 +0000) 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 bec0c3c8151b7e1506fa2ae19500a8b8a32a79c0: efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bit (2016-11-22 09:53:49 +0000) ---------------------------------------------------------------- A single fix, for commit a6a144698d ("efi/libstub: Add random.c to ARM build") that is queued for v4.10 in efi/core in the tip tree, since it turned out that the compiler ends up emitting a call to a compiler intrinsic to perform 64-bit logical shift when called with -Os. Upon closer inspection of that code, it turned out we should explicitly ensure that we do not allocate above 4 GB, which is not addressable by the stub on 32-bit ARM. ---------------------------------------------------------------- Ard Biesheuvel (1): efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bit drivers/firmware/efi/libstub/random.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)