From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-22.0 required=3.0 tests=BAYES_00,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1DD43C4361B for ; Mon, 14 Dec 2020 08:13:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C7C4C229C7 for ; Mon, 14 Dec 2020 08:13:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439073AbgLNIM4 (ORCPT ); Mon, 14 Dec 2020 03:12:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:37456 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2439060AbgLNIMv (ORCPT ); Mon, 14 Dec 2020 03:12:51 -0500 From: Ard Biesheuvel Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: linux-efi@vger.kernel.org Cc: ardb@kernel.org, Ingo Molnar , Thomas Gleixner , Borislav Petkov Subject: [GIT PULL] EFI updates for v5.11 (followup fixes) Date: Mon, 14 Dec 2020 09:12:00 +0100 Message-Id: <20201214081200.29720-1-ardb@kernel.org> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org The following changes since commit 54649911f31b6e7c2a79a1426ca98259139e4c35: efi: stub: get rid of efi_get_max_fdt_addr() (2020-12-09 08:37:27 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.11-3 for you to fetch changes up to f232134eddf6f61fc0912fcaa73c4baaf7a4c2e4: efi: arm: force use of unsigned type for EFI_PHYS_ALIGN (2020-12-14 09:03:18 +0100) Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Borislav Petkov ---------------------------------------------------------------- Followup fixes for EFI: - fix the build breakage on IA64 caused by recent capsule loader changes - suppress a type mismatch build warning in the expansion of EFI_PHYS_ALIGN on ARM ---------------------------------------------------------------- Ard Biesheuvel (2): efi: ia64: disable the capsule loader efi: arm: force use of unsigned type for EFI_PHYS_ALIGN arch/arm/include/asm/efi.h | 2 +- drivers/firmware/efi/Kconfig | 2 +- drivers/firmware/efi/Makefile | 5 ++++- include/linux/efi.h | 4 ++++ 4 files changed, 10 insertions(+), 3 deletions(-)