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] [day] [month] [year] [list]
Date:	Wed, 22 Oct 2008 09:57:48 -0500
From:	Russ Anderson <rja@....com>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	tglx@...utronix.de, linux-kernel@...r.kernel.org,
	"H. Peter Anvin" <hpa@...or.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 3/3] x86: Add UV reserved page bios call

On Wed, Oct 22, 2008 at 08:23:38AM +0200, Ingo Molnar wrote:
> 
> * Russ Anderson <rja@....com> wrote:
> 
> > Add UV bios call to get the address of the reserved page.
> 
> > +	UV_BIOS_GET_PARTITION_ADDR
> 
> > +	BIOS_STATUS_MORE_PASSES		=  1,
> 
> what is the "reserved page"?
> 
> And why is it called "PARTITION_ADDR" in the enum?

The reserved page has partitioning configuration information.
This call returns a pointer (physical addr) to the reserved page.

As some background, a large SGI UV system can be run as multiple
smaller systems (each smaller system is refered to as a partition).
For example, a two rack system can be run as two one rack partitions.
Each partition has a unique linux kernel (just like a stand alone system).
The reserve page is a way of sharing configuration information about 
the other partitions in a partitioned system.  The UV hardware allows
memory to memory transfers between partitions using the GRU (Global
Reference Unit).  SGI Altix hardware has similar functionality (though
the hardware specifics are different).

This is used by the xp driver (drivers/misc/sgi-xp/xpc_uv.c).
Dean Nelson submitted a patch yesterday that uses this bios call.

http://marc.info/?l=linux-kernel&m=122462448719656&w=2

-- 
Russ Anderson, OS RAS/Partitioning Project Lead  
SGI - Silicon Graphics Inc          rja@....com
--
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