Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1316190 > unrolled thread

Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2016-01-25 04:40 +0100
Last post2016-01-26 02:50 +0100
Articles 9 — 3 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.


Contents

  Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-01-25 04:40 +0100
    Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup "Geyslan G. Bem" <geyslan@gmail.com> - 2016-01-25 21:00 +0100
      Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-01-25 21:00 +0100
        Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup "Geyslan G. Bem" <geyslan@gmail.com> - 2016-01-25 21:30 +0100
      Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup Alan Stern <stern@rowland.harvard.edu> - 2016-01-25 21:10 +0100
        Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup "Geyslan G. Bem" <geyslan@gmail.com> - 2016-01-25 21:30 +0100
          Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup Alan Stern <stern@rowland.harvard.edu> - 2016-01-25 21:50 +0100
            Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup "Geyslan G. Bem" <geyslan@gmail.com> - 2016-01-25 23:20 +0100
              Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup "Geyslan G. Bem" <geyslan@gmail.com> - 2016-01-26 02:50 +0100

#1316190 — Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-01-25 04:40 +0100
SubjectRe: [PATCH v3 00/10] usb: host: ehci-sched: cleanup
Message-ID<qUGau-6gE-7@gated-at.bofh.it>
On Thu, Dec 24, 2015 at 01:03:39PM -0300, Geyslan G. Bem wrote:
> 2015-12-13 13:59 GMT-03:00 Geyslan G. Bem <geyslan@gmail.com>:
> >
> > Cleanup done with the help of coccinelle, checkpatch and cppcheck tools.
> >
> > Geyslan G. Bem (10):
> >   usb: host: ehci-sched: refactor scan_isoc function
> >   usb: host: ehci-sched: move constants to right
> >   usb: host: ehci-sched: remove useless initializations
> >   usb: host: ehci-sched: add spaces around operators
> >   usb: host: ehci-sched: remove prohibited spaces
> >   usb: host: ehci-sched: remove useless else branch
> >   usb: host: ehci-sched: use C89-style comments
> >   usb: host: ehci-sched: add line after declarations
> >   usb: host: ehci-sched: use sizeof operator with parens
> >   usb: host: ehci-sched: remove unnecessary braces
> >
> >  drivers/usb/host/ehci-sched.c | 522 +++++++++++++++++++++---------------------
> >  1 file changed, 261 insertions(+), 261 deletions(-)
> >
> > --
> > 2.6.3
> >
> 
> Hello,
> 
> Disturbing eggnogs... :-)
> 
> This bunch will be applied?

Ok, I tried to dig through all of these, but I have over 50+ emails from
you, and it's not quite obvious which ones should be applied, and which
are superseaded by a new series.  So can you just send me all of your
outstanding patches, in one series, with all of the accumulated (if any)
acks you have gotten for them, so that I can queue them up?  That will
make my life much easier.

thanks,

greg k-h

[toc] | [next] | [standalone]


#1317259

From"Geyslan G. Bem" <geyslan@gmail.com>
Date2016-01-25 21:00 +0100
Message-ID<qUVsS-t7-5@gated-at.bofh.it>
In reply to#1316190
2016-01-25 0:30 GMT-03:00 Greg Kroah-Hartman <gregkh@linuxfoundation.org>:
> On Thu, Dec 24, 2015 at 01:03:39PM -0300, Geyslan G. Bem wrote:
>> 2015-12-13 13:59 GMT-03:00 Geyslan G. Bem <geyslan@gmail.com>:
>> >
>> > Cleanup done with the help of coccinelle, checkpatch and cppcheck tools.
>> >
>> > Geyslan G. Bem (10):
>> >   usb: host: ehci-sched: refactor scan_isoc function
>> >   usb: host: ehci-sched: move constants to right
>> >   usb: host: ehci-sched: remove useless initializations
>> >   usb: host: ehci-sched: add spaces around operators
>> >   usb: host: ehci-sched: remove prohibited spaces
>> >   usb: host: ehci-sched: remove useless else branch
>> >   usb: host: ehci-sched: use C89-style comments
>> >   usb: host: ehci-sched: add line after declarations
>> >   usb: host: ehci-sched: use sizeof operator with parens
>> >   usb: host: ehci-sched: remove unnecessary braces
>> >
>> >  drivers/usb/host/ehci-sched.c | 522 +++++++++++++++++++++---------------------
>> >  1 file changed, 261 insertions(+), 261 deletions(-)
>> >
>> > --
>> > 2.6.3
>> >
>>
>> Hello,
>>
>> Disturbing eggnogs... :-)
>>
>> This bunch will be applied?
>
> Ok, I tried to dig through all of these, but I have over 50+ emails from
> you, and it's not quite obvious which ones should be applied, and which
> are superseaded by a new series.  So can you just send me all of your
> outstanding patches, in one series, with all of the accumulated (if any)
> acks you have gotten for them, so that I can queue them up?  That will
> make my life much easier.

