Re: [ANNOUNCE] 3.14-rt1
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2014-05-02 10:09:55
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2014-05-02 10:09:55
Also in:
lkml
* Mike Galbraith | 2014-04-19 16:46:06 [+0200]:
Hi Sebastian,
Hi Mike,
This hunk in hotplug-light-get-online-cpus.patch looks like a bug.@@ -333,7 +449,7 @@ static int __ref _cpu_down(unsigned int /* CPU didn't die: tell everyone. Can't complain. */ smpboot_unpark_threads(cpu); cpu_notify_nofail(CPU_DOWN_FAILED | mod, hcpu); - goto out_release; + goto out_cancel; } BUG_ON(cpu_online(cpu));
Yes, it looks like it. v3.12-rt did not have this… Sebastian