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] [day] [month] [year] [list]
Date:	Wed, 26 Mar 2008 12:57:58 -0500
From:	"Yeisley, Dan P." <dan.yeisley@...sys.com>
To:	"Ingo Molnar" <mingo@...e.hu>
Cc:	<linux-kernel@...r.kernel.org>, <ak@...e.de>,
	"Yinghai Lu" <yhlu.kernel@...il.com>
Subject: RE: [PATCH] CPUs on memoryless nodes not being reassigned



> -----Original Message-----
> From: Ingo Molnar [mailto:mingo@...e.hu]
> Sent: Wednesday, March 26, 2008 9:10
> To: Yeisley, Dan P.
> Cc: linux-kernel@...r.kernel.org; ak@...e.de; Yinghai Lu
> Subject: Re: [PATCH] CPUs on memoryless nodes not being reassigned
> 
> 
> * Daniel Yeisley <dan.yeisley@...sys.com> wrote:
> 
> > When I boot with memoryless nodes on the latest 2.6.25-rc kernels,
the
> > CPUs aren't being reassigned to nodes with memory.
> 
> >  	node = apicid_to_node[apicid];
> > -	if (node == NUMA_NO_NODE)
> > +	if (node == NUMA_NO_NODE || !node_online(node))
> >  		node = first_node(node_online_map);
> 
> that's already fixed in x86.git/latest, by Yinghai Lu, could you try
it:
> 
>   http://people.redhat.com/mingo/x86.git/README
> 
> (let me know if there's any other problem with your hardware on
> x86.git/latest.)
> 
> 	Ingo

I tried the x86.git/latest and it worked.

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