Re: [PATCH] net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()

From: David Miller
Date: Sat Jun 27 2020 - 21:03:43 EST


From: linmiaohe <linmiaohe@xxxxxxxxxx>
Date: Sat, 27 Jun 2020 15:47:51 +0800

> From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
>
> We can't cast sk_buff to rtable by (struct rtable *)hint. Use skb_rtable().
>
> Fixes: 02b24941619f ("ipv4: use dst hint for ipv4 list receive")
>
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Please do not put empty lines between Fixes: and other tags. All of the
tags belong together in a continuous uninterrupted sequence.

Applied and queued up for -stable, thank you.