Re: [PATCH x86/mm 09/11] x86 ia32 ptrace arch merge

2007-11-30 Thread Ingo Molnar
* Roland McGrath <[EMAIL PROTECTED]> wrote: > > On Thu, Nov 29, 2007 at 04:00:41AM -0800, Roland McGrath wrote: > > > This moves the sys32_ptrace code into arch/x86/kernel/ptrace.c, > > > verbatim except for a few hard-coded sizes replaced with sizeof. > > >[...] > > I just moved

Re: [PATCH x86/mm 09/11] x86 ia32 ptrace arch merge

2007-11-30 Thread Ingo Molnar
* Roland McGrath [EMAIL PROTECTED] wrote: On Thu, Nov 29, 2007 at 04:00:41AM -0800, Roland McGrath wrote: This moves the sys32_ptrace code into arch/x86/kernel/ptrace.c, verbatim except for a few hard-coded sizes replaced with sizeof. [...] I just moved this code, I

Re: [PATCH x86/mm 09/11] x86 ia32 ptrace arch merge

2007-11-29 Thread Roland McGrath
> On Thu, Nov 29, 2007 at 04:00:41AM -0800, Roland McGrath wrote: > > This moves the sys32_ptrace code into arch/x86/kernel/ptrace.c, > > verbatim except for a few hard-coded sizes replaced with sizeof. >[...] I just moved this code, I didn't change it. So let's leave style (or

Re: [PATCH x86/mm 09/11] x86 ia32 ptrace arch merge

2007-11-29 Thread Alexey Dobriyan
On Thu, Nov 29, 2007 at 04:00:41AM -0800, Roland McGrath wrote: > This moves the sys32_ptrace code into arch/x86/kernel/ptrace.c, > verbatim except for a few hard-coded sizes replaced with sizeof. > Here this code can use the shared local functions in this file. > --- a/arch/x86/kernel/ptrace.c >

[PATCH x86/mm 09/11] x86 ia32 ptrace arch merge

2007-11-29 Thread Roland McGrath
This moves the sys32_ptrace code into arch/x86/kernel/ptrace.c, verbatim except for a few hard-coded sizes replaced with sizeof. Here this code can use the shared local functions in this file. Signed-off-by: Roland McGrath <[EMAIL PROTECTED]> --- arch/x86/kernel/ptrace.c | 214

[PATCH x86/mm 09/11] x86 ia32 ptrace arch merge

2007-11-29 Thread Roland McGrath
This moves the sys32_ptrace code into arch/x86/kernel/ptrace.c, verbatim except for a few hard-coded sizes replaced with sizeof. Here this code can use the shared local functions in this file. Signed-off-by: Roland McGrath [EMAIL PROTECTED] --- arch/x86/kernel/ptrace.c | 214

Re: [PATCH x86/mm 09/11] x86 ia32 ptrace arch merge

2007-11-29 Thread Alexey Dobriyan
On Thu, Nov 29, 2007 at 04:00:41AM -0800, Roland McGrath wrote: This moves the sys32_ptrace code into arch/x86/kernel/ptrace.c, verbatim except for a few hard-coded sizes replaced with sizeof. Here this code can use the shared local functions in this file. --- a/arch/x86/kernel/ptrace.c +++

Re: [PATCH x86/mm 09/11] x86 ia32 ptrace arch merge

2007-11-29 Thread Roland McGrath
On Thu, Nov 29, 2007 at 04:00:41AM -0800, Roland McGrath wrote: This moves the sys32_ptrace code into arch/x86/kernel/ptrace.c, verbatim except for a few hard-coded sizes replaced with sizeof. [...] I just moved this code, I didn't change it. So let's leave style (or other)