summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/mm-disable-sloub-rt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/mm-disable-sloub-rt.patch')
-rw-r--r--debian/patches-rt/mm-disable-sloub-rt.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/mm-disable-sloub-rt.patch b/debian/patches-rt/mm-disable-sloub-rt.patch
index fe12455a3..ef8532560 100644
--- a/debian/patches-rt/mm-disable-sloub-rt.patch
+++ b/debian/patches-rt/mm-disable-sloub-rt.patch
@@ -1,7 +1,7 @@
From: Ingo Molnar <mingo@elte.hu>
Date: Fri, 3 Jul 2009 08:44:03 -0500
Subject: mm: Allow only slub on RT
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.10-rt8.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.13-rt10.tar.xz
Disable SLAB and SLOB on -RT. Only SLUB is adopted to -RT needs.
@@ -14,7 +14,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
--- a/init/Kconfig
+++ b/init/Kconfig
-@@ -1628,6 +1628,7 @@ choice
+@@ -1633,6 +1633,7 @@ choice
config SLAB
bool "SLAB"
@@ -22,7 +22,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
select HAVE_HARDENED_USERCOPY_ALLOCATOR
help
The regular slab allocator that is established and known to work
-@@ -1648,6 +1649,7 @@ config SLUB
+@@ -1653,6 +1654,7 @@ config SLUB
config SLOB
depends on EXPERT
bool "SLOB (Simple Allocator)"