Re: [uml-devel] [PATCH 2/4] UML - Remove unused variables in the context switcher

2007-11-15 Thread Jeff Dike
On Thu, Nov 15, 2007 at 04:15:21PM -0800, Andrew Morton wrote: > I assumed from the above that Karol was the author of this patch. Please > let me know if that was wrong. He is - I forgot the From line... Jeff -- Work email - jdike at linux dot intel dot com --

Re: [uml-devel] [PATCH 2/4] UML - Remove unused variables in the context switcher

2007-11-15 Thread Andrew Morton
On Wed, 14 Nov 2007 14:20:49 -0500 Jeff Dike <[EMAIL PROTECTED]> wrote: > This patch removes a variable which was not used in two functions. > Yet another code cleanup, nothing really significant. > > Please note that I could not test this on x86_64. I don't have the > hardware for it. > > [ jdi

[uml-devel] [patch 09/19] UML - stop using libc asm/user.h

2007-11-15 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 189872f968def833727b6bfef83ebd7440c538e6 in mainline. uml: don't use glibc asm/user.h Stop including asm/user.h from libc - it seems to be disappearing from dis

[uml-devel] [patch 10/19] UML - kill subprocesses on exit

2007-11-15 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Lepton Wu <[EMAIL PROTECTED]> commit a24864a1d52a97e345a6bd4862a057f98364d098 uml: definitively kill subprocesses on panic In a stock 2.6.22.6 kernel, poweroff a user mode linux guest (2.6.22.6 run

[uml-devel] [patch 08/19] UML - Fix kernel vs libc symbols clash

2007-11-15 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 818f6ef407b448cef63294b9d0f6f8a2af9cb817 in mainline. uml: fix an IPV6 libc vs kernel symbol clash On some systems, with IPV6 configured, there is a clash betw

[uml-devel] [patch 07/19] UML - Stop using libc asm/page.h

2007-11-15 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 71f926f2ea61994470a53c9e11d3ef993197cada in mainline. uml: stop using libc asm/page.h Remove includes of asm/page.h from libc code. This header seems to be dis

[uml-devel] [Patch] UML: building error fix

2007-11-15 Thread WANG Cong
include/asm-um/arch points to the non-existed include/asm-i386 directory. This patch fixed it. Signed-off-by: WANG Cong <[EMAIL PROTECTED]> Cc: Jeff Dike <[EMAIL PROTECTED]> --- diff --git a/arch/um/Makefile b/arch/um/Makefile index 31999bc..ba6813a 100644 --- a/arch/um/Makefile +++ b/arch/um/M