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:	Sun, 4 Oct 2009 15:58:02 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	Arjan van de Ven <arjan@...radead.org>
Cc:	Matteo Croce <technoboy85@...il.com>,
	"H. Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org
Subject: Re: i686 quirk for AMD Geode

> I'm surprised that "i686" in debian depends on the family flag
> in /proc/cpuinfo.. but hey.. weirder things have been done.

Its compensating for the old gcc bugs where gcc "i686" generated cmov
instructions without any checks whether the CPU supported cmov (which is
optional for a 686 architecture)

RPM has (or had) similar hacks. Both arguably come about from fundamental
design thinkos in that they treat architecture as "special", not simply
as a set of dependancies (needs x86, x86-cmov, glibc x86-32, ...) as
should hve been done and which would also have made emulators just work
out of the box instead of the current mess.

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