From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 15 Aug 2023 11:10:21 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVq4E-004xOr-It for lore@lore.pengutronix.de; Tue, 15 Aug 2023 11:10:21 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qVq4C-0000vc-SD; Tue, 15 Aug 2023 11:10:20 +0200 Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qVq4B-0000vG-J6; Tue, 15 Aug 2023 11:10:19 +0200 Received: from rsc by pty.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1qVq4B-00E3VS-5i; Tue, 15 Aug 2023 11:10:19 +0200 Date: Tue, 15 Aug 2023 11:10:19 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20230813185733.3933842-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230813185733.3933842-1-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] [PATCH 1/2] x86_64: use generic 'series' file for kernel patches X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Sun, Aug 13, 2023 at 08:57:32PM +0200, Roland Hieber wrote: > The x86_64 kernel fails to extract since the patches were added in > commit 618ef295907a, as there is now a linux patch folder, but no file > named 'series.x86_64' in it. Use the same series file as all other > platforms to get rid of this error. > > Fixes: 618ef295907a847425c9 (2023-07-25, "linux-6.4: backport regression patches") > Signed-off-by: Roland Hieber > --- > configs/platform-x86_64/platformconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig > index 032f5a176cf4..f0405736ad4b 100644 > --- a/configs/platform-x86_64/platformconfig > +++ b/configs/platform-x86_64/platformconfig > @@ -151,7 +151,7 @@ PTXCONF_KERNEL_CONFIG_BASE_VERSION=y > # > # patching & configuration > # > -PTXCONF_KERNEL_SERIES="series${PTXDIST_PLATFORMSUFFIX}" > +PTXCONF_KERNEL_SERIES="series" > PTXCONF_KERNEL_CONFIG="kernelconfig" > # end of patching & configuration Ah, I made a similar patch before coming to your patch. Already fixed :) rsc -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |