Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1224735 > unrolled thread
| Started by | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| First post | 2015-09-15 10:00 +0200 |
| Last post | 2015-09-21 07:40 +0200 |
| Articles | 5 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-15 10:00 +0200
Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-21 06:40 +0200
Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-21 07:40 +0200
Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-21 09:00 +0200
Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-21 07:40 +0200
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Date | 2015-09-15 10:00 +0200 |
| Subject | Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error |
| Message-ID | <q8TjI-6Xi-17@gated-at.bofh.it> |
On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > Acked-by: Dimitri Sivanich <sivanich@sgi.com> > > 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 <sudip@vectorindia.org> > > --- Hi Greg, I know its too early to ping you but just wanted to know that this should go through your char-misc tree or through Andrew. Looking at all the previous patches, it all went through Andrew but being a char/misc I thought it will go through you. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-09-21 06:40 +0200 |
| Message-ID | <qb13r-4sC-3@gated-at.bofh.it> |
| In reply to | #1224735 |
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 <sivanich@sgi.com> > > > > 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 <sudip@vectorindia.org> > > > --- > Hi Greg, > I know its too early to ping you but just wanted to know that this > should go through your char-misc tree or through Andrew. > Looking at all the previous patches, it all went through Andrew but > being a char/misc I thought it will go through you. I'll take it, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-09-21 07:40 +0200 |
| Message-ID | <qb1Zw-5Np-9@gated-at.bofh.it> |
| In reply to | #1229016 |
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: Dimitri Sivanich <sivanich@sgi.com> > > > > > > > > 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 <sudip@vectorindia.org> > > > > > --- > > > Hi Greg, > > > I know its too early to ping you but just wanted to know that this > > > should go through your char-misc tree or through Andrew. > > > Looking at all the previous patches, it all went through Andrew but > > > being a char/misc I thought it will go through you. > > > > I'll take it, thanks. > Thanks. But just to let you know that getmaintainer.pl is not showing > your and Arnd's name. But MAINTAINER shows drivers/misc/* for you and > Arnd. And besides I noticed there are one or two patches still lying > around with maintainer ACK but never picked up as they didnot have you > or Andrew in the To or CC list. That's odd, care to forward them on to me? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Date | 2015-09-21 09:00 +0200 |
| Message-ID | <qb3eW-7uh-15@gated-at.bofh.it> |
| In reply to | #1229046 |
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 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > > > > > Acked-by: Dimitri Sivanich <sivanich@sgi.com> > > > > > > > > > > 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 <sudip@vectorindia.org> > > > > > > --- > > > > Hi Greg, > > > > I know its too early to ping you but just wanted to know that this > > > > should go through your char-misc tree or through Andrew. > > > > Looking at all the previous patches, it all went through Andrew but > > > > being a char/misc I thought it will go through you. > > > > > > I'll take it, thanks. > > Thanks. But just to let you know that getmaintainer.pl is not showing > > your and Arnd's name. But MAINTAINER shows drivers/misc/* for you and > > Arnd. And besides I noticed there are one or two patches still lying > > around with maintainer ACK but never picked up as they didnot have you > > or Andrew in the To or CC list. > > That's odd, care to forward them on to me? OMG... There are quite a few. Even from 2014 and one of them is a bugfix for a bugzilla. I am sending them all by the end of the day (IST). regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Date | 2015-09-21 07:40 +0200 |
| Message-ID | <qb1Zw-5Np-11@gated-at.bofh.it> |
| In reply to | #1229016 |
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 <sivanich@sgi.com> > > > > > > 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 <sudip@vectorindia.org> > > > > --- > > Hi Greg, > > I know its too early to ping you but just wanted to know that this > > should go through your char-misc tree or through Andrew. > > Looking at all the previous patches, it all went through Andrew but > > being a char/misc I thought it will go through you. > > I'll take it, thanks. Thanks. But just to let you know that getmaintainer.pl is not showing your and Arnd's name. But MAINTAINER shows drivers/misc/* for you and Arnd. And besides I noticed there are one or two patches still lying around with maintainer ACK but never picked up as they didnot have you or Andrew in the To or CC list. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web