mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libunwind: Version bump. 1.8.2 -> 1.8.3
@ 2025-09-07 19:34 Christian Melki
  2025-09-22 11:04 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-09-07 19:34 UTC (permalink / raw)
  To: ptxdist

Minor changes.
https://github.com/libunwind/libunwind/releases/tag/v1.8.3

* Remove patchset, included in release.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...-src-ptrace-_UPT_ptrauth_insn_mask.c.patch | 27 -------------------
 patches/libunwind-1.8.2/series                |  4 ---
 rules/libunwind.make                          |  4 +--
 3 files changed, 2 insertions(+), 33 deletions(-)
 delete mode 100644 patches/libunwind-1.8.2/0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch
 delete mode 100644 patches/libunwind-1.8.2/series

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 356b35267..000000000
--- 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 <swebb@qnx.com>
-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 b4d107410..000000000
--- 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 86c5632c8..e4a0cbfe0 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)
-- 
2.43.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libunwind: Version bump. 1.8.2 -> 1.8.3
  2025-09-07 19:34 [ptxdist] [PATCH] libunwind: Version bump. 1.8.2 -> 1.8.3 Christian Melki
@ 2025-09-22 11:04 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-09-22 11:04 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as a4e89625fb4b0567de461c5dbccc41caf9b17382.

Michael

[sent from post-receive hook]

On Mon, 22 Sep 2025 13:04:17 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor changes.
> https://github.com/libunwind/libunwind/releases/tag/v1.8.3
> 
> * Remove patchset, included in release.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250907193420.212664-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 <swebb@qnx.com>
> -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)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-22 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-07 19:34 [ptxdist] [PATCH] libunwind: Version bump. 1.8.2 -> 1.8.3 Christian Melki
2025-09-22 11:04 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox