2003-02-19 19:47:16

by Jeff Dike

[permalink] [raw]
Subject: [PATCH] UML updates

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

This updates UML to 2.5.62 -
fixed the sigprocmask name clash with libc
updated ptrace
fixed UML's module.h
cleaned up page.h and bug.h
updated the signal handling

Jeff

arch/um/Makefile | 6 ++++--
arch/um/kernel/init_task.c | 1 +
arch/um/kernel/ptrace.c | 7 ++-----
arch/um/kernel/signal_kern.c | 4 ++--
include/asm-um/bug.h | 4 ++--
include/asm-um/module-generic.h | 6 ++++++
include/asm-um/module-i386.h | 13 +++++++++++++
include/asm-um/module.h | 13 -------------
include/asm-um/page.h | 1 -
include/asm-um/thread_info.h | 2 ++
10 files changed, 32 insertions(+), 25 deletions(-)

[email protected], 2003-02-19 09:50:28-05:00, [email protected]
Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

[email protected], 2003-02-18 17:50:30-05:00, [email protected]
Copied a ptrace change from i386.

[email protected], 2003-02-18 16:39:59-05:00, [email protected]
Changed the kernel sigprocmask to kernel_sigprocmask to avoid a
conflict with libc.

[email protected], 2003-02-12 09:40:44-05:00, [email protected]
Applied a bunch of patches from Oleg to get UML working in 2.5.60
and to clean up some other things.