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]
Date:	Tue, 07 Sep 2010 14:29:46 +0200
From:	Jens Axboe <jaxboe@...ionio.com>
To:	Tejun Heo <tj@...nel.org>
CC:	Christoph Hellwig <hch@....de>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCHSET] backing-dev: replace private thread pool with  workqueue

On 2010-09-07 14:19, Tejun Heo wrote:
> Hello,
> 
> On 09/07/2010 02:16 PM, Christoph Hellwig wrote:
>> What does this conversion buy us?
>>
>> Having explicit per-bdi threads makes the model very simple and safe,
>> while I don't quite trust the now extremly complex work queues yet.
> 
> Well, the whole idea behind the new workqueue is unifying all those
> dedicated pools of threads.  If the conversion is too early given the
> new workqueue implementation, we can postpone bdi conversion by one
> more release cycle, but in the long run there is no point in keeping
> these private thread pools.

I agree (with both of you). It's definitely too early to convert it
over, but if we can in the longer run, it never hurts to get rid of
code. The writeback threads aren't a typical threadpool, in that the
threads stick around and only go away when idle for too long. If they
stick around, you get the same process hammering IO at your device. So
converting that over to the generic cwq may or may not be at a
performance cost, it'll definitely have to be tested.

-- 
Jens Axboe

--
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