On Mon, 20 Oct 2014 17:42:40 +0800
Gu Zheng wrote:
> Hi Igor,
> How about this version?
I'm reviewing it now.
>
> Regards,
> Gu
> On 10/10/2014 10:15 AM, Gu Zheng wrote:
>
> > Previously we use cpu_added_notifiers to register cpu hotplug notifier
> > callback
> > which is not able to pass/han
Hi Igor,
How about this version?
Regards,
Gu
On 10/10/2014 10:15 AM, Gu Zheng wrote:
> Previously we use cpu_added_notifiers to register cpu hotplug notifier
> callback
> which is not able to pass/handle errors, so we switch it to unified hotplug
> handler API which allows to pass errors and wou
ping...
On 10/10/2014 10:15 AM, Gu Zheng wrote:
> Previously we use cpu_added_notifiers to register cpu hotplug notifier
> callback
> which is not able to pass/handle errors, so we switch it to unified hotplug
> handler API which allows to pass errors and would allow to cancel device_add
> in ca
Previously we use cpu_added_notifiers to register cpu hotplug notifier callback
which is not able to pass/handle errors, so we switch it to unified hotplug
handler API which allows to pass errors and would allow to cancel device_add
in case of error.
Thanks very much for Igor's review and suggestio