linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] uml-patch-2.6.4-1
@ 2004-03-12  3:13 Jeff Dike
  2004-03-14 12:40 ` [uml-devel] uml-patch-2.6.4-1 Peter Osterlund
  2004-03-17  0:38 ` [uml-devel] uml-patch-2.6.4-1 roland
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Dike @ 2004-03-12  3:13 UTC (permalink / raw)
  To: linux-kernel, user-mode-linux-devel

This patch updates UML to 2.6.4.  Besides the update, there were the following
changes since the last patch:
	a bug which caused either a crash in the kernel or a BUG at exit.c:793
was fixed
	a bug which caused a crash when a process tried to dump core was fixed
	the hang early in boot on GHz hosts is gone
	various other

The 2.6.4-1 UML patch is available at
	http://www.user-mode-linux.org/mirror/uml-patch-2.6.4-1.bz2

BK users can pull my 2.5 repository from
	http://www.user-mode-linux.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




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* [uml-devel] Re: uml-patch-2.6.4-1
  2004-03-12  3:13 [uml-devel] uml-patch-2.6.4-1 Jeff Dike
@ 2004-03-14 12:40 ` Peter Osterlund
  2004-03-17  0:38 ` [uml-devel] uml-patch-2.6.4-1 roland
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Osterlund @ 2004-03-14 12:40 UTC (permalink / raw)
  To: Jeff Dike; +Cc: linux-kernel, user-mode-linux-devel

Jeff Dike <jdike@addtoit.com> writes:

> This patch updates UML to 2.6.4.  Besides the update, there were the following
> changes since the last patch:
> 	a bug which caused either a crash in the kernel or a BUG at exit.c:793
> was fixed
> 	a bug which caused a crash when a process tried to dump core was fixed
> 	the hang early in boot on GHz hosts is gone
> 	various other
> 
> The 2.6.4-1 UML patch is available at
> 	http://www.user-mode-linux.org/mirror/uml-patch-2.6.4-1.bz2

+/*
+ * Overrides for Emacs so that we follow Linus's tabbing style.
+ * Emacs will notice this stuff at the end of the file and automatically
+ * adjust the settings for this buffer only.  This must remain at the end
+ * of the file.
+ * ---------------------------------------------------------------------------
+ * Local variables:
+ * c-file-style: "linux"
+ * End:
+ */


I think it's cleaner to handle this in your .emacs file. Here is what
I use:

(add-to-list 'auto-mode-alist '("/home/petero/kernel.*/.*\\.[ch]$" . linux-c-mode))

(defun linux-c-mode ()
  "C mode with adjusted defaults for the Linux kernel."
  (interactive)
  (c-mode)
  (c-set-style "K&R")
  (setq c-basic-offset 8))

This way it will work for all kernel files, not just the ones
containing special emacs comments.

-- 
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] uml-patch-2.6.4-1
  2004-03-12  3:13 [uml-devel] uml-patch-2.6.4-1 Jeff Dike
  2004-03-14 12:40 ` [uml-devel] uml-patch-2.6.4-1 Peter Osterlund
@ 2004-03-17  0:38 ` roland
  1 sibling, 0 replies; 3+ messages in thread
From: roland @ 2004-03-17  0:38 UTC (permalink / raw)
  To: user-mode-linux-devel, Jeff Dike

did some stresstesting (i/o, scheduler - system loadavg ~50) - and my first impression is:

rock solid!

thanks jeff!

regards
roland


----- Original Message ----- 
From: "Jeff Dike" <jdike@addtoit.com>
To: <linux-kernel@vger.kernel.org>; <user-mode-linux-devel@lists.sourceforge.net>
Sent: Friday, March 12, 2004 4:13 AM
Subject: [uml-devel] uml-patch-2.6.4-1


> This patch updates UML to 2.6.4.  Besides the update, there were the following
> changes since the last patch:
> a bug which caused either a crash in the kernel or a BUG at exit.c:793
> was fixed
> a bug which caused a crash when a process tried to dump core was fixed
> the hang early in boot on GHz hosts is gone
> various other
> 
> The 2.6.4-1 UML patch is available at
> http://www.user-mode-linux.org/mirror/uml-patch-2.6.4-1.bz2
> 
> BK users can pull my 2.5 repository from
> http://www.user-mode-linux.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
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
> 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2004-03-17  0:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-12  3:13 [uml-devel] uml-patch-2.6.4-1 Jeff Dike
2004-03-14 12:40 ` [uml-devel] uml-patch-2.6.4-1 Peter Osterlund
2004-03-17  0:38 ` [uml-devel] uml-patch-2.6.4-1 roland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox