Files
linux/kernel
Lianwei Wang d200cc9951 cpu/hotplug: Handle unbalanced hotplug enable/disable
[ Upstream commit 01b4115906 ]

When cpu_hotplug_enable() is called unbalanced w/o a preceeding
cpu_hotplug_disable() the code emits a warning, but happily decrements the
disabled counter. This causes the next operations to malfunction.

Prevent the decrement and just emit a warning.

Signed-off-by: Lianwei Wang <lianwei.wang@gmail.com>
Cc: peterz@infradead.org
Cc: linux-pm@vger.kernel.org
Cc: oleg@redhat.com
Link: http://lkml.kernel.org/r/1465541008-12476-1-git-send-email-lianwei.wang@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-04-03 06:23:24 +02:00
..
2018-01-23 19:50:10 +01:00
2015-11-04 08:23:51 -05:00
2015-04-12 21:03:31 +02:00
2019-01-13 10:05:32 +01:00
2015-11-23 09:44:58 +01:00
2017-05-20 14:27:02 +02:00
2017-07-05 14:37:19 +02:00
2015-11-05 19:34:48 -08:00
2018-05-16 10:06:47 +02:00