From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 13 Dec 2023 17:25:56 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rDS3Y-002JFZ-0R for lore@lore.pengutronix.de; Wed, 13 Dec 2023 17:25:56 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rDS3Y-0003QE-GF; Wed, 13 Dec 2023 17:25:56 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rDS3S-0003PX-V9; Wed, 13 Dec 2023 17:25:50 +0100 Received: from [2a0a:edc0:2:b01:1d::c0] (helo=ptx.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rDS3S-00Fbyq-Ie; Wed, 13 Dec 2023 17:25:50 +0100 Received: from rsc by ptx.whiteo.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1rDS3S-006p21-GT; Wed, 13 Dec 2023 17:25:50 +0100 Date: Wed, 13 Dec 2023 17:25:50 +0100 From: Robert Schwebel To: Roland Hieber Message-ID: <20231213162550.GQ1528860@pengutronix.de> References: <20231213144750.1899431-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231213144750.1899431-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 User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [DistroKit] [PATCH next v3 0/4] refactor data partition setup 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thx, the series is now integrated into next, and the CI results look good. On Wed, Dec 13, 2023 at 03:47:46PM +0100, Roland Hieber wrote: > PATCH next v3: > * fixups to make the state of the series already applied on the next > branch work on remaining platforms > * don't use "linux-generic" Type UUID for data partition because then > systemd-repart will match the STM32MP1 bootloader partitions > * select busybox rdev, and don't run systemd-repart when we don't have a > partitionable disk (feedback from PTX Jenkins, Bastian Krause and > Robert Schwebel) > * fix systemd-repart on mips (feedback from PTX Jenkins) > * rauc-udev: remove fallback match for data partition in mmcblk0p3 > > PATCH v2: https://lore.distrokit.org/distrokit/20231103225253.1349209-1-rhi@pengutronix.de > * ENV{PARTNAME} is not set for all partitions, use > ENV{ID_PART_ENTRY_NAME} instead, which is also used by udev's > 60-persistent-storage.rules to generate /dev/disk/by-partlabel/* > > PATCH v1: https://lore.distrokit.org/distrokit/20231103182438.1051601-1-rhi@pengutronix.de > > Roland Hieber (4): > systemd: make systemd-repart work for mips > busybox: enable rdev to find out the root device > squash! datapartition: generate partitions via systemd-repart > fixup! rauc-udev: generate symlinks based on GPT partition labels > > configs/ptxconfig | 2 +- > ...d-defines-for-big-endian-MIPS-MIPS64.patch | 122 ++++++++++++++++++ > patches/systemd-254.5/series | 1 + > projectroot/etc/rc.once.d/repart | 10 +- > projectroot/etc/repart.rc-once.d/30-data.conf | 3 +- > .../lib/udev/rules.d/90-rauc-partitions.rules | 4 - > 6 files changed, 134 insertions(+), 8 deletions(-) > create mode 100644 patches/systemd-254.5/0001-sd-gpt-add-defines-for-big-endian-MIPS-MIPS64.patch > create mode 100644 patches/systemd-254.5/series > > -- > 2.39.2 > > > -- 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 |