lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C2E1319.2050007@gmail.com>
Date:	Fri, 02 Jul 2010 18:26:01 +0200
From:	Tejun Heo <htejun@...il.com>
To:	Stefan Richter <stefanr@...6.in-berlin.de>
CC:	David Howells <dhowells@...hat.com>,
	Arjan van de Ven <arjan@...ux.intel.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	torvalds@...ux-foundation.org, mingo@...e.hu,
	linux-kernel@...r.kernel.org, jeff@...zik.org,
	akpm@...ux-foundation.org, rusty@...tcorp.com.au,
	cl@...ux-foundation.org, oleg@...hat.com, axboe@...nel.dk,
	dwalker@...eaurora.org, florian@...kler.org, andi@...stfloor.org,
	mst@...hat.com, randy.dunlap@...cle.com,
	Arjan van de Ven <arjan@...radead.org>
Subject: Re: [PATCH 4/4] async: use workqueue for worker pool

On 07/02/2010 05:09 PM, Stefan Richter wrote:
> Tejun Heo wrote:
>> Replace private worker pool with system_long_wq.
> 
> system_unbound_wq actually.
> 
>> --- a/kernel/async.c
>> +++ b/kernel/async.c
>> @@ -49,40 +49,32 @@ asynchronous and synchronous parts of the kernel.
>>  */
>>
>>  #include <linux/async.h>
>> -#include <linux/bug.h>
>>  #include <linux/module.h>
>>  #include <linux/wait.h>
>>  #include <linux/sched.h>
>> -#include <linux/init.h>
>> -#include <linux/kthread.h>
>> -#include <linux/delay.h>
>>  #include <linux/slab.h>
>>  #include <asm/atomic.h>
>>
> 
> Shouldn't it include linux/workqueue.h now?

Updated.  Thanks a lot.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