From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753386AbcAGMl4 (ORCPT ); Thu, 7 Jan 2016 07:41:56 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:20292 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752849AbcAGMky (ORCPT ); Thu, 7 Jan 2016 07:40:54 -0500 From: wanghaibin To: CC: , , , wanghaibin Subject: [RFC PATCH 0/4] fixs/suggestions for workqueue subsystem. Date: Thu, 7 Jan 2016 20:38:55 +0800 Message-ID: <1452170339-26748-1-git-send-email-wanghaibin.wang@huawei.com> X-Mailer: git-send-email 1.9.5.msysgit.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.177.27.144] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090201.568E5CC8.002E,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 938d9670a5e848e5fbee1a04292b97ba Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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