Re: [uml-devel] [PATCH] Keep UML Kconfig in sync with x86

2007-11-19 Thread WANG Cong
On Mon, Nov 19, 2007 at 02:02:24PM -0500, Jeff Dike wrote: >Fix a 2.6.24-rc3 UML build breakage introduced by commit >1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with >many things which UML needs depending on it. > >This patch adds definitions of X86_32 and RWSEM_XCHGADD_ALGORI

[uml-devel] [PATCH 08/59] arch/um: Add missing "space"

2007-11-19 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/um/drivers/vde_user.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/drivers/vde_user.c b/arch/um/drivers/vde_user.c index d9941fe..56533db 100644 --- a/arch/um/drivers/vde_user.c +++ b/arch/um/drivers/vde_

[uml-devel] [PATCH] Keep UML Kconfig in sync with x86

2007-11-19 Thread Jeff Dike
Fix a 2.6.24-rc3 UML build breakage introduced by commit 1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with many things which UML needs depending on it. This patch adds definitions of X86_32 and RWSEM_XCHGADD_ALGORITHM to the UML/i386 Kconfig. Signed-off-by: Jeff Dike <[EMAIL P

[uml-devel] about skas

2007-11-19 Thread 李慧霸
Hello, I'm new to UML, and I'm very interested in the idea that address space be created and manipulated (skas). So, is there any detailed material on that idea? Or, could you give me some guidance for reading the source code? Thanks! lihuiba ---