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>] [day] [month] [year] [list]
Date:	Thu, 19 Jul 2007 15:47:38 +0200
From:	Andi Kleen <ak@...e.de>
To:	Alan Cox <alan@...rguk.ukuu.org.uk>
Cc:	dilinger@...ued.net, david-b@...bell.net, patches@...-64.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH for review] [31/48] i386: basic infrastructure support for AMD geode-class  machines


> > +/* Specific geode tests */
> > +
> > +static inline int is_geode_gx(void)
> > +{
> > +	return ((boot_cpu_data.x86_vendor == X86_VENDOR_NSC) &&
> > +		(boot_cpu_data.x86 == 5) &&
> > +		(boot_cpu_data.x86_model == 5));
> > +}
> 
> My docs imply this could also be 5,5,VENDOR_CYRIX ?
> 
> Mot sure it matters for the I/O stuff

I guess i'll wait for someone with that hardware to submit a tested patch.
Just changing it blind seems too risky.

-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