Re: [uml-devel] uml-patch-2.6.0-test5

From: Russell Coker
Date: Tue Sep 09 2003 - 21:54:46 EST


On Wed, 10 Sep 2003 08:35, Jeff Dike wrote:
> This patch updates UML to 2.6.0-test5. There were a couple of bug fixes,
> but no functional changes in this patch.

The attached patch is needed on top of that for compiling UML with SE Linux
support.

--
http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/ Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/ My home page
--- include/asm-um/common.lds.S.orig Wed Sep 10 04:33:15 2003
+++ include/asm-um/common.lds.S Wed Sep 10 04:34:53 2003
@@ -78,6 +78,8 @@
__uml_initcall_end = .;
__init_end = .;

+ SECURITY_INIT
+
__exitcall_begin = .;
.exitcall : { *(.exitcall.exit) }
__exitcall_end = .;