Ok Greg, there was three patchset versions for this file that would
count over 40+ emails. This is v3. I didn't find any answer with ack
for it.
About sending, there's no problem, I'm here trying to help :-) but in
order to not increase the noise that I have created I would like to
wait Alan's answer.

Alan, could you please analyze this?

Thank you.

>
> thanks,
>
> greg k-h



-- 
Regards,

Geyslan G. Bem
hackingbits.com

[toc] | [prev] | [next] | [standalone]


#1317264

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-01-25 21:00 +0100
Message-ID<qUVsT-t7-25@gated-at.bofh.it>
In reply to#1317259
On Mon, Jan 25, 2016 at 04:52:52PM -0300, Geyslan G. Bem wrote:
> 2016-01-25 0:30 GMT-03:00 Greg Kroah-Hartman <gregkh@linuxfoundation.org>:
> > On Thu, Dec 24, 2015 at 01:03:39PM -0300, Geyslan G. Bem wrote:
> >> 2015-12-13 13:59 GMT-03:00 Geyslan G. Bem <geyslan@gmail.com>:
> >> >
> >> > Cleanup done with the help of coccinelle, checkpatch and cppcheck tools.
> >> >
> >> > Geyslan G. Bem (10):
> >> >   usb: host: ehci-sched: refactor scan_isoc function
> >> >   usb: host: ehci-sched: move constants to right
> >> >   usb: host: ehci-sched: remove useless initializations
> >> >   usb: host: ehci-sched: add spaces around operators
> >> >   usb: host: ehci-sched: remove prohibited spaces
> >> >   usb: host: ehci-sched: remove useless else branch
> >> >   usb: host: ehci-sched: use C89-style comments
> >> >   usb: host: ehci-sched: add line after declarations
> >> >   usb: host: ehci-sched: use sizeof operator with parens
> >> >   usb: host: ehci-sched: remove unnecessary braces
> >> >
> >> >  drivers/usb/host/ehci-sched.c | 522 +++++++++++++++++++++---------------------
> >> >  1 file changed, 261 insertions(+), 261 deletions(-)
> >> >
> >> > --
> >> > 2.6.3
> >> >
> >>
> >> Hello,
> >>
> >> Disturbing eggnogs... :-)
> >>
> >> This bunch will be applied?
> >
> > Ok, I tried to dig through all of these, but I have over 50+ emails from
> > you, and it's not quite obvious which ones should be applied, and which
> > are superseaded by a new series.  So can you just send me all of your
> > outstanding patches, in one series, with all of the accumulated (if any)
> > acks you have gotten for them, so that I can queue them up?  That will
> > make my life much easier.
> 
> Ok Greg, there was three patchset versions for this file that would
> count over 40+ emails. This is v3. I didn't find any answer with ack
> for it.

But you had sent other series as well, please resend _everything_.

> About sending, there's no problem, I'm here trying to help :-) but in
> order to not increase the noise that I have created I would like to
> wait Alan's answer.
> 
> Alan, could you please analyze this?

Don't wait for someone, you can just resend it all, that's fine.

thanks,

greg k-h

[toc] | [prev] | [next] | [standalone]


#1317277

