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 CCED3C0015E for ; Thu, 27 Jul 2023 10:59:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231770AbjG0K73 (ORCPT ); Thu, 27 Jul 2023 06:59:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233015AbjG0K7X (ORCPT ); Thu, 27 Jul 2023 06:59:23 -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 3EF182710 for ; Thu, 27 Jul 2023 03:59:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 998B161DF7 for ; Thu, 27 Jul 2023 10:59:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD7CEC433C7; Thu, 27 Jul 2023 10:59:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690455557; bh=MAVPBYvlsj6apkjunom37LvLOBzMGzq+k6cDARJkp84=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LSmSpUUSLWCmhme7agLQjYcFC4wZFSlpUfvQy1g8tn1M3vd0XouZlcLBFN4t35F1n 2BfSJNRSXZ/wz70oTEKOwuWIFvWQAe0Fh/6iPLQsvnqnhkBBhVlguEMdzHgT7Fz4nn p2+Uwo2Ijd47fzeUhFr3nBplvSkAIrsDahQG9nSM= Date: Thu, 27 Jul 2023 12:59:14 +0200 From: Greg KH To: Ard Biesheuvel Cc: "# 3.4.x" Subject: Re: backport request Message-ID: <2023072706-dance-outcast-68be@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jul 25, 2023 at 01:13:34PM +0200, Ard Biesheuvel wrote: > Please backport commit > > commit 9cf42bca30e98a1c6c9e8abf876940a551eaa3d1 > Author: Ard Biesheuvel > Date: Tue Aug 2 11:00:16 2022 +0200 > > efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memory > > to all active stable trees all the way back to v5.15. I will provide a > separate backport for v5.10, and possibly a [much] larger set of > backports for v5.4 for EFI boot support. Now queued up, thanks. greg k-h