[PATCH 0/5] ptrace & wait cleanup

From: Roland McGrath
Date: Thu Jul 17 2008 - 03:12:00 EST


I posted an earlier version of this patch series before, and I believe
this has fixed the quibbles there were with it before. These changes
pave the way for cleaning up ptrace a lot more in the future.

This series is a prerequisite for the following "tracehook" series,
but only because of patch conflicts. They can be reviewed separately.

This series of patches is also available in GIT at the URL below, and in a
mail folder of patch messages (use git-am or formail -s patch -p1) at:
http://people.redhat.com/roland/utrace/2.6-current/ptrace-cleanup.mbox

The following changes since commit 33af79d12e0fa25545d49e86afc67ea8ad5f2f40:
Chandra Seetharaman (1):
scsi_dh: Verify "dev" is a sdev before accessing it.

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-utrace.git ptrace-cleanup

Roland McGrath (4):
do_wait reorganization
ptrace children revamp
do_wait: return security_task_wait() error code in place of -ECHILD
fix dangling zombie when new parent ignores children

include/linux/init_task.h | 4 +-
include/linux/sched.h | 26 ++--
kernel/exit.c | 451 +++++++++++++++++++++++++++-----------------
kernel/fork.c | 6 +-
kernel/ptrace.c | 37 +++--
5 files changed, 318 insertions(+), 206 deletions(-)


Thanks,
Roland
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/