summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0003-z3fold-remove-preempt-disabled-sections-for-RT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0003-z3fold-remove-preempt-disabled-sections-for-RT.patch')
-rw-r--r--debian/patches-rt/0003-z3fold-remove-preempt-disabled-sections-for-RT.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0003-z3fold-remove-preempt-disabled-sections-for-RT.patch b/debian/patches-rt/0003-z3fold-remove-preempt-disabled-sections-for-RT.patch
index bda3dbdac..4babcc958 100644
--- a/debian/patches-rt/0003-z3fold-remove-preempt-disabled-sections-for-RT.patch
+++ b/debian/patches-rt/0003-z3fold-remove-preempt-disabled-sections-for-RT.patch
@@ -1,7 +1,7 @@
From: Vitaly Wool <vitaly.wool@konsulko.com>
Date: Mon, 14 Dec 2020 19:12:36 -0800
Subject: [PATCH 3/3] z3fold: remove preempt disabled sections for RT
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.17-rt32.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.21-rt34.tar.xz
Replace get_cpu_ptr() with migrate_disable()+this_cpu_ptr() so RT can take
spinlocks that become sleeping locks.