On Wed, 2017-12-13 at 14:41 -0500, Willem de Bruijn wrote: > From: Willem de Bruijn <will...@google.com> > > skb_complete_tx_timestamp must ingest the skb it is passed. Call > kfree_skb if the skb cannot be enqueued. > > Fixes: b245be1f4db1 ("net-timestamp: no-payload only sysctl") > Fixes: 9ac25fc06375 ("net: fix socket refcounting in > skb_complete_tx_timestamp()") > Reported-by: Richard Cochran <richardcoch...@gmail.com> > Signed-off-by: Willem de Bruijn <will...@google.com> > ---
Reviewed-by: Eric Dumazet <eduma...@google.com> Thanks !