From"Geyslan G. Bem" <geyslan@gmail.com>
Date2016-01-25 21:30 +0100
Message-ID<qUVVV-TK-15@gated-at.bofh.it>
In reply to#1317264
2016-01-25 16:56 GMT-03:00 Greg Kroah-Hartman <gregkh@linuxfoundation.org>:
> On Mon, Jan 25, 2016 at 04:52:52PM -0300, Geyslan G. Bem wrote:
>> 2016-01-25 0:30 GMT-03:00 Greg Kroah-Hartman <gregkh@linuxfoundation.org>:
>> > On Thu, Dec 24, 2015 at 01:03:39PM -0300, Geyslan G. Bem wrote:
>> >> 2015-12-13 13:59 GMT-03:00 Geyslan G. Bem <geyslan@gmail.com>:
>> >> >
>> >> > Cleanup done with the help of coccinelle, checkpatch and cppcheck tools.
>> >> >
>> >> > Geyslan G. Bem (10):
>> >> >   usb: host: ehci-sched: refactor scan_isoc function
>> >> >   usb: host: ehci-sched: move constants to right
>> >> >   usb: host: ehci-sched: remove useless initializations
>> >> >   usb: host: ehci-sched: add spaces around operators
>> >> >   usb: host: ehci-sched: remove prohibited spaces
>> >> >   usb: host: ehci-sched: remove useless else branch
>> >> >   usb: host: ehci-sched: use C89-style comments
>> >> >   usb: host: ehci-sched: add line after declarations
>> >> >   usb: host: ehci-sched: use sizeof operator with parens
>> >> >   usb: host: ehci-sched: remove unnecessary braces
>> >> >
>> >> >  drivers/usb/host/ehci-sched.c | 522 +++++++++++++++++++++---------------------
>> >> >  1 file changed, 261 insertions(+), 261 deletions(-)
>> >> >
>> >> > --
>> >> > 2.6.3
>> >> >
>> >>
>> >> Hello,
>> >>
>> >> Disturbing eggnogs... :-)
>> >>
>> >> This bunch will be applied?
>> >
>> > Ok, I tried to dig through all of these, but I have over 50+ emails from
>> > you, and it's not quite obvious which ones should be applied, and which
>> > are superseaded by a new series.  So can you just send me all of your
>> > outstanding patches, in one series, with all of the accumulated (if any)
>> > acks you have gotten for them, so that I can queue them up?  That will
>> > make my life much easier.
>>
>> Ok Greg, there was three patchset versions for this file that would
>> count over 40+ emails. This is v3. I didn't find any answer with ack
>> for it.
>
> But you had sent other series as well, please resend _everything_.
Oh, I see.

>
>> About sending, there's no problem, I'm here trying to help :-) but in
>> order to not increase the noise that I have created I would like to
>> wait Alan's answer.
>>
>> Alan, could you please analyze this?
>
> Don't wait for someone, you can just resend it all, that's fine.
All right.

>
> thanks,
>
> greg k-h



-- 
Regards,

Geyslan G. Bem
hackingbits.com

[toc] | [prev] | [next] | [standalone]


#1317268

FromAlan Stern <stern@rowland.harvard.edu>
Date2016-01-25 21:10 +0100
Message-ID<qUVCz-M7-27@gated-at.bofh.it>
In reply to#1317259
On Mon, 25 Jan 2016, Geyslan G. Bem wrote:

> Ok Greg, there was three patchset versions for this file that would
> count over 40+ emails. This is v3. I didn't find any answer with ack
> for it.
> About sending, there's no problem, I'm here trying to help :-) but in
> order to not increase the noise that I have created I would like to
> wait Alan's answer.
> 
> Alan, could you please analyze this?

How was v3 different from v2?

Alan Stern

[toc] | [prev] | [next] | [standalone]


#1317276

From"Geyslan G. Bem" <geyslan@gmail.com>
Date2016-01-25 21:30 +0100
Message-ID<qUVVV-TK-11@gated-at.bofh.it>
In reply to#1317268
2016-01-25 17:08 GMT-03:00 Alan Stern <stern@rowland.harvard.edu>:
> On Mon, 25 Jan 2016, Geyslan G. Bem wrote:
>
>> Ok Greg, there was three patchset versions for this file that would
>> count over 40+ emails. This is v3. I didn't find any answer with ack
>> for it.
>> About sending, there's no problem, I'm here trying to help :-) but in
>> order to not increase the noise that I have created I would like to
>> wait Alan's answer.
>>
>> Alan, could you please analyze this?
>
> How was v3 different from v2?

Just an undo: http://thread.gmane.org/gmane.linux.kernel/2107373/focus=2107376

I'm sorry for not put it in the cover letter.

>
> Alan Stern
>



-- 
Regards,

Geyslan G. Bem
hackingbits.com

[toc] | [prev] | [next] | [standalone]


#1317298

FromAlan Stern <stern@rowland.harvard.edu>
Date2016-01-25 21:50 +0100
Message-ID<qUWfh-12K-33@gated-at.bofh.it>
In reply to#1317276
On Mon, 25 Jan 2016, Geyslan G. Bem wrote:

> 2016-01-25 17:08 GMT-03:00 Alan Stern <stern@rowland.harvard.edu>:
> > On Mon, 25 Jan 2016, Geyslan G. Bem wrote:
> >
> >> Ok Greg, there was three patchset versions for this file that would
> >> count over 40+ emails. This is v3. I didn't find any answer with ack
> >> for it.
> >> About sending, there's no problem, I'm here trying to help :-) but in
> >> order to not increase the noise that I have created I would like to
> >> wait Alan's answer.
> >>
> >> Alan, could you please analyze this?
> >
> > How was v3 different from v2?
> 
> Just an undo: http://thread.gmane.org/gmane.linux.kernel/2107373/focus=2107376
> 
> I'm sorry for not put it in the cover letter.

