Re: [GIT PULL] workqueue changes for v3.7-rc1

2012-10-02 Thread Ingo Molnar
* Tejun Heo wrote: > timer: Generalize timer->base flags handling > timer: Relocate declarations of init_timer_on_stack_key() > timer: Clean up timer initializers > timer: Implement TIMER_IRQSAFE Note that I pushed these timer changes to Linus already and Linus pulled t

[GIT PULL] workqueue changes for v3.7-rc1

2012-10-02 Thread Tejun Heo
Hello, Linus. This is workqueue updates for v3.7-rc1. A lot of activities this round including considerable API and behavior cleanups. * delayed_work combines a timer and a work item. The handling of the timer part has always been a bit clunky leading to confusing cancelation API with weird