Re: [PATCH -mm 2/2] x86_64: semi-rewrite of PTRACE_PEEKUSR, PTRACE_POKEUSR

2007-06-25 Thread Alexey Dobriyan
On Wed, Jun 20, 2007 at 02:41:48PM -0700, Roland McGrath wrote: > What's the purpose of the change? Chopping small bits of utrace to mainline. regset stuff looks reasonable and self-contained enough to start with. However, regset part in utrace contain quite a few unused things, so I'm leaving

Re: [PATCH -mm 2/2] x86_64: semi-rewrite of PTRACE_PEEKUSR, PTRACE_POKEUSR

2007-06-25 Thread Alexey Dobriyan
On Wed, Jun 20, 2007 at 02:41:48PM -0700, Roland McGrath wrote: What's the purpose of the change? Chopping small bits of utrace to mainline. regset stuff looks reasonable and self-contained enough to start with. However, regset part in utrace contain quite a few unused things, so I'm leaving

Re: [PATCH -mm 2/2] x86_64: semi-rewrite of PTRACE_PEEKUSR, PTRACE_POKEUSR

2007-06-20 Thread Roland McGrath
What's the purpose of the change? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH -mm 2/2] x86_64: semi-rewrite of PTRACE_PEEKUSR, PTRACE_POKEUSR

2007-06-20 Thread Alexey Dobriyan
Refactor x86_64 PTRACE_PEEKUSR, PTRACE_POKEUSR implementations through regset code. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- arch/x86_64/kernel/ptrace.c | 203 +++- 1 file changed, 110 insertions(+), 93 deletions(-) ---

[PATCH -mm 2/2] x86_64: semi-rewrite of PTRACE_PEEKUSR, PTRACE_POKEUSR

2007-06-20 Thread Alexey Dobriyan
Refactor x86_64 PTRACE_PEEKUSR, PTRACE_POKEUSR implementations through regset code. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- arch/x86_64/kernel/ptrace.c | 203 +++- 1 file changed, 110 insertions(+), 93 deletions(-) ---

Re: [PATCH -mm 2/2] x86_64: semi-rewrite of PTRACE_PEEKUSR, PTRACE_POKEUSR

2007-06-20 Thread Roland McGrath
What's the purpose of the change? - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/