Ah yes, now I remember.  For the whole v3 series:

Acked-by: Alan Stern <stern@rowland.harvard.edu>

Alan Stern

[toc] | [prev] | [next] | [standalone]


#1317350

From"Geyslan G. Bem" <geyslan@gmail.com>
Date2016-01-25 23:20 +0100
Message-ID<qUXEm-2af-15@gated-at.bofh.it>
In reply to#1317298
2016-01-25 17:40 GMT-03:00 Alan Stern <stern@rowland.harvard.edu>:
> On Mon, 25 Jan 2016, Geyslan G. Bem wrote:
>
>> 2016-01-25 17:08 GMT-03:00 Alan Stern <stern@rowland.harvard.edu>:
>> > On Mon, 25 Jan 2016, Geyslan G. Bem wrote:
>> >
>> >> Ok Greg, there was three patchset versions for this file that would
>> >> count over 40+ emails. This is v3. I didn't find any answer with ack
>> >> for it.
>> >> About sending, there's no problem, I'm here trying to help :-) but in
>> >> order to not increase the noise that I have created I would like to
>> >> wait Alan's answer.
>> >>
>> >> Alan, could you please analyze this?
>> >
>> > How was v3 different from v2?
>>
>> Just an undo: http://thread.gmane.org/gmane.linux.kernel/2107373/focus=2107376
>>
>> I'm sorry for not put it in the cover letter.
>
> Ah yes, now I remember.  For the whole v3 series:
>
> Acked-by: Alan Stern <stern@rowland.harvard.edu>

Thank you, I'll merge my branches to resend _everything_ as a single
patchset the way Greg asked:

[PATCH resend 0/9] usb: host: ehci.h cleanup
[PATCH v3 00/16] usb: host: ehci-dbg: cleanup and refactoring
[PATCH] usb: ehci: remove old stub_debug_files definition
[PATCH v3 00/10] usb: host: ehci-sched: cleanup (THIS)

I think that it's all.

>
> Alan Stern
>



-- 
Regards,

Geyslan G. Bem
hackingbits.com

[toc] | [prev] | [next] | [standalone]


#1317452

From"Geyslan G. Bem" <geyslan@gmail.com>
Date2016-01-26 02:50 +0100
Message-ID<qV0VA-4hz-5@gated-at.bofh.it>
In reply to#1317350
2016-01-25 19:18 GMT-03:00 Geyslan G. Bem <geyslan@gmail.com>:
> 2016-01-25 17:40 GMT-03:00 Alan Stern <stern@rowland.harvard.edu>:
>> On Mon, 25 Jan 2016, Geyslan G. Bem wrote:
>>
>>> 2016-01-25 17:08 GMT-03:00 Alan Stern <stern@rowland.harvard.edu>:
>>> > On Mon, 25 Jan 2016, Geyslan G. Bem wrote:
>>> >
>>> >> Ok Greg, there was three patchset versions for this file that would
>>> >> count over 40+ emails. This is v3. I didn't find any answer with ack
>>> >> for it.
>>> >> About sending, there's no problem, I'm here trying to help :-) but in
>>> >> order to not increase the noise that I have created I would like to
>>> >> wait Alan's answer.
>>> >>
>>> >> Alan, could you please analyze this?
>>> >
>>> > How was v3 different from v2?
>>>
>>> Just an undo: http://thread.gmane.org/gmane.linux.kernel/2107373/focus=2107376
>>>
>>> I'm sorry for not put it in the cover letter.
>>
>> Ah yes, now I remember.  For the whole v3 series:
>>
>> Acked-by: Alan Stern <stern@rowland.harvard.edu>
>
> Thank you, I'll merge my branches to resend _everything_ as a single
> patchset the way Greg asked:
>
> [PATCH resend 0/9] usb: host: ehci.h cleanup
> [PATCH v3 00/16] usb: host: ehci-dbg: cleanup and refactoring
> [PATCH] usb: ehci: remove old stub_debug_files definition
> [PATCH v3 00/10] usb: host: ehci-sched: cleanup (THIS)
>
> I think that it's all.

Hello,

Done: [PATCH 00/36] usb: host: ehci: cleanup and refactoring

>
>>
>> Alan Stern
>>
>
>
>
> --
> Regards,
>
> Geyslan G. Bem
> hackingbits.com



-- 
Regards,

Geyslan G. Bem
hackingbits.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web