2003-02-06 03:09:05

by Jeff Dike

[permalink] [raw]
Subject: [PATCH] UML updated to 2.5.59

Please pull
http://jdike.stearns.org:5000/updates-2.5

This makes a number of small changes that bring UML up to date to 2.5.59.

Jeff

arch/um/Kconfig | 11 +++
arch/um/defconfig | 128 ++++++++++++++++++++--------------------
arch/um/kernel/ksyms.c | 1
arch/um/kernel/process.c | 18 ++---
arch/um/kernel/smp.c | 5 -
arch/um/kernel/sys_call_table.c | 2
arch/um/sys-i386/Makefile | 3
arch/um/sys-i386/extable.c | 30 +++++++++
arch/um/sys-i386/fault.c | 2
arch/um/vmlinux.lds.S | 11 +++
include/asm-um/bug.h | 18 +++++
include/asm-um/module.h | 9 ++
include/asm-um/page.h | 17 -----
13 files changed, 159 insertions(+), 96 deletions(-)

[email protected], 2003-01-19 11:31:54-05:00, [email protected]
Added vmlinux.lds.S which is now necessary for linking the vmlinux
object file.

[email protected], 2003-01-18 13:10:06-05:00, [email protected]
Changed some CONFIG_* names to UML_CONFIG_* names.

[email protected], 2003-01-17 22:23:36-05:00, [email protected]
Some SMP fixes.

[email protected], 2003-01-17 14:54:10-05:00, [email protected]
Fixed asm/modules.h to update UML to 2.5.59.

[email protected], 2003-01-16 10:44:25-05:00, [email protected]
Updates to bring UML up to 2.5.58.