On 06/01/2017 08:34 AM, David Miller wrote:
> From: Roopa Prabhu
> Date: Wed, 31 May 2017 22:53:25 -0700
>
>> From: Roopa Prabhu
>>
>> recent updates to inet_rtm_getroute dropped skb_dst_set in
>> inet_rtm_getroute. This patch restores it because it is
>> needed to release the dst correctly.
>>
From: Roopa Prabhu
Date: Wed, 31 May 2017 22:53:25 -0700
> From: Roopa Prabhu
>
> recent updates to inet_rtm_getroute dropped skb_dst_set in
> inet_rtm_getroute. This patch restores it because it is
> needed to release the dst correctly.
>
> Fixes: 3765d35ed8b9 ("net: ipv4: Convert inet_rtm_ge
From: Roopa Prabhu
recent updates to inet_rtm_getroute dropped skb_dst_set in
inet_rtm_getroute. This patch restores it because it is
needed to release the dst correctly.
Fixes: 3765d35ed8b9 ("net: ipv4: Convert inet_rtm_getroute to rcu versions of
route lookup")
Reported-by: John Fastabend
Si