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:	Thu, 24 Jan 2008 14:35:28 -0800
From:	Jeremy Fitzhardinge <jeremy@...p.org>
To:	"H. Peter Anvin" <hpa@...or.com>
CC:	Ian Campbell <ijc@...lion.org.uk>, Ingo Molnar <mingo@...e.hu>,
	Mika Penttilä <mika.penttila@...umbus.fi>,
	linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>,
	"Eric W. Biederman" <ebiederm@...ssion.com>
Subject: Re: [PATCH] x86: Construct 32 bit boot time page tables in native
 format.

H. Peter Anvin wrote:
> In other words, reusing the early page tables isn't all that 
> straightforward.  It may easily be that it's better to build a new set 
> of page tables from scratch, however, it would *still* be beneficial 
> to have the early page tables be in the same format as the later one, 
> since it lets us use the fixmap area, and therefore 
> {bt,early}_ioremap() much sooner.

Yes, and it simplifies Xen as it always starts guest domains in the 
appropriate pagetable mode and doesn't let the guest change it on the 
fly.  If early_ioremap depends on non-PAE early pagetables in an 
otherwise PAE kernel, we'd need to go to some effort to make sure all 
the early_ioremap stuff is skipped (which would be possible but 
unpleasant for domU, but very bad in dom0).

    J

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