summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/mm-vmalloc-remove-preempt_disable-enable-when-doing-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/mm-vmalloc-remove-preempt_disable-enable-when-doing-.patch')
-rw-r--r--debian/patches-rt/mm-vmalloc-remove-preempt_disable-enable-when-doing-.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/mm-vmalloc-remove-preempt_disable-enable-when-doing-.patch b/debian/patches-rt/mm-vmalloc-remove-preempt_disable-enable-when-doing-.patch
index fb746e155..f03655ed8 100644
--- a/debian/patches-rt/mm-vmalloc-remove-preempt_disable-enable-when-doing-.patch
+++ b/debian/patches-rt/mm-vmalloc-remove-preempt_disable-enable-when-doing-.patch
@@ -2,7 +2,7 @@ From: "Uladzislau Rezki (Sony)" <urezki@gmail.com>
Date: Sat, 30 Nov 2019 17:54:33 -0800
Subject: [PATCH] mm/vmalloc: remove preempt_disable/enable when doing
preloading
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.13-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.17-rt8.tar.xz
Some background. The preemption was disabled before to guarantee that a
preloaded object is available for a CPU, it was stored for. That was