diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0326-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch (renamed from debian/patches-rt/0327-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch) | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/patches-rt/0327-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch b/debian/patches-rt/0326-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch index 870ba009b..e47281eae 100644 --- a/debian/patches-rt/0327-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch +++ b/debian/patches-rt/0326-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch @@ -1,9 +1,8 @@ -From b997a51c5b5970f8defda681658e94bb5612dd2f Mon Sep 17 00:00:00 2001 From: Kevin Hao <haokexin@gmail.com> Date: Mon, 4 May 2020 11:34:07 +0800 -Subject: [PATCH 327/347] mm: slub: Always flush the delayed empty slubs in +Subject: [PATCH 326/342] mm: slub: Always flush the delayed empty slubs in flush_all() -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=e7c1ebce4ab716a7ddb59afbd334d1ab5b89c684 [ Upstream commit 23a2c31b19e99beaf5107071b0f32a596202cdae ] @@ -46,10 +45,10 @@ Signed-off-by: Tom Zanussi <zanussi@kernel.org> 1 file changed, 3 deletions(-) diff --git a/mm/slub.c b/mm/slub.c -index 3b1edb545215..497096152c39 100644 +index 676006f34077..de80b015fb99 100644 --- a/mm/slub.c +++ b/mm/slub.c -@@ -2376,9 +2376,6 @@ static void flush_all(struct kmem_cache *s) +@@ -2375,9 +2375,6 @@ static void flush_all(struct kmem_cache *s) for_each_online_cpu(cpu) { struct slub_free_list *f; @@ -59,6 +58,3 @@ index 3b1edb545215..497096152c39 100644 f = &per_cpu(slub_free_list, cpu); raw_spin_lock_irq(&f->lock); list_splice_init(&f->list, &tofree); --- -2.36.1 - |