Re: [PATCH] [PATCH net] net: Do not hold the reference for the same sk_rx_dst.
From: Cong Wang <hidden> Date: 2017-03-16 23:14:30
On Thu, Mar 16, 2017 at 2:33 PM, Eric Dumazet [off-list ref] wrote:
Have you backported the redirect fix ?
commit 45caeaa5ac0b4b11784ac6f932c0ad4c6b67cda0
Or other fixes that went very recently (pick David Miller net tree)
Why the commit above is relevant here? It fixes a double-release,
while Kevin's case is a double-hold... Not to mention it sk_rx_dst
instead of sk_dst_cache, according to Kevin.