diff options
Diffstat (limited to 'debian/patches-rt/0177-mm-vmalloc-Another-preempt-disable-region-which-suck.patch')
-rw-r--r-- | debian/patches-rt/0177-mm-vmalloc-Another-preempt-disable-region-which-suck.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0177-mm-vmalloc-Another-preempt-disable-region-which-suck.patch b/debian/patches-rt/0177-mm-vmalloc-Another-preempt-disable-region-which-suck.patch index 54171e08f..a0fd78510 100644 --- a/debian/patches-rt/0177-mm-vmalloc-Another-preempt-disable-region-which-suck.patch +++ b/debian/patches-rt/0177-mm-vmalloc-Another-preempt-disable-region-which-suck.patch @@ -1,9 +1,8 @@ -From 1bb6422feb2c5d6c151b91f71dac97b33685af69 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 12 Jul 2011 11:39:36 +0200 -Subject: [PATCH 177/347] mm/vmalloc: Another preempt disable region which +Subject: [PATCH 177/342] mm/vmalloc: Another preempt disable region which sucks -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=08f4a1f48722a9046148340af70b3e2fcde3eb75 Avoid the preempt disable version of get_cpu_var(). The inner-lock should provide enough serialisation. @@ -68,6 +67,3 @@ index 1817871b0239..aa06badc76f4 100644 rcu_read_unlock(); /* Allocate new block if nothing was found */ --- -2.36.1 - |