* [PATCH] Miscellaneous UML bug fixes
@ 2002-12-17 23:23 Jeff Dike
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2002-12-17 23:23 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Please pull
http://jdike.stearns.org:5000/fixes-2.5
This update fixes a number of small bugs:
strtoul calls are checked such that an empty string doesn't look like
zero
fixed some ubd driver error checking
a host helper is searched for if it's not in its usual location
fixed a check for an irq being disabled
Jeff
arch/um/drivers/fd.c | 2 +-
arch/um/drivers/mcast_kern.c | 4 ++--
arch/um/drivers/port_user.c | 2 +-
arch/um/drivers/ubd_kern.c | 9 ++++++---
arch/um/drivers/xterm.c | 3 +++
arch/um/kernel/exitcode.c | 2 +-
arch/um/kernel/helper.c | 5 ++++-
arch/um/kernel/irq_user.c | 3 ++-
arch/um/kernel/tty_log.c | 2 +-
arch/um/os-Linux/file.c | 3 ++-
include/asm-um/system-generic.h | 1 +
11 files changed, 24 insertions(+), 12 deletions(-)
ChangeSet@1.797.78.1, 2002-11-18 21:53:20-05:00, jdike@uml.karaya.com
Merged a number of bug fixes from the 2.4 pool.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Miscellaneous UML bug fixes
@ 2002-12-28 15:47 Jeff Dike
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2002-12-28 15:47 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 update fixes a number of small bugs:
strtoul calls are checked such that an empty string doesn't look like
zero
fixed some ubd driver error checking
a host helper is searched for if it's not in its usual location
fixed a check for an irq being disabled
Jeff
arch/um/Makefile | 4 ----
arch/um/boot/Makefile | 3 ---
arch/um/drivers/fd.c | 2 +-
arch/um/drivers/mcast_kern.c | 4 ++--
arch/um/drivers/port_kern.c | 22 +++++++++++-----------
arch/um/drivers/port_user.c | 38 +-------------------------------------
arch/um/drivers/ubd_kern.c | 9 ++++++---
arch/um/drivers/ubd_user.c | 2 ++
arch/um/drivers/xterm.c | 3 +++
arch/um/drivers/xterm_kern.c | 6 ++++--
arch/um/kernel/exitcode.c | 2 +-
arch/um/kernel/helper.c | 5 ++++-
arch/um/kernel/irq_user.c | 4 +++-
arch/um/kernel/setup.c | 20 --------------------
arch/um/kernel/tempfile.c | 3 ++-
arch/um/kernel/tty_log.c | 2 +-
arch/um/os-Linux/file.c | 4 +++-
include/asm-um/system-generic.h | 1 +
18 files changed, 45 insertions(+), 89 deletions(-)
ChangeSet@1.865.25.3, 2002-12-26 21:34:55-05:00, jdike@uml.karaya.com
Fixed the calls to os_get_process in port_kern.c
ChangeSet@1.865.25.2, 2002-12-26 21:09:25-05:00, jdike@uml.karaya.com
Forward ported a bunch of fixes from 2.4.
ChangeSet@1.797.78.1, 2002-11-18 21:53:20-05:00, jdike@uml.karaya.com
Merged a number of bug fixes from the 2.4 pool.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Miscellaneous UML bug fixes
@ 2002-12-07 18:30 Jeff Dike
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2002-12-07 18:30 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 update fixes a number of small bugs:
strtoul calls are checked such that an empty string doesn't look like
zero
fixed some ubd driver error checking
a host helper is searched for if it's not in its usual location
fixed a check for an irq being disabled
Jeff
arch/um/drivers/fd.c | 2 +-
arch/um/drivers/mcast_kern.c | 4 ++--
arch/um/drivers/port_user.c | 2 +-
arch/um/drivers/ubd_kern.c | 9 ++++++---
arch/um/drivers/xterm.c | 3 +++
arch/um/kernel/exitcode.c | 2 +-
arch/um/kernel/helper.c | 5 ++++-
arch/um/kernel/irq_user.c | 3 ++-
arch/um/kernel/tty_log.c | 2 +-
arch/um/os-Linux/file.c | 3 ++-
include/asm-um/system-generic.h | 1 +
11 files changed, 24 insertions(+), 12 deletions(-)
ChangeSet@1.842.12.1, 2002-11-18 21:53:20-05:00, jdike@uml.karaya.com
Merged a number of bug fixes from the 2.4 pool.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Miscellaneous UML bug fixes
@ 2002-11-19 4:20 Jeff Dike
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2002-11-19 4:20 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Please pull
http://jdike.stearns.org:5000/fixes-2.5
This update fixes a number of small bugs:
strtoul calls are checked such that an empty string doesn't look like
zero
fixed some ubd driver error checking
a host helper is searched for if it's not in its usual location
fixed a check for an irq being disabled
Jeff
arch/um/drivers/fd.c | 2 +-
arch/um/drivers/mcast_kern.c | 4 ++--
arch/um/drivers/port_user.c | 2 +-
arch/um/drivers/ubd_kern.c | 9 ++++++---
arch/um/drivers/xterm.c | 3 +++
arch/um/kernel/exitcode.c | 2 +-
arch/um/kernel/helper.c | 5 ++++-
arch/um/kernel/irq_user.c | 3 ++-
arch/um/kernel/tty_log.c | 2 +-
arch/um/os-Linux/file.c | 3 ++-
include/asm-um/system-generic.h | 1 +
11 files changed, 24 insertions(+), 12 deletions(-)
ChangeSet@1.843, 2002-11-18 21:53:20-05:00, jdike@uml.karaya.com
Merged a number of bug fixes from the 2.4 pool.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-12-28 15:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-17 23:23 [PATCH] Miscellaneous UML bug fixes Jeff Dike
-- strict thread matches above, loose matches on Subject: below --
2002-12-28 15:47 Jeff Dike
2002-12-07 18:30 Jeff Dike
2002-11-19 4:20 Jeff Dike
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.