diff options
Diffstat (limited to 'debian/patches-rt/0200-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch')
-rw-r--r-- | debian/patches-rt/0200-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0200-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch b/debian/patches-rt/0200-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch index 0fd8180bd..a3871d1b3 100644 --- a/debian/patches-rt/0200-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch +++ b/debian/patches-rt/0200-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch @@ -1,9 +1,9 @@ -From d903b2377e443ae1df59e15824b683d326e7c24b Mon Sep 17 00:00:00 2001 +From 0e1bfa62810b579032c9e4a5936054f1cf813f2d Mon Sep 17 00:00:00 2001 From: Kevin Hao <haokexin@gmail.com> Date: Mon, 4 May 2020 11:34:07 +0800 Subject: [PATCH 200/323] mm: slub: Always flush the delayed empty slubs in flush_all() -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 After commit f0b231101c94 ("mm/SLUB: delay giving back empty slubs to IRQ enabled regions"), when the free_slab() is invoked with the IRQ @@ -43,7 +43,7 @@ Cc: stable-rt@vger.kernel.org 1 file changed, 3 deletions(-) diff --git a/mm/slub.c b/mm/slub.c -index faba29039375..cb414c1f9ef6 100644 +index faba290393757..cb414c1f9ef6b 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -2501,9 +2501,6 @@ static void flush_all(struct kmem_cache *s) @@ -57,5 +57,5 @@ index faba29039375..cb414c1f9ef6 100644 raw_spin_lock_irq(&f->lock); list_splice_init(&f->list, &tofree); -- -2.43.0 +2.44.0 |