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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no 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 E8B90C3F2D2 for ; Fri, 28 Feb 2020 10:02:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B3A1D246A8 for ; Fri, 28 Feb 2020 10:02:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582884171; bh=zMhTh1fEfwgt/vck5y1Sbfo0lS1eqp78sZZjcrmBQBc=; h=From:To:Cc:Subject:Date:List-ID:From; b=xQZ521RBtne/PeksjqUbbZOx0covVapcBxt1JuLHotZNzjukDT/nvuELR3My2PWgt odG96aILKgQ2I55JTjg3/6se3wtz/lc5xdSVjv/dkimLSXPJ+Lzq1oHzwris4nzNVZ 52firfGQqyPfe6dbfj9yfQEbpSJkHCfHt0/I1DYI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726536AbgB1KCv (ORCPT ); Fri, 28 Feb 2020 05:02:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:33352 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726440AbgB1KCv (ORCPT ); Fri, 28 Feb 2020 05:02:51 -0500 Received: from e123331-lin.home (amontpellier-657-1-18-247.w109-210.abo.wanadoo.fr [109.210.65.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DD7E7246A2; Fri, 28 Feb 2020 10:02:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582884170; bh=zMhTh1fEfwgt/vck5y1Sbfo0lS1eqp78sZZjcrmBQBc=; h=From:To:Cc:Subject:Date:From; b=VoxtxAEETiZ3qKC3KRK9YciAvGy5yd4sKq+Ih2yD3xSjgRh6VSn6Yj6fOI0QMcvB1 AUonoFMWIGFUDpbi8uopXiVskgpZ7Jl8461x0IOjQq13GYkEVLZSQfn+iv1YSzBIzo UHQ8E2AC7mbGDDFBxZz/Z346YP1EgcARHX0ajXDM= From: Ard Biesheuvel To: linux-efi@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Ard Biesheuvel Subject: [PATCH efi-next 0/3] efi: assorted fixes Date: Fri, 28 Feb 2020 11:02:41 +0100 Message-Id: <20200228100244.10979-1-ardb@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-efi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org Some fixes for the code that is currentely queued up in efi/next for v5.7 Patch #3 fixes a boot regression for non-EFI boot in linux-next, so that will be sent onwards reasonably quickly. Ard Biesheuvel (3): efi/arm: clean EFI stub exit code from cache instead of avoiding it efi/arm64: clean EFI stub exit code from cache instead of avoiding it efi: mark all EFI runtime services as unsupported on non-EFI boot arch/arm/boot/compressed/head.S | 18 ++++++++---------- arch/arm64/kernel/efi-entry.S | 18 +++++++++--------- arch/arm64/kernel/image-vars.h | 2 +- drivers/firmware/efi/efi.c | 6 +++--- 4 files changed, 21 insertions(+), 23 deletions(-) -- 2.17.1