From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 05 Aug 2025 08:33:43 +0200 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 1ujBF1-007CbE-01 for lore@lore.pengutronix.de; Tue, 05 Aug 2025 08:33:43 +0200 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 1ujBF0-00083j-RB; Tue, 05 Aug 2025 08:33:42 +0200 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 1ujBEn-00083Q-Mg; Tue, 05 Aug 2025 08:33:29 +0200 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ujBEn-00BzoV-13; Tue, 05 Aug 2025 08:33:29 +0200 Received: from mol by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1ujBEn-00A6l2-0i; Tue, 05 Aug 2025 08:33:29 +0200 Date: Tue, 5 Aug 2025 08:33:29 +0200 From: Michael Olbrich To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Message-ID: <20250805063329.GD1233356@pengutronix.de> Mail-Followup-To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , ptxdist@pengutronix.de References: <20250729172757.164306-2-u.kleine-koenig@baylibre.com> <20250805045947.3785143-1-m.olbrich@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-IRC: #ptxdist @freenode Subject: Re: [ptxdist] [APPLIED] libpwm: version bump 1.0-rc1 -> 1.0-rc2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Tue, Aug 05, 2025 at 08:09:05AM +0200, Uwe Kleine-König wrote: > Hello Michael, > > On Tue, Aug 05, 2025 at 06:59:47AM +0200, Michael Olbrich wrote: > > Thanks, applied as dee8d80ab1e9d272f94348fe3aaffdf57163c6c7. > > > > Michael > > > > [sent from post-receive hook] > > > > On Tue, 05 Aug 2025 06:59:47 +0200, Uwe Kleine-König wrote: > > > The rc2 release contains a few minor bug fixes and ships a copy of > > > which makes it possible to compile in the character device > > > support with kernel headers older than 6.17-rc1. > > > > > > Signed-off-by: Uwe Kleine-König > > > Message-Id: <20250729172757.164306-2-u.kleine-koenig@baylibre.com> > > > Signed-off-by: Michael Olbrich > > > > > > diff --git a/rules/libpwm.make b/rules/libpwm.make > > > index 4c14e030d6e2..82770805f341 100644 > > > --- a/rules/libpwm.make > > > +++ b/rules/libpwm.make > > > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBPWM) += libpwm > > > # > > > # Paths and names > > > # > > > -LIBPWM_VERSION := 1.0-rc1 > > > -LIBPWM_MD5 := bb8032cd03c25a0dcdc76712acda714c > > > +LIBPWM_VERSION := 1.0-rc2 > > > +LIBPWM_MD5 := ccf05e263bd26418311e0e93848b3a71 > > > LIBPWM := libpwm-$(LIBPWM_VERSION) > > > LIBPWM_SUFFIX := tar.xz > > > -LIBPWM_URL := https://mirrors.edge.kernel.org/pub/linux/kernel/people/ukleinek/libpwm/libpwm-1.0-rc1.tar.xz > > > +LIBPWM_URL := https://mirrors.edge.kernel.org/pub/linux/kernel/people/ukleinek/libpwm/libpwm-$(LIBPWM_VERSION).tar.xz > > > LIBPWM_SOURCE := $(SRCDIR)/$(LIBPWM).$(LIBPWM_SUFFIX) > > > LIBPWM_DIR := $(BUILDDIR)/$(LIBPWM) > > > LIBPWM_BUILD_OOT := YES > > Hmm, it seems you didn't like my v2[1], but I thought you didn't like my > v1 either ... 🤔 Sorry about that. Looks like I queued v1 just before you sent v2 (otherwise b4 would have picked up v2 instead). And I forgot about my own comments... And I didn't see the new version before now. I've queued v2 as well now (which is just the kernel header stuff) with a modified commit message. Should hit master soon. Michael > Best regards > Uwe > > [1] https://lore.ptxdist.org/ptxdist/20250801104042.177835-2-u.kleine-koenig@baylibre.com/ -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |