On Mo, 2018-09-24 at 10:56 +0000, [email protected] wrote:
> Zitat von Greg Kroah-Hartman <[email protected]>:
>
> > On Mon, Sep 24, 2018 at 11:24:10AM +0200, Oliver Neukum wrote:
> > > Hi,
> > >
> > > how should I mark fixes intended for the testing branch?
> > > I got one for the usbtmc driver.
> >
> > Just send it like normal. You can do a "Fixes:" tag with the sha1, that
> > should be fine. I need to push out my testing branch now, 0-day seems
> > to be stalled :(
> >
>
> Big sorry! There is a superflous kmalloc line 1270 til 1272.
> Shall I send the fix?
Damn. That is the same allocation repeated, not a reuse of the buffer.
I'll resend. There is also a leak in the error case.
Regards
Oliver