Re: [PATCH] parisc: Remove sizeof(frame) from call to get_sigframe

2014-07-07 Thread Jiri Kosina
On Mon, 7 Jul 2014, One Thousand Gnomes wrote: > > This removes the sizeof(frame) from the call to get_sigframe on line > > 243 in order to fix the call to this function as the sizeof in not > > needed to call this function. > > If you are going to submit patches then > > - actually read what yo

Re: [PATCH] parisc: Remove sizeof(frame) from call to get_sigframe

2014-07-07 Thread One Thousand Gnomes
On Fri, 4 Jul 2014 23:20:57 -0400 Nicholas Krause wrote: > This removes the sizeof(frame) from the call to get_sigframe on line > 243 in order to fix the call to this function as the sizeof in not > needed to call this function. If you are going to submit patches then - actually read what you

Re: [PATCH] parisc: Remove sizeof(frame) from call to get_sigframe

2014-07-04 Thread Nick Krause
I didn't compile check it seems to be a valid line after reading this. I will resend a new patch removing the FIX ME line. Sorry Nick On Fri, Jul 4, 2014 at 11:58 PM, Joe Perches wrote: > On Fri, 2014-07-04 at 23:20 -0400, Nicholas Krause wrote: >> This removes the sizeof(frame) from the call to

Re: [PATCH] parisc: Remove sizeof(frame) from call to get_sigframe

2014-07-04 Thread Joe Perches
On Fri, 2014-07-04 at 23:20 -0400, Nicholas Krause wrote: > This removes the sizeof(frame) from the call to get_sigframe on line > 243 in order to fix the call to this function as the sizeof in not > needed to call this function. How did you compile this? arch/parisc/kernel/signal.c:178:get_sigfr