linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [uml-devel] [patch 1/1] skas-v7: update the 2.6.9 version for 2.6.10-rc*
@ 2004-11-19  1:10 blaisorblade_spam
  2004-11-22 22:37 ` [uml-devel] Re: [uml-user] " Blaisorblade
  2004-11-22 23:35 ` [uml-devel] " Christopher S. Aker
  0 siblings, 2 replies; 3+ messages in thread
From: blaisorblade_spam @ 2004-11-19  1:10 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: user-mode-linux-user, blaisorblade_spam


This is simply a resync with this change:

http://linux.bkbits.net:8080/linux-2.5/cset@4176817885Kn6zGc09K1fOrpbsJJQA

Since we create an mm and added it to the list, the patch must be updated now,
otherwise it does not even build.

Please, test the resulting kernel and post result with it (I've not yet done
this, in fact you cannot find it on my site).

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
---

 linux-2.6.10-rc-paolo/mm/proc_mm.c |    5 -----
 1 files changed, 5 deletions(-)

diff -puN mm/proc_mm.c~skas-update-2.6.10 mm/proc_mm.c
--- linux-2.6.10-rc/mm/proc_mm.c~skas-update-2.6.10	2004-11-19 02:03:04.000000000 +0100
+++ linux-2.6.10-rc-paolo/mm/proc_mm.c	2004-11-19 02:07:09.000000000 +0100
@@ -127,11 +127,6 @@ static int open_proc_mm(struct inode *in
 	init_new_empty_context(mm);
 	arch_pick_mmap_layout(mm);
 
-	spin_lock(&mmlist_lock);
-	list_add(&mm->mmlist, &current->mm->mmlist);
-	mmlist_nr++;
-	spin_unlock(&mmlist_lock);
-
 	file->private_data = mm;
 
 	return(0);
_


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
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-user] [patch 1/1] skas-v7: update the 2.6.9 version for 2.6.10-rc*
  2004-11-19  1:10 [uml-devel] [patch 1/1] skas-v7: update the 2.6.9 version for 2.6.10-rc* blaisorblade_spam
@ 2004-11-22 22:37 ` Blaisorblade
  2004-11-22 23:35 ` [uml-devel] " Christopher S. Aker
  1 sibling, 0 replies; 3+ messages in thread
From: Blaisorblade @ 2004-11-22 22:37 UTC (permalink / raw)
  To: user-mode-linux-user; +Cc: user-mode-linux-devel

On Friday 19 November 2004 02:10, blaisorblade_spam@yahoo.it wrote:
> This is simply a resync with this change:
>
> http://linux.bkbits.net:8080/linux-2.5/cset@4176817885Kn6zGc09K1fOrpbsJJQA
>
> Since we create an mm and added it to the list, the patch must be updated
> now, otherwise it does not even build.
>
> Please, test the resulting kernel and post result with it (I've not yet
> done this, in fact you cannot find it on my site).
1) I've released it on my site, not packed with my patch.
2) I'm testing it right now and it works for me, so I assume it works.

Bye
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
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] [patch 1/1] skas-v7: update the 2.6.9 version for 2.6.10-rc*
  2004-11-19  1:10 [uml-devel] [patch 1/1] skas-v7: update the 2.6.9 version for 2.6.10-rc* blaisorblade_spam
  2004-11-22 22:37 ` [uml-devel] Re: [uml-user] " Blaisorblade
@ 2004-11-22 23:35 ` Christopher S. Aker
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher S. Aker @ 2004-11-22 23:35 UTC (permalink / raw)
  To: user-mode-linux-devel, blaisorblade_spam; +Cc: user-mode-linux-user

> > Please, test the resulting kernel and post result with it (I've not yet
> > done this, in fact you cannot find it on my site).
> 1) I've released it on my site, not packed with my patch.
> 2) I'm testing it right now and it works for me, so I assume it works.

Works for me here on a 2.6.10-rc2-bk7 kernel.

-Chris


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
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-11-22 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-19  1:10 [uml-devel] [patch 1/1] skas-v7: update the 2.6.9 version for 2.6.10-rc* blaisorblade_spam
2004-11-22 22:37 ` [uml-devel] Re: [uml-user] " Blaisorblade
2004-11-22 23:35 ` [uml-devel] " Christopher S. Aker

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