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:	Thu, 15 May 2008 17:45:33 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	John Stoffel <john@...ffel.org>
Cc:	Andi Kleen <andi@...stfloor.org>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Jonathan Corbet <corbet@....net>, Ingo Molnar <mingo@...e.hu>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Thomas Gleixner <tglx@...utronix.de>,
	Alan Cox <alan@...rguk.ukuu.org.uk>,
	Alexander Viro <viro@....linux.org.uk>,
	linux-kernel@...r.kernel.org
Subject: Re: [announce] "kill the Big Kernel Lock (BKL)" tree

> I must admit I used to have an ISA Cyclades 8 port serial card running
> in there, but now it's all PCI stuff.  It only had one ISA slot.  So
> yes, ISA SMP boxes are slowly dying, but they'll be around for a long
> time to come.

My point was that for those few users it's actually better to keep
the BKL. If you try to remove it on some old driver you cannot test
due to lack of hardware the risk of breaking the driver is higher than the 
gain you would get from removing it.  The best you can do in this
legacy code is to keep it running with minimal changes in the old
tested state (although for some of it it's doubtful it still does actually)

> 
> Andi> Also on 2 CPU systems BKL is not that critical anyways. It only
> Andi> starts to hurt on larger CPU counts.
> 
> True, but with the growing number of multicore systems, esp on
> desktops, it's going to be an issue.  

Multicore systems don't have ISA slots.

[yes I'm sure someone will tell me now about the ISA-over-USB device
that exists. Don't bother, it doesn't add anything to the point]

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