[PATCH 01/10] staging: ks7010: use linux circular buffer header macros to handle tx and rx queues

Sergio Paracuellos sergio.paracuellos at gmail.com
Mon Apr 23 13:22:55 UTC 2018


On Mon, Apr 23, 2018 at 3:19 PM, Greg KH <gregkh at linuxfoundation.org> wrote:
> On Mon, Apr 23, 2018 at 03:02:20PM +0200, Sergio Paracuellos wrote:
>> On Mon, Apr 23, 2018 at 2:30 PM, Greg KH <gregkh at linuxfoundation.org> wrote:
>> > On Mon, Apr 16, 2018 at 12:29:23PM +0200, Sergio Paracuellos wrote:
>> >> This commit replace current custom implementation of some circular
>> >> buffer head and tail logic in favour of the use of macros defined
>> >> in linux circ_buf.h header. Queue related inline function names
>> >> have been review also.
>> >>
>> >> Signed-off-by: Sergio Paracuellos <sergio.paracuellos at gmail.com>
>> >> ---
>> >>  drivers/staging/ks7010/ks7010_sdio.c | 49 ++++++++++++++++++++++--------------
>> >>  1 file changed, 30 insertions(+), 19 deletions(-)
>> >
>> > Not all patches in this series would apply.  Can you please rebase and
>> > resend the remaining ones?
>>
>> I will. I think previous one to this series is not being applied at
>> all. Is it posible? The one with cover-letter subject "cleanups
>> continue" which contains 14 patches. It has a mail thread with Dan
>> about circular buffer stuff to fix and no resend the series because is
>> the wrong one is the last patch.
>
> I have no idea, sorry, all of these patches are long-gone from my patch
> queue.  If I haven't applied something, rebase and resend.  I'm dealing
> with over a thousand staging driver patches right now, I can't stop and
> "think" about what I already reviewed :)

ack! II'll resend those too with the remaining ones which problems to
apply in all the series.

>
> thanks,
>
> greg k-h

Thanks,
    Sergio Paracuellos


More information about the devel mailing list