OSDN Git Service

cpu/hotplug: Handle unbalanced hotplug enable/disable
authorLianwei Wang <lianwei.wang@gmail.com>
Fri, 10 Jun 2016 06:43:28 +0000 (23:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2019 04:23:24 +0000 (06:23 +0200)
commitd200cc995188b88832350fae508f79211a284ff7
treee3afa7c09da7d2c4f93f27efec9bdeda56c980d2
parent13e84cdbd790a9a567dcb6f206f755e20162ff43
cpu/hotplug: Handle unbalanced hotplug enable/disable

[ Upstream commit 01b41159066531cc8d664362ff0cd89dd137bbfa ]

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>
kernel/cpu.c