summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0229-mm-vmalloc-Another-preempt-disable-region-which-suck.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0229-mm-vmalloc-Another-preempt-disable-region-which-suck.patch')
-rw-r--r--debian/patches-rt/0229-mm-vmalloc-Another-preempt-disable-region-which-suck.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0229-mm-vmalloc-Another-preempt-disable-region-which-suck.patch b/debian/patches-rt/0229-mm-vmalloc-Another-preempt-disable-region-which-suck.patch
index c699a1ab7..1adda840f 100644
--- a/debian/patches-rt/0229-mm-vmalloc-Another-preempt-disable-region-which-suck.patch
+++ b/debian/patches-rt/0229-mm-vmalloc-Another-preempt-disable-region-which-suck.patch
@@ -1,9 +1,9 @@
-From 61aced1d729a22bbaf66e1f68806e04058bafb3f Mon Sep 17 00:00:00 2001
+From 5fdaecbbbcb293a0c8849436164d5128b5a6e0a5 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Tue, 12 Jul 2011 11:39:36 +0200
Subject: [PATCH 229/323] mm/vmalloc: Another preempt disable region which
sucks
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz
Avoid the preempt disable version of get_cpu_var(). The inner-lock should
provide enough serialisation.
@@ -14,7 +14,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
-index d6a4794fa8ca..8113e4f0d2f2 100644
+index d6a4794fa8ca8..8113e4f0d2f25 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -1542,7 +1542,7 @@ static void *new_vmap_block(unsigned int order, gfp_t gfp_mask)
@@ -69,5 +69,5 @@ index d6a4794fa8ca..8113e4f0d2f2 100644
/* Allocate new block if nothing was found */
--
-2.43.0
+2.44.0