diff options
Diffstat (limited to 'debian/patches-rt/0313-sched-migrate_enable-Busy-loop-until-the-migration-r.patch')
-rw-r--r-- | debian/patches-rt/0313-sched-migrate_enable-Busy-loop-until-the-migration-r.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0313-sched-migrate_enable-Busy-loop-until-the-migration-r.patch b/debian/patches-rt/0313-sched-migrate_enable-Busy-loop-until-the-migration-r.patch index 667c9ca00..3a8e920da 100644 --- a/debian/patches-rt/0313-sched-migrate_enable-Busy-loop-until-the-migration-r.patch +++ b/debian/patches-rt/0313-sched-migrate_enable-Busy-loop-until-the-migration-r.patch @@ -1,8 +1,8 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Thu, 12 Dec 2019 10:53:59 +0100 -Subject: [PATCH 313/351] sched: migrate_enable: Busy loop until the migration +Subject: [PATCH 313/353] sched: migrate_enable: Busy loop until the migration request is completed -Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=7212bfd2c5351861cd36c82fe6cbdd37c202a2e6 +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=d9e8887bd6d168632ae0552d221b911ef94efe4e [ Upstream commit 140d7f54a5fff02898d2ca9802b39548bf7455f1 ] @@ -27,10 +27,10 @@ Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c -index 577bec75ffd8..89133dff3161 100644 +index 10d21a90386d..5f9bf8fe8a0e 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c -@@ -7324,7 +7324,7 @@ void migrate_enable(void) +@@ -7326,7 +7326,7 @@ void migrate_enable(void) WARN_ON(smp_processor_id() != cpu); if (!is_cpu_allowed(p, cpu)) { @@ -39,7 +39,7 @@ index 577bec75ffd8..89133dff3161 100644 struct cpu_stop_work work; struct rq_flags rf; -@@ -7337,7 +7337,10 @@ void migrate_enable(void) +@@ -7339,7 +7339,10 @@ void migrate_enable(void) &arg, &work); tlb_migrate_finish(p->mm); __schedule(true); |