[PATCH 0/1] workqueue: don't migrate pending works from the dead CPU

2007-02-04 Thread Oleg Nesterov
Andrew, please drop the workqueue-rework-threads-hotplug-management.patch, and please take this one (feel free to just kill me instead). We have workqueue callbacks (slab for example) which assume that CPU is stable during the execution since cwq->thread is pinned to a processor. With or without

[PATCH 0/1] workqueue: don't migrate pending works from the dead CPU

2007-02-04 Thread Oleg Nesterov
Andrew, please drop the workqueue-rework-threads-hotplug-management.patch, and please take this one (feel free to just kill me instead). We have workqueue callbacks (slab for example) which assume that CPU is stable during the execution since cwq-thread is pinned to a processor. With or without