All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] fixs/suggestions for workqueue subsystem.
@ 2016-01-07 12:38 wanghaibin
  2016-01-07 12:38 ` [RFC PATCH 1/4] workqueue: move the wq_update_unbound_numa_attrs_buf allocation location wanghaibin
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: wanghaibin @ 2016-01-07 12:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: tj, jiangshanlai, peter.huangpeng, wanghaibin

Here are several fixs/suggestions about workqueue subsystem.

I am a newcomer for workqueue, and have no idea about workqueue test.
Do we have the better way (just like the test units)?
These patches are very simple, and just come from code reading :).

wanghaibin (4):
  workqueue: move the wq_update_unbound_numa_attrs_buf allocation
    location.
  workqueue: free the allocated memory resource when wq_numa_init
    failed.
  workqueue: remove the unbind workqueue attr sys_file before unregister
    the workqueue device
  workqueue: simplify the apply_workqueue_attrs_locked function.

 kernel/workqueue.c | 31 ++++++++++++++++++++-----------
 1 file changed, 20 insertions(+), 11 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-01-11 12:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07 12:38 [RFC PATCH 0/4] fixs/suggestions for workqueue subsystem wanghaibin
2016-01-07 12:38 ` [RFC PATCH 1/4] workqueue: move the wq_update_unbound_numa_attrs_buf allocation location wanghaibin
2016-01-07 15:48   ` Tejun Heo
2016-01-11  5:21     ` wanghaibin
2016-01-07 12:38 ` [RFC PATCH 2/4] workqueue: free the allocated memory resource when wq_numa_init failed wanghaibin
2016-01-07 15:50   ` Tejun Heo
2016-01-11  4:26     ` wanghaibin
2016-01-07 12:38 ` [RFC PATCH 3/4] workqueue: remove the unbind workqueue attr sys_file before unregister the workqueue device wanghaibin
2016-01-07 16:00   ` Tejun Heo
2016-01-11 12:23     ` wanghaibin
2016-01-07 12:38 ` [RFC PATCH 4/4] workqueue: simplify the apply_workqueue_attrs_locked function wanghaibin
2016-01-07 16:07   ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.