Re: [PATCHSET wq/for-4.9] workqueue: make workqueue available very early during boot

2016-09-16 Thread Tejun Heo
On Thu, Sep 15, 2016 at 03:30:14PM -0400, Tejun Heo wrote:
> This patchset contains the following seven patches.
> 
>  0001-workqueue-make-workqueue-available-early-during-boot.patch
>  0002-mce-workqueue-remove-keventd_up-usage.patch
>  0003-tty-workqueue-remove-keventd_up-usage.patch
>  0004-power-workqueue-remove-keventd_up-usage.patch
>  0005-slab-workqueue-remove-keventd_up-usage.patch
>  0006-debugobj-workqueue-remove-keventd_up-usage.patch
>  0007-workqueue-remove-keventd_up.patch

Applied 1-7 to wq/for-4.9.

Thanks.

-- 
tejun


Re: [PATCHSET wq/for-4.9] workqueue: make workqueue available very early during boot

2016-09-15 Thread Linus Torvalds
On Thu, Sep 15, 2016 at 12:30 PM, Tejun Heo  wrote:
>
> This patchset makes workqueue creation and work item
> queueing/canceling available from very early during boot which allows
> all existing usages of keventd_up() which is removed by the last
> patch.

Looks good to me. I didn't *test* it, just looking at the patches..

   Linus