linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] UML bug fixes
@ 2002-12-31  3:49 Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2002-12-31  3:49 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Please pull either
	http://uml.bkbits.net/fixes-2.5
or	http://jdike.stearns.org:5000/fixes-2.5

This patch fixes a bunch of UML bugs -
	crashes caused by excessive stack usage, plus assiciated cleanups
	SA_SIGINFO signal delivery is fixed, making JVMs run a lot better
	skas mode now has protection against tmpfs filling up
	the initial UML thread is protected against running kernel code
	a couple of data corruption bugs are fixed

				Jeff

 arch/um/drivers/port_kern.c               |   11 +-
 arch/um/include/frame.h                   |    4 
 arch/um/include/irq_user.h                |    2 
 arch/um/include/kern_util.h               |   10 +-
 arch/um/include/sysdep-i386/frame.h       |    3 
 arch/um/include/sysdep-i386/frame_kern.h  |   11 ++
 arch/um/include/sysdep-i386/frame_user.h  |   23 +++--
 arch/um/include/sysdep-i386/ptrace.h      |  123 ++++++++++++++++++------------
 arch/um/include/sysdep-i386/sigcontext.h  |   28 ------
 arch/um/include/sysdep-i386/syscalls.h    |    4 
 arch/um/include/uml_uaccess.h             |   28 ++++++
 arch/um/include/user_util.h               |    4 
 arch/um/kernel/Makefile                   |    9 --
 arch/um/kernel/frame.c                    |   20 +++-
 arch/um/kernel/frame_kern.c               |   49 ++++++++---
 arch/um/kernel/irq.c                      |    2 
 arch/um/kernel/irq_user.c                 |    2 
 arch/um/kernel/mem.c                      |   25 +++++-
 arch/um/kernel/process_kern.c             |    4 
 arch/um/kernel/signal_kern.c              |   24 +++--
 arch/um/kernel/skas/include/mode.h        |    7 -
 arch/um/kernel/skas/include/mode_kern.h   |    3 
 arch/um/kernel/skas/include/skas.h        |   10 +-
 arch/um/kernel/skas/mem.c                 |    5 -
 arch/um/kernel/skas/process.c             |   37 +++++----
 arch/um/kernel/skas/process_kern.c        |   25 ++----
 arch/um/kernel/skas/sys-i386/sigcontext.c |   83 ++++++++++----------
 arch/um/kernel/skas/syscall_kern.c        |    2 
 arch/um/kernel/skas/syscall_user.c        |    5 -
 arch/um/kernel/skas/tlb.c                 |    5 -
 arch/um/kernel/skas/trap_user.c           |   27 +++---
 arch/um/kernel/time_kern.c                |    8 +
 arch/um/kernel/trap_kern.c                |    7 -
 arch/um/kernel/trap_user.c                |   46 +++++------
 arch/um/kernel/tt/gdb.c                   |    6 -
 arch/um/kernel/tt/include/mode.h          |    7 -
 arch/um/kernel/tt/include/mode_kern.h     |    1 
 arch/um/kernel/tt/include/tt.h            |    3 
 arch/um/kernel/tt/include/uaccess.h       |    4 
 arch/um/kernel/tt/mem.c                   |   26 ------
 arch/um/kernel/tt/process_kern.c          |   17 ++--
 arch/um/kernel/tt/sys-i386/sigcontext.c   |    5 -
 arch/um/kernel/tt/syscall_kern.c          |   17 ++--
 arch/um/kernel/tt/syscall_user.c          |   11 +-
 arch/um/kernel/tt/trap_user.c             |   15 +--
 arch/um/kernel/tt/uaccess_user.c          |   42 ----------
 arch/um/kernel/uaccess_user.c             |   64 +++++++++++++++
 arch/um/kernel/user_syms.c                |    5 -
 arch/um/sys-i386/bugs.c                   |    2 
 arch/um/sys-i386/sigcontext.c             |    2 
 arch/um/util/mk_task_kern.c               |    2 
 include/asm-um/archparam-i386.h           |    2 
 include/asm-um/ptrace-generic.h           |    5 -
 include/asm-um/ptrace-i386.h              |    3 
 include/asm-um/ucontext.h                 |    6 +
 55 files changed, 507 insertions(+), 394 deletions(-)

