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


Groups > linux.kernel > #1337744 > unrolled thread

Re: [PATCHv3 00/11] Fixes and improvements to f_fs and f_midi

Started byFelipe Balbi <balbi@kernel.org>
First post2016-02-18 22:30 +0100
Last post2016-02-19 08:20 +0100
Articles 3 — 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: [PATCHv3 00/11] Fixes and improvements to f_fs and f_midi Felipe Balbi <balbi@kernel.org> - 2016-02-18 22:30 +0100
    Re: [PATCHv3 00/11] Fixes and improvements to f_fs and f_midi Michal Nazarewicz <mina86@mina86.com> - 2016-02-18 23:00 +0100
      Re: [PATCHv3 00/11] Fixes and improvements to f_fs and f_midi Felipe Balbi <balbif@gmail.com> - 2016-02-19 08:20 +0100

#1337744 — Re: [PATCHv3 00/11] Fixes and improvements to f_fs and f_midi

FromFelipe Balbi <balbi@kernel.org>
Date2016-02-18 22:30 +0100
SubjectRe: [PATCHv3 00/11] Fixes and improvements to f_fs and f_midi
Message-ID<r3Ej8-3cS-7@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Hi,

Michal Nazarewicz <mina86@mina86.com> writes:
> Resending my previous two sets for f_fs and f_midi.  This time rebased
> on top of Felipe’s next branch.
>
> Dan Carpenter (1):
>   usb: gadget: f_midi: missing unlock on error path
>
> Du, Changbin (1):
>   usb: f_fs: avoid race condition with ffs_epfile_io_complete
>
> Felipe F. Tonello (1):
>   usb: gadget: f_midi: remove useless midi reference from port struct
>
> Michal Nazarewicz (8):
>   usb: f_fs: fix memory leak when ep changes during transfer
>   usb: f_fs: fix ffs_epfile_io returning success on req alloc failure
>   usb: f_fs: replace unnecessary goto with a return
>   usb: f_fs: refactor ffs_epfile_io
>   usb: gadget: f_midi: move some of f_midi_transmit to separate func
>   usb: gadget: f_midi: fix in_last_port looping logic
>   usb: gadget: f_midi: use flexible array member for gmidi_in_port
>     elements
>   usb: gadget: f_midi: stash substream in gmidi_in_port structure

looks like I don't have these patches in my inbox, care to resend ?

thanks

-- 
balbi

[toc] | [next] | [standalone]


#1337749

FromMichal Nazarewicz <mina86@mina86.com>
Date2016-02-18 23:00 +0100
Message-ID<r3EMa-3nD-15@gated-at.bofh.it>
In reply to#1337744
> Michal Nazarewicz <mina86@mina86.com> writes:
>> Resending my previous two sets for f_fs and f_midi.  This time rebased
>> on top of Felipe’s next branch.
>>
>> Dan Carpenter (1):
>>   usb: gadget: f_midi: missing unlock on error path
>>
>> Du, Changbin (1):
>>   usb: f_fs: avoid race condition with ffs_epfile_io_complete
>>
>> Felipe F. Tonello (1):
>>   usb: gadget: f_midi: remove useless midi reference from port struct
>>
>> Michal Nazarewicz (8):
>>   usb: f_fs: fix memory leak when ep changes during transfer
>>   usb: f_fs: fix ffs_epfile_io returning success on req alloc failure
>>   usb: f_fs: replace unnecessary goto with a return
>>   usb: f_fs: refactor ffs_epfile_io
>>   usb: gadget: f_midi: move some of f_midi_transmit to separate func
>>   usb: gadget: f_midi: fix in_last_port looping logic
>>   usb: gadget: f_midi: use flexible array member for gmidi_in_port
>>     elements
>>   usb: gadget: f_midi: stash substream in gmidi_in_port structure

On Thu, Feb 18 2016, Felipe Balbi wrote:
> looks like I don't have these patches in my inbox, care to resend ?

Patches freshly rebased on your next branch coming right up.  Also
available at:

    git fetch https://github.com/mina86/linux.git for-felipe

-- 
Best regards
Liege of Serenely Enlightened Majesty of Computer Science,
ミハウ “mina86” ナザレヴイツ  <mpn@google.com> <xmpp:mina86@jabber.org>

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


#1337938

FromFelipe Balbi <balbif@gmail.com>
Date2016-02-19 08:20 +0100
Message-ID<r3Nw6-1vG-11@gated-at.bofh.it>
In reply to#1337749

[Multipart message — attachments visible in raw view] — view raw

Hi,

Michal Nazarewicz <mina86@mina86.com> writes:
>> Michal Nazarewicz <mina86@mina86.com> writes:
>>> Resending my previous two sets for f_fs and f_midi.  This time rebased
>>> on top of Felipe’s next branch.
>>>
>>> Dan Carpenter (1):
>>>   usb: gadget: f_midi: missing unlock on error path
>>>
>>> Du, Changbin (1):
>>>   usb: f_fs: avoid race condition with ffs_epfile_io_complete
>>>
>>> Felipe F. Tonello (1):
>>>   usb: gadget: f_midi: remove useless midi reference from port struct
>>>
>>> Michal Nazarewicz (8):
>>>   usb: f_fs: fix memory leak when ep changes during transfer
>>>   usb: f_fs: fix ffs_epfile_io returning success on req alloc failure
>>>   usb: f_fs: replace unnecessary goto with a return
>>>   usb: f_fs: refactor ffs_epfile_io
>>>   usb: gadget: f_midi: move some of f_midi_transmit to separate func
>>>   usb: gadget: f_midi: fix in_last_port looping logic
>>>   usb: gadget: f_midi: use flexible array member for gmidi_in_port
>>>     elements
>>>   usb: gadget: f_midi: stash substream in gmidi_in_port structure
>
> On Thu, Feb 18 2016, Felipe Balbi wrote:
>> looks like I don't have these patches in my inbox, care to resend ?
>
> Patches freshly rebased on your next branch coming right up.  Also
> available at:
>
>     git fetch https://github.com/mina86/linux.git for-felipe

thanks, I'll fetch your branch and apply the patches individually :-)

-- 
balbi

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web