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-next>] [day] [month] [year] [list]
Date:	Thu, 31 Jan 2008 14:55:37 -0800
From:	Jeremy Fitzhardinge <jeremy@...p.org>
To:	Ingo Molnar <mingo@...e.hu>
CC:	Ian Campbell <ijc@...lion.org.uk>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: x86: PAE swapper_pg_dir needs to be page-sized

Xen currently needs swapper_pg_dir page aligned and sized.  This fixes
the second part of that...

Signed-off-by: Jeremy Fitzhardinge <jeremy@...source.com>
---
 arch/x86/kernel/head_32.S |    1 +
 1 file changed, 1 insertion(+)

===================================================================
--- a/arch/x86/kernel/head_32.S
+++ b/arch/x86/kernel/head_32.S
@@ -640,6 +640,7 @@
 # else
 #  error "Kernel PMDs should be 1, 2 or 3"
 # endif
+	.align PAGE_SIZE_asm		/* needs to be page-sized too */
 #endif
 
 .data


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