summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0001-lib-vsprintf-Remove-static_branch_likely-from-__ptr_.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0001-lib-vsprintf-Remove-static_branch_likely-from-__ptr_.patch')
-rw-r--r--debian/patches-rt/0001-lib-vsprintf-Remove-static_branch_likely-from-__ptr_.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0001-lib-vsprintf-Remove-static_branch_likely-from-__ptr_.patch b/debian/patches-rt/0001-lib-vsprintf-Remove-static_branch_likely-from-__ptr_.patch
index b4b2b8650..20d2a96ec 100644
--- a/debian/patches-rt/0001-lib-vsprintf-Remove-static_branch_likely-from-__ptr_.patch
+++ b/debian/patches-rt/0001-lib-vsprintf-Remove-static_branch_likely-from-__ptr_.patch
@@ -2,7 +2,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Fri, 29 Jul 2022 15:52:45 +0200
Subject: [PATCH 1/2] lib/vsprintf: Remove static_branch_likely() from
__ptr_to_hashval().
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.0/older/patches-6.0-rt11.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.0/older/patches-6.0.5-rt14.tar.xz
Using static_branch_likely() to signal that ptr_key has been filled is a
bit much given that it is not a fast path.