Re: [PATCH] connector: bump skb->users before callback invocation
From: Evgeniy Polyakov
Date: Mon Jan 11 2016 - 15:26:18 EST
Hi everyone
Thanks for fixing and quick pushing of this bug.
05.01.2016, 05:47, "David Miller" <davem@xxxxxxxxxxxxx>:
> From: Florian Westphal <fw@xxxxxxxxx>
> Date: Thu, 31 Dec 2015 14:26:33 +0100
>
>> Dmitry reports memleak with syskaller program.
>> Problem is that connector bumps skb usecount but might not invoke callback.
>>
>> So move skb_get to where we invoke the callback.
>>
>> Reported-by: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
>> Signed-off-by: Florian Westphal <fw@xxxxxxxxx>
>
> Applied and queued up for -stable, thanks.