summaryrefslogtreecommitdiffstats
path: root/patches/0030-x86-remove-errant-CFI-usage-from-rwlock.patch
diff options
Diffstat (limited to 'patches/0030-x86-remove-errant-CFI-usage-from-rwlock.patch')
-rw-r--r--patches/0030-x86-remove-errant-CFI-usage-from-rwlock.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/0030-x86-remove-errant-CFI-usage-from-rwlock.patch b/patches/0030-x86-remove-errant-CFI-usage-from-rwlock.patch
index ffbec4d..53b1705 100644
--- a/patches/0030-x86-remove-errant-CFI-usage-from-rwlock.patch
+++ b/patches/0030-x86-remove-errant-CFI-usage-from-rwlock.patch
@@ -1,7 +1,7 @@
From 1013aca961d8dd47191b4371da95a26ccfb60689 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Sun, 24 May 2020 21:25:28 -0600
-Subject: [PATCH 30/33] x86: remove errant CFI usage from rwlock
+Subject: [PATCH 30/34] x86: remove errant CFI usage from rwlock
These don't assemble with newer binutils due to the use of the cfi
directives, so simply remove them, since they're anyway just for
@@ -13,7 +13,7 @@ Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
1 file changed, 4 deletions(-)
diff --git a/arch/x86/lib/rwlock.S b/arch/x86/lib/rwlock.S
-index cc4a8c2f9b8d..34d5184ada35 100644
+index cc4a8c2f9b8..34d5184ada3 100644
--- a/arch/x86/lib/rwlock.S
+++ b/arch/x86/lib/rwlock.S
@@ -12,7 +12,6 @@
@@ -43,5 +43,5 @@ index cc4a8c2f9b8d..34d5184ada35 100644
- CFI_ENDPROC
END(__read_lock_failed)
--
-2.28.0
+2.29.1