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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4C40C54EE9 for ; Tue, 20 Sep 2022 09:55:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230041AbiITJzk (ORCPT ); Tue, 20 Sep 2022 05:55:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229723AbiITJzk (ORCPT ); Tue, 20 Sep 2022 05:55:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 617E466104; Tue, 20 Sep 2022 02:55:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F16F362896; Tue, 20 Sep 2022 09:55:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4406CC433D6; Tue, 20 Sep 2022 09:55:35 +0000 (UTC) Date: Tue, 20 Sep 2022 10:55:31 +0100 From: Catalin Marinas To: Ard Biesheuvel Cc: linux-efi@vger.kernel.org, Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "James E.J. Bottomley" , Matthew Garrett , Peter Jones , Ilias Apalodimas , Heinrich Schuchardt , AKASHI Takahiro , Palmer Dabbelt , Atish Patra , Arnd Bergmann , Huacai Chen , Xi Ruoyao , Lennart Poettering , Jeremy Linton Subject: Re: [PATCH v5 6/8] arm64: efi: enable generic EFI compressed boot Message-ID: References: <20220910081152.2238369-1-ardb@kernel.org> <20220910081152.2238369-7-ardb@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org On Sat, Sep 17, 2022 at 06:36:38PM +0200, Ard Biesheuvel wrote: > On Sat, 10 Sept 2022 at 10:12, Ard Biesheuvel wrote: > > > > Wire up the generic EFI zboot support for arm64. > > > > Signed-off-by: Ard Biesheuvel > > I've queued up most of this now for 6.1 - Catalin, Will, any > objections if I queue this one as well via the efi tree? No objections. Acked-by: Catalin Marinas