From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 22 Sep 2025 13:04:39 +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 1v0eLX-005vbW-0U for lore@lore.pengutronix.de; Mon, 22 Sep 2025 13:04:39 +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 1v0eLW-0007Zk-RT; Mon, 22 Sep 2025 13:04:38 +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 1v0eLC-0007Fh-4L; Mon, 22 Sep 2025 13:04:18 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) 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 1v0eLB-002a8O-2p; Mon, 22 Sep 2025 13:04:17 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v0eLB-00000008i37-3S54; Mon, 22 Sep 2025 13:04:17 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 22 Sep 2025 13:04:17 +0200 Message-ID: <20250922110417.2075938-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20250907193420.212664-1-christian.melki@t2data.com> References: <20250907193420.212664-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libunwind: Version bump. 1.8.2 -> 1.8.3 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: Christian Melki 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 Thanks, applied as a4e89625fb4b0567de461c5dbccc41caf9b17382. Michael [sent from post-receive hook] On Mon, 22 Sep 2025 13:04:17 +0200, Christian Melki wrote: > Minor changes. > https://github.com/libunwind/libunwind/releases/tag/v1.8.3 > > * Remove patchset, included in release. > > Signed-off-by: Christian Melki > Message-Id: <20250907193420.212664-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libunwind-1.8.2/0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch b/patches/libunwind-1.8.2/0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch > deleted file mode 100644 > index 356b3526702d..000000000000 > --- a/patches/libunwind-1.8.2/0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch > +++ /dev/null > @@ -1,27 +0,0 @@ > -From: Stephen Webb > -Date: Tue, 15 Apr 2025 10:48:20 -0400 > -Subject: [PATCH] Fix FTBFS in src/ptrace/_UPT_ptrauth_insn_mask.c > - > -Added missing parameter names to make C code comply to ISO/IEC 9899. > ---- > - src/ptrace/_UPT_ptrauth_insn_mask.c | 5 +++-- > - 1 file changed, 3 insertions(+), 2 deletions(-) > - > -diff --git a/src/ptrace/_UPT_ptrauth_insn_mask.c b/src/ptrace/_UPT_ptrauth_insn_mask.c > -index dcc5123700f5..e7b3a514b788 100644 > ---- a/src/ptrace/_UPT_ptrauth_insn_mask.c > -+++ b/src/ptrace/_UPT_ptrauth_insn_mask.c > -@@ -49,9 +49,10 @@ unw_word_t _UPT_ptrauth_insn_mask (UNUSED unw_addr_space_t as, void *arg) > - > - #else > - > --unw_word_t _UPT_ptrauth_insn_mask (unw_addr_space_t, void *) > -+unw_word_t _UPT_ptrauth_insn_mask (UNUSED unw_addr_space_t as, UNUSED void *arg) > - { > - return 0; > - } > - > --#endif > -\ No newline at end of file > -+#endif > -+ > diff --git a/patches/libunwind-1.8.2/series b/patches/libunwind-1.8.2/series > deleted file mode 100644 > index b4d1074106b1..000000000000 > --- a/patches/libunwind-1.8.2/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch > -# 8a6af3d7349d07e76101ee13e9949cc4 - git-ptx-patches magic > diff --git a/rules/libunwind.make b/rules/libunwind.make > index 86c5632c8575..e4a0cbfe0347 100644 > --- a/rules/libunwind.make > +++ b/rules/libunwind.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind > # > # Paths and names > # > -LIBUNWIND_VERSION := 1.8.2 > -LIBUNWIND_MD5 := 0124a38fb752aa5492635f35d089f6b7 > +LIBUNWIND_VERSION := 1.8.3 > +LIBUNWIND_MD5 := 13bc7b41462ac6ea157d350eaf6c1503 > LIBUNWIND := libunwind-$(LIBUNWIND_VERSION) > LIBUNWIND_SUFFIX := tar.gz > LIBUNWIND_URL := https://github.com/libunwind/libunwind/releases/download/v$(LIBUNWIND_VERSION)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)