From: Eric Dumazet <[email protected]>
Date: Fri, 3 May 2019 08:24:44 -0700
> Since ip6frag_expire_frag_queue() now pulls the head skb
> from frag queue, we should no longer use skb_get(), since
> this leads to an skb leak.
>
> Stefan Bader initially reported a problem in 4.4.stable [1] caused
> by the skb_get(), so this patch should also fix this issue.
...
> Fixes: d4289fcc9b16 ("net: IP6 defrag: use rbtrees for IPv6 defrag")
> Signed-off-by: Eric Dumazet <[email protected]>
> Reported-by: Stefan Bader <[email protected]>
Applied, thanks Eric.