All these patches looks really great to me from the ptrace perspective. While you're at cleaning up arch_ptrace it might be worth to convert this odd indentation
> switch (request) {
> case PTRACE_PEEKTEXT:
> case PTRACE_PEEKDATA:
into the normal
switch (request) {
case PTRACE_PEEKTEXT:
case PTRACE_PEEKDATA:
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
