diff options
Diffstat (limited to 'debian/patches-rt/0206-slub-Disable-SLUB_CPU_PARTIAL.patch')
-rw-r--r-- | debian/patches-rt/0206-slub-Disable-SLUB_CPU_PARTIAL.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0206-slub-Disable-SLUB_CPU_PARTIAL.patch b/debian/patches-rt/0206-slub-Disable-SLUB_CPU_PARTIAL.patch index 9f521b566..0843b55c7 100644 --- a/debian/patches-rt/0206-slub-Disable-SLUB_CPU_PARTIAL.patch +++ b/debian/patches-rt/0206-slub-Disable-SLUB_CPU_PARTIAL.patch @@ -1,8 +1,8 @@ -From 8da7619853b38005d113af771657ad188006e1d5 Mon Sep 17 00:00:00 2001 +From df50613423cd56f6d8dc411cd384abb274ce5c8f Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Wed, 15 Apr 2015 19:00:47 +0200 Subject: [PATCH 206/323] slub: Disable SLUB_CPU_PARTIAL -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 |BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:915 |in_atomic(): 1, irqs_disabled(): 0, pid: 87, name: rcuop/7 @@ -37,7 +37,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig -index 7e9578a0176f..c5f276d782de 100644 +index 7e9578a0176f4..c5f276d782def 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -2011,7 +2011,7 @@ config SHUFFLE_PAGE_ALLOCATOR @@ -50,5 +50,5 @@ index 7e9578a0176f..c5f276d782de 100644 help Per cpu partial caches accelerate objects allocation and freeing -- -2.43.0 +2.44.0 |