Thanks, applied as a4e89625fb4b0567de461c5dbccc41caf9b17382.

Michael

[sent from post-receive hook]

On Mon, 22 Sep 2025 13:04:17 +0200, Christian Melki 
<[email protected]> wrote:
> Minor changes.
> https://github.com/libunwind/libunwind/releases/tag/v1.8.3
> 
> * Remove patchset, included in release.
> 
> Signed-off-by: Christian Melki <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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 <[email protected]>
> -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)

Reply via email to