summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0208-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0208-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch')
-rw-r--r--debian/patches-rt/0208-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0208-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch b/debian/patches-rt/0208-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch
index e1de69b43..d790badf8 100644
--- a/debian/patches-rt/0208-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch
+++ b/debian/patches-rt/0208-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch
@@ -1,9 +1,9 @@
-From 915ee75a3da5732cf20be8f92b31d3ce33042c5b Mon Sep 17 00:00:00 2001
+From 02f40c13ec3c154a0f0264968448ca2add43db7b Mon Sep 17 00:00:00 2001
From: Yang Shi <yang.shi@windriver.com>
Date: Wed, 30 Oct 2013 11:48:33 -0700
Subject: [PATCH 208/323] mm/memcontrol: Don't call schedule_work_on in
preemption disabled context
-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
The following trace is triggered when running ltp oom test cases:
@@ -48,7 +48,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
-index d2a47428831b..53522a52ff15 100644
+index d2a47428831b1..53522a52ff15a 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -2349,7 +2349,7 @@ static void drain_all_stock(struct mem_cgroup *root_memcg)
@@ -70,5 +70,5 @@ index d2a47428831b..53522a52ff15 100644
}
--
-2.43.0
+2.44.0