Re: [PATCH] net: mvneta: Add missing hotplug notifier transition

From: David Miller
Date: Mon Mar 14 2016 - 15:22:44 EST


From: Anna-Maria Gleixner <anna-maria@xxxxxxxxxxxxx>
Date: Fri, 11 Mar 2016 10:10:23 +0100

> The mvneta_percpu_notifier() hotplug callback lacks handling of the
> CPU_DOWN_FAILED case. That means, if CPU_DOWN_PREPARE failes, the
> driver is not well configured on the CPU.
>
> Add handling for CPU_DOWN_FAILED[_FROZEN] hotplug notifier transition
> to setup the driver.
>
> Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx>
> Cc: netdev@xxxxxxxxxxxxxxx
> Signed-off-by: Anna-Maria Gleixner <anna-maria@xxxxxxxxxxxxx>

Applied, thanks.