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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 22 Oct 2008 16:23:12 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Cyrill Gorcunov <gorcunov@...il.com>
Cc:	Glauber Costa <glommer@...il.com>,
	LKML <linux-kernel@...r.kernel.org>,
	"H. Peter Anvin" <hpa@...or.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	"Maciej W. Rozycki" <macro@...ux-mips.org>,
	Max Kellermann <mk@...all.com>
Subject: Re: [PATCH -tip] x86: do_boot_cpu - check if we have ESR register


* Cyrill Gorcunov <gorcunov@...il.com> wrote:

> | > -		apic_write(APIC_ESR, 0);
> | > -		apic_read(APIC_ESR);
> | > +		if (APIC_INTEGRATED(apic_version[phys_apicid])) {
> | > +			apic_write(APIC_ESR, 0);
> | > +			apic_read(APIC_ESR);
> | > +		}
> | 
> | i'm wondering - is the server there really that old, that it has no 
> | integrated lapic? I.e. it's an i486 SMP box or so? Or perhaps some 
> | other, weird SMP box?
> | 
> | 	Ingo
> | 
> 
> I was quite wondering too -- it's Xeon server.
> 
> >From http://lkml.org/lkml/2008/10/20/34
> >> Hardware: Compaq P4 Xeon server, Broadcom CMIC-WS / CIOB-X2 board.
> >> Tell me if you need more detailed information.

ah, Compaq - how many CPUs does that box support? If it's 8 or more then 
perhaps they turned off the real local APIC, fudged some chipset glue to 
emulate APIC functionality and thus were able to use 8 or more of these 
chips? The built-in lapic would only go up to 4 CPUs. (or maybe even 
just up to dual, depending on the model)

This reminds us that all the is-integrated-lapic checks still matter 
today.

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