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
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
==
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
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
==
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
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
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.
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
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/