Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-21 Thread Sudip Mukherjee
On Sun, Sep 20, 2015 at 10:36:15PM -0700, Greg Kroah-Hartman wrote: > On Mon, Sep 21, 2015 at 11:04:10AM +0530, Sudip Mukherjee wrote: > > On Sun, Sep 20, 2015 at 07:26:29PM -0700, Greg Kroah-Hartman wrote: > > > On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > > > > On Thu, Sep

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-21 Thread Sudip Mukherjee
On Sun, Sep 20, 2015 at 10:36:15PM -0700, Greg Kroah-Hartman wrote: > On Mon, Sep 21, 2015 at 11:04:10AM +0530, Sudip Mukherjee wrote: > > On Sun, Sep 20, 2015 at 07:26:29PM -0700, Greg Kroah-Hartman wrote: > > > On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > > > > On Thu, Sep

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-20 Thread Greg Kroah-Hartman
On Mon, Sep 21, 2015 at 11:04:10AM +0530, Sudip Mukherjee wrote: > On Sun, Sep 20, 2015 at 07:26:29PM -0700, Greg Kroah-Hartman wrote: > > On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > > > On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > > > > Acked-by:

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-20 Thread Sudip Mukherjee
On Sun, Sep 20, 2015 at 07:26:29PM -0700, Greg Kroah-Hartman wrote: > On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > > On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > > > Acked-by: Dimitri Sivanich > > > > > > On Thu, Sep 03, 2015 at 08:20:47PM +0530,

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-20 Thread Greg Kroah-Hartman
On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > > Acked-by: Dimitri Sivanich > > > > On Thu, Sep 03, 2015 at 08:20:47PM +0530, Sudip Mukherjee wrote: > > > If the buffer is too small then return the error and

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-20 Thread Sudip Mukherjee
On Sun, Sep 20, 2015 at 07:26:29PM -0700, Greg Kroah-Hartman wrote: > On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > > On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > > > Acked-by: Dimitri Sivanich > > > > > > On Thu, Sep 03, 2015 at

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-20 Thread Greg Kroah-Hartman
On Mon, Sep 21, 2015 at 11:04:10AM +0530, Sudip Mukherjee wrote: > On Sun, Sep 20, 2015 at 07:26:29PM -0700, Greg Kroah-Hartman wrote: > > On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > > > On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > > > > Acked-by:

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-20 Thread Greg Kroah-Hartman
On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > > Acked-by: Dimitri Sivanich > > > > On Thu, Sep 03, 2015 at 08:20:47PM +0530, Sudip Mukherjee wrote: > > > If the buffer is too small then

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-15 Thread Sudip Mukherjee
On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > Acked-by: Dimitri Sivanich > > On Thu, Sep 03, 2015 at 08:20:47PM +0530, Sudip Mukherjee wrote: > > If the buffer is too small then return the error and in the process > > remove the variables which became unused. > > > >

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-15 Thread Sudip Mukherjee
On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > Acked-by: Dimitri Sivanich > > On Thu, Sep 03, 2015 at 08:20:47PM +0530, Sudip Mukherjee wrote: > > If the buffer is too small then return the error and in the process > > remove the variables which became

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-03 Thread Dimitri Sivanich
Acked-by: Dimitri Sivanich On Thu, Sep 03, 2015 at 08:20:47PM +0530, Sudip Mukherjee wrote: > If the buffer is too small then return the error and in the process > remove the variables which became unused. > > Signed-off-by: Sudip Mukherjee > --- > > v1: only removed variables. > >

[PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-03 Thread Sudip Mukherjee
If the buffer is too small then return the error and in the process remove the variables which became unused. Signed-off-by: Sudip Mukherjee --- v1: only removed variables. drivers/misc/sgi-gru/grukdump.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git

[PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-03 Thread Sudip Mukherjee
If the buffer is too small then return the error and in the process remove the variables which became unused. Signed-off-by: Sudip Mukherjee --- v1: only removed variables. drivers/misc/sgi-gru/grukdump.c | 14 ++ 1 file changed, 6 insertions(+), 8

Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error

2015-09-03 Thread Dimitri Sivanich
Acked-by: Dimitri Sivanich On Thu, Sep 03, 2015 at 08:20:47PM +0530, Sudip Mukherjee wrote: > If the buffer is too small then return the error and in the process > remove the variables which became unused. > > Signed-off-by: Sudip Mukherjee > --- > >