linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] uml-patch-2.6.6-1
@ 2004-05-24 17:33 Jeff Dike
  2004-05-25  0:47 ` Jeff Chua
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Dike @ 2004-05-24 17:33 UTC (permalink / raw)
  To: linux-kernel, user-mode-linux-devel

This patch updates UML to 2.6.6.  Aside from the update, there were a few
small bug fixes.

The 2.6.6-1 UML patch is available at
	http://www.user-mode-linux.org/mirror/uml-patch-2.6.6-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: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&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] 2+ messages in thread

* Re: [uml-devel] uml-patch-2.6.6-1
  2004-05-24 17:33 [uml-devel] uml-patch-2.6.6-1 Jeff Dike
@ 2004-05-25  0:47 ` Jeff Chua
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Chua @ 2004-05-25  0:47 UTC (permalink / raw)
  To: Jeff Dike; +Cc: linux-kernel, user-mode-linux-devel

Is it possible for you to release one for 2.6.7-rc1?

I haven't tried this latest patch, but my own patches do not work for 
2.6.7-rc1. arch_free_page seems to have a problem in the following 
section...

--- a/mm/page_alloc.c   2004-03-10 08:20:20.000000000 -0500
+++ b/mm/page_alloc.c   2004-03-10 08:34:21.000000000 -0500
@@ -268,6 +268,8 @@
         LIST_HEAD(list);
         int i;

+       arch_free_page(page, order);
+
         mod_page_state(pgfree, 1 << order);
         for (i = 0 ; i < (1 << order) ; ++i)
                 free_pages_check(__FUNCTION__, page + i);
@@ -457,6 +459,8 @@
         struct per_cpu_pages *pcp;
         unsigned long flags;

+       arch_free_page(page, 0);
+
         kernel_map_pages(page, 1, 0);



Thanks,
Jeff
[ jchua@fedex.com ]

On Mon, 24 May 2004, Jeff Dike wrote:

> This patch updates UML to 2.6.6.  Aside from the update, there were a few
> small bug fixes.
>
> The 2.6.6-1 UML patch is available at
> 	http://www.user-mode-linux.org/mirror/uml-patch-2.6.6-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: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&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: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&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] 2+ messages in thread

end of thread, other threads:[~2004-05-25  0:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-24 17:33 [uml-devel] uml-patch-2.6.6-1 Jeff Dike
2004-05-25  0:47 ` Jeff Chua

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