Re: [uml-devel] [PATCH] skas3 update for linux 2.6.20-rc5

2007-02-07 Thread Blaisorblade
On Tuesday 16 January 2007 22:54, Jason Lunz wrote: > Between 2.6.19 and 2.6.20, an #else clause was added to the > #ifdef !__ASSEMBLY__ in arch/i386/desc.h. This results in the skas3 > patch inserting a declaration into the assembly portion of the file. > > This is fixed by moving the declaration

[uml-devel] [PATCH 5/7] UML - ELF locking commentary

2007-02-07 Thread Jeff Dike
Comment the lack of locking of the elf data extracted from the ELF headers passed to UML. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/os-Linux/elf_aux.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: linux-2.6.18-mm/arch/um/os-Linux/elf_aux.c ==

[uml-devel] [PATCH 4/7] UML - umid tidying

2007-02-07 Thread Jeff Dike
Add an error message when two umids are put on the command line. umid.h is kind of pointless since it only declares one thing, and that is already declared in os.h. Commented the lack of locking of some data in os-Linux/umid.h. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/mco

[uml-devel] [PATCH 3/7] UML - SIGIO formatting fixes

2007-02-07 Thread Jeff Dike
Fix formatting in the sigio code. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/include/sigio.h | 11 --- arch/um/kernel/sigio.c |6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) Index: linux-2.6.18-mm/arch/um/include/sigio.h ==

[uml-devel] [PATCH 2/7] UML - SIGIO locking comment

2007-02-07 Thread Jeff Dike
Comment the use of a mysterious-looking lock. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/kernel/sigio.c |1 + 1 file changed, 1 insertion(+) Index: linux-2.6.18-mm/arch/um/kernel/sigio.c === --- linux-2.6.18-mm.orig

[uml-devel] [PATCH 1/7] UML - IRQ handler tidying

2007-02-07 Thread Jeff Dike
Tidying the irq code - make a variable static activate_fd can call kmalloc directly since it's now kernel code added a no-locking comment fixed a style violation Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/kernel/irq.c |7 +++ arch/um/os-Linux

[uml-devel] [PATCH 7/7] UML - AIO locking and tidying

2007-02-07 Thread Jeff Dike
Comment the lack of locking of data that's set up once at boot time. Also fixed a couple of bogus printks. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/os-Linux/aio.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) Index: linux-2.6.18-mm/arch/um/os-Linux/aio.

[uml-devel] [PATCH 0/7] UML - Locking commentary and cleanups

2007-02-07 Thread Jeff Dike
These patches are 2.6.21 material - they are mostly comments and code tidying with a few small bug fixes. Jeff - Using Tomcat but need to do more? Need to support web services, security? Get s

[uml-devel] [PATCH 6/7] UML - register handling formatting fixes

2007-02-07 Thread Jeff Dike
Formatting fixes in the register handling code. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/os-Linux/sys-i386/registers.c | 14 +++--- arch/um/os-Linux/sys-x86_64/registers.c |6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) Index: linux-2.6.18-mm/arch/um/