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:	Tue, 7 Apr 2009 10:23:42 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	David Rientjes <rientjes@...gle.com>
Cc:	Andi Kleen <andi@...stfloor.org>,
	Brice Goglin <Brice.Goglin@...ia.fr>,
	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
	Yinghai Lu <yhlu.kernel@...il.com>,
	Chris Worley <worleys@...il.com>, linux-kernel@...r.kernel.org
Subject: Re: Off topic: Numactl "distance" wrong

> If so, that would violate the specification since values 0-9 are reserved.  
> But the validation method still checks and you're not arguing against it, 
> right?  
> 
> slit_valid() is intended to prevent invalid tables from being used because 

No actually it was intended to prevent tables that confuse the scheduler/VM
from being used. At least that is what I wrote it for. The only check
that is really needed is that remote != local, the rest is fluff
admittedly and could be all dropped.

> they are incorrect and, thus, can't possibly be used the describe the 
> physical topology.

As long as the scheduler/VM does roughly the right thing it's ok.

> 
> > In general this thread seems to contain much more speculation than
> > facts.
> > 
> 
> The fact, which you seem to be ignoring, is node hotplug would require 
> this table to change anyway.  It's quite possible using an _SLI method to 
> dynamically reconfigure the localities, including those that were 
> statically described by the BIOS at boot.  So while you may be satisfied 
> with the ACPI 2.0 way of thinking, machines have actually changed in the 
> last five years.

That may be all true in theory, but Linux doesn't implement node hotplug in this
way (not even on architectures like ia64 that would do it in theory) 
In general node hotplug in Linux is pretty useless because you
can only add, never remove, so people don't really use it.

-Andi

-- 
ak@...ux.intel.com -- Speaking for myself only.
--
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