Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] use ptrace_get_task_struct in various places | Christoph Hellwig | 2006-01-08 | 1 | -21/+7 |
| | | | | | | | | | | | | | | | | The ptrace_get_task_struct() helper that I added as part of the ptrace consolidation is useful in variety of places that currently opencode it. Switch them to the common helpers. Add a ptrace_traceme() helper that needs to be explicitly called, and simplify the ptrace_get_task_struct() interface. We don't need the request argument now, and we return the task_struct directly, using ERR_PTR() for error returns. It's a bit more code in the callers, but we have two sane routines that do one thing well now. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | ||||
* | powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernel | Paul Mackerras | 2005-11-19 | 1 | -1/+2 |
| | | | | | | It's only used by arch/powerpc/kernel/ptrace{,32}.c. Signed-off-by: Paul Mackerras <paulus@samba.org> | ||||
* | powerpc: apply recent changes to merged code | Paul Mackerras | 2005-10-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Paul Mackerras <paulus@samba.org> | ||||
* | powerpc: Move ptrace32.c from arch/ppc64 to arch/powerpc | Paul Mackerras | 2005-10-20 | 1 | -0/+450 |
Also corrected my email address in ptrace.c and updated the comments at the top of ptrace32.c. Signed-off-by: Paul Mackerras <paulus@samba.org> |