Re: [PATCH 07/19] stop_machine: reimplement without using workqueue

From: Tejun Heo
Date: Tue Oct 06 2009 - 19:44:09 EST


Rusty Russell wrote:
> On Thu, 1 Oct 2009 05:39:06 pm Tejun Heo wrote:
>> stop_machine() is the only user of RT workqueue. Reimplement it using
>> kthreads directly and rip RT support from workqueue. This is in
>> preparation of concurrency managed workqueue.
>
> Seems reasonable, but:
>
>> void stop_machine_destroy(void)
>> {
>> + get_online_cpus();
>> mutex_lock(&setup_lock);
>
> Did you test hotplug cpu after this change? Maybe this works fine, but it's
> always the one we break when we play with this code :(

Yeap, played with it and seems to work fine.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/