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:	Fri, 15 Aug 2008 16:07:02 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Jeff Chua <jeff.chua.linux@...il.com>
Cc:	Yinghai Lu <yhlu.kernel@...il.com>,
	David Miller <davem@...emloft.net>,
	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: 2.6.27rc1 cannot boot more than 8CPUs


* Jeff Chua <jeff.chua.linux@...il.com> wrote:

>>> Shall this be put back so that it'll show the message?
>>> -       if (def_to_bigsmp && apicid > 8) {
>>> -               printk(KERN_WARNING
>>> -                       "More than 8 CPUs detected - skipping them.\n"
>>> -                       "Use CONFIG_X86_GENERICARCH and 
> CONFIG_X86_BIGSMP.\n");
>>> -       }
>>
>> could you post the full dmesg? And the modified patch that you've tested
>> to both have 8 CPUs without bigsmp and which also shows the printk?
>>
>>        Ingo
>>
>
> Attached. cpu.8
>    CONFIG_X86_32=y
>    CONFIG_X86_PC=y
>    CONFIG_X86=y
>    CONFIG_NR_CPUS=8
>
> Attached. cpu.16
>    CONFIG_X86_32=y
>    CONFIG_X86_PC=y
>    CONFIG_X86=y
>    CONFIG_NR_CPUS=16
>
> Attached cpu.16.big
>    CONFIG_X86_32=y
>    CONFIG_X86=y
>    CONFIG_X86_GENERICARCH=y
>    CONFIG_X86_BIGSMP=y
>    # CONFIG_X86_PC is not set
>    CONFIG_NR_CPUS=16
>
> Attached cpu.16.nobig (same as cpu.16 except with modifed patch)
>    CONFIG_X86_32=y
>    CONFIG_X86_PC=y
>    CONFIG_X86=y
>    CONFIG_NR_CPUS=16
>
> Attached is the modified patch to make the warning appears. It's 
> Yinghai's patch modified to just display the error and continue to 
> boot.

thanks. To make sure it's all sorted out you might want to boot today's 
tip/master and check whether it just does the right thing by default. 
(it really should)

	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