linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* uml-patch-2.6.0-test5
@ 2003-09-09 22:35 Jeff Dike
  2003-09-10  2:53 ` [uml-devel] uml-patch-2.6.0-test5 Russell Coker
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Dike @ 2003-09-09 22:35 UTC (permalink / raw)
  To: linux-kernel, user-mode-linux-devel

This patch updates UML to 2.6.0-test5.  There were a couple of bug fixes, but 
no functional changes in this patch.

The 2.6.0-test5 UML patch is available at
	http://jdike.stearns.org/mirror/uml-patch-2.6.0-test5-1.bz2

BK users can pull my 2.5 repository from
	http://jdike.stearns.org:5000/uml-2.5

For the other UML mirrors and other downloads, see 
        http://user-mode-linux.sourceforge.net/dl-sf.html
 
Other links of interest:
 
        The UML project home page : http://user-mode-linux.sourceforge.net
        The UML Community site : http://usermodelinux.org

				Jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [uml-devel] uml-patch-2.6.0-test5
  2003-09-09 22:35 uml-patch-2.6.0-test5 Jeff Dike
@ 2003-09-10  2:53 ` Russell Coker
  0 siblings, 0 replies; 2+ messages in thread
From: Russell Coker @ 2003-09-10  2:53 UTC (permalink / raw)
  To: Jeff Dike, linux-kernel, user-mode-linux-devel

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

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

[-- Attachment #2: diff --]
[-- Type: text/x-diff, Size: 289 bytes --]

--- 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 = .;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-10  2:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-09 22:35 uml-patch-2.6.0-test5 Jeff Dike
2003-09-10  2:53 ` [uml-devel] uml-patch-2.6.0-test5 Russell Coker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).