From cc641d3e559150ac466bf981f0f5456819097354 Mon Sep 17 00:00:00 2001
From: Georgiy Lebedev <g.lebedev@tarantool.org>
Date: Thu, 13 Oct 2022 10:15:40 +0300
Subject: [PATCH] libunwind: bump new version

libunwind/libunwind@f67ef28 adds the ability for libunwind to unwind a
stack where the return address obtained from the AARCH6 link register (x30)
has a pointer authentication code (PAC).

Needed for #7285

NO_CHANGELOG=<internal submodule version bump>
NO_DOC=<submodule version bump>
NO_TEST=<submodule version bump>
---
 .gitmodules           | 2 +-
 third_party/libunwind | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 6b9b37bb3e..0185d8585e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -59,7 +59,7 @@
 [submodule "third_party/libunwind"]
 	path = third_party/libunwind
 	url = https://github.com/tarantool/libunwind.git
-	branch = libunwind-1.6.2-tarantool
+	branch = libunwind-f67ef28-tarantool
 [submodule "third_party/tz"]
 	path = third_party/tz
 	url = https://github.com/tarantool/tz.git
diff --git a/third_party/libunwind b/third_party/libunwind
index 3f49295a7b..d80afd1298 160000
--- a/third_party/libunwind
+++ b/third_party/libunwind
@@ -1 +1 @@
-Subproject commit 3f49295a7b0b8abea7f5ec0dacbeae74e6b5e0c0
+Subproject commit d80afd12983a08eec5467824679bdcefe0977278
-- 
GitLab