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, 8 May 2007 08:27:34 -0700 (PDT)
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Adrian Bunk <bunk@...sta.de>
cc:	Cornelia Huck <cornelia.huck@...ibm.com>,
	Greg K-H <greg@...ah.com>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: Please revert 5adc55da4a7758021bcc374904b0f8b076508a11
 (PCI_MULTITHREAD_PROBE)



On Tue, 8 May 2007, Adrian Bunk wrote:
> 
> Let's revert it, and I'll then send a new patch containing only the 
> PCI_MULTITHREAD_PROBE removal.

I really don't want to revert that removal. If somebody wants to resurrect 
a part of the patch that has nothing to do with PCI, in order to do it for 
some other bus, just send that as a patch (not as a revert). But no, I'm 
not going to revert that patch.

And no, we should not do it at the device core level. In fact, I don't 
think we should do it at that level at all. 

I'm pretty sure that the performance problems are at individual device 
drivers, and that the right solution is to thread at *that* level. Not 
higher up.

Threading at the bus level just inevitably means things like random 
numbers for devices depending on some timing/scheduling issue. That's 
nasty.

Threading at a driver level still does that (ie individual disks may be 
attached in some order that depends on how fast they are to respond), but 
in a much more controlled fashion, and only for drivers that explicitly 
say that they can do it.

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