ChangeSet@1.988, 2002-12-29 21:35:59-05:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/fixes-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/fixes-2.5-linus

ChangeSet@1.951.9.3, 2002-12-29 20:37:16-05:00, jdike@uml.karaya.com
  Fixed a few problems in the last merge.

ChangeSet@1.951.9.2, 2002-12-29 20:05:55-05:00, jdike@uml.karaya.com
  Forward ported a number of bug fixes from 2.4, including SA_SIGINFO
  signal delivery, protecting skas mode against tmpfs running out of
  space, protecting the UML main thread against accidentally running
  kernel code, and a couple of data corruption bugs.

ChangeSet@1.951.9.1, 2002-12-28 11:50:51-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/doc-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5

ChangeSet@1.951.8.4, 2002-12-28 11:42:00-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/updates-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5

ChangeSet@1.951.8.3, 2002-12-28 11:32:32-05:00, jdike@uml.karaya.com
  Fixed a merge conflict in port_kern.c

ChangeSet@1.951.8.1, 2002-12-28 11:12:47-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/mconfig-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] UML bug fixes
@ 2002-10-02 21:20 Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2002-10-02 21:20 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

This fixes a number of UML bugs -
	fixes a crash in the network seen with slab poisoning
	fixes a timer bug and cleans up the code
	changes how IRQs are disabled and enabled
	fixes the semantics of PROT_NONE
	adds asm/xor.h so that raid drivers will build

				Jeff

 arch/um/drivers/net_kern.c    |   36 +++++++++++++++++++++++++++++++-----
 arch/um/drivers/port_kern.c   |    2 +-
 arch/um/drivers/port_user.c   |    5 +++--
 arch/um/drivers/slip.h        |    5 ++++-
 arch/um/include/kern.h        |    1 +
 arch/um/include/time_user.h   |   17 +++++++++++++++++
 arch/um/include/user_util.h   |    6 ------
 arch/um/kernel/irq_user.c     |   11 ++++++-----
 arch/um/kernel/mem.c          |    2 +-
 arch/um/kernel/process.c      |    1 +
 arch/um/kernel/process_kern.c |    1 +
 arch/um/kernel/time.c         |   22 ++++++++++++++++++++++
 arch/um/kernel/time_kern.c    |    1 +
 arch/um/kernel/tlb.c          |    2 +-
 arch/um/kernel/trap_user.c    |    8 ++++++++
 arch/um/os-Linux/file.c       |    8 ++++----
 include/asm-um/pgtable.h      |   20 +++++++++++++++++---
 include/asm-um/xor.h          |    6 ++++++
 18 files changed, 125 insertions(+), 29 deletions(-)

ChangeSet@1.669, 2002-10-02 16:29:49-04:00, jdike@jdike.wstearns.org
  xor.h was created as asm-um/xor.h rather than include/asm-um/xor.h.
  Fixed.

ChangeSet@1.668, 2002-10-02 12:04:54-04:00, jdike@uml.karaya.com
  Back out a piece of the last merge which didn't apply in 2.5.

ChangeSet@1.667, 2002-10-02 11:39:20-04:00, jdike@uml.karaya.com
  A small network bug fix from 2.4.19-7.

ChangeSet@1.666, 2002-10-02 10:23:50-04:00, jdike@uml.karaya.com
  A set of small bug fixes brought over from 2.4.19-8.

ChangeSet@1.665, 2002-10-01 10:02:05-04:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/fixes-2.5

ChangeSet@1.579.15.2, 2002-09-23 21:09:49-04:00, jdike@uml.karaya.com
  Removed from user_util.h the declarations that are now in time_user.h.

ChangeSet@1.579.15.1, 2002-09-23 20:38:01-04:00, jdike@uml.karaya.com
  A number of bug fixes from UML 2.4.19-6 -
  
  Fixed the net crash seen when slab debugging is enabled
  Fixed PROT_NONE
  Fixed the 'tracing myself' bug seen on umlcoop.  This was caused by
  a number of SIGALRM handlers nesting on the idle thread stack because
  the system was busy enough that UML couldn't clear one before the
  next arrived.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-31  3:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-31  3:49 [PATCH] UML bug fixes Jeff Dike
  -- strict thread matches above, loose matches on Subject: below --
2002-10-02 21:20 Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).