|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] timers: move back migrate_timers_from_cpu() invocation
Commit 597fbb8be6 ("xen/timers: Fix memory leak with cpu unplug/plug")
went a little too far: Migrating timers away from a CPU being offlined
needs to heppen independent of whether it get parked or fully offlined.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
--- a/xen/common/timer.c
+++ b/xen/common/timer.c
@@ -619,8 +619,6 @@ static void free_percpu_timers(unsigned
{
struct timers *ts = &per_cpu(timers, cpu);
- migrate_timers_from_cpu(cpu);
-
ASSERT(heap_metadata(ts->heap)->size == 0);
if ( heap_metadata(ts->heap)->limit )
{
@@ -648,6 +646,8 @@ static int cpu_callback(
case CPU_UP_CANCELED:
case CPU_DEAD:
case CPU_RESUME_FAILED:
+ migrate_timers_from_cpu(cpu);
+
if ( !park_offline_cpus && system_state != SYS_STATE_suspend )
free_percpu_timers(cpu);
break;
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |