From: linmiaohe <linmia...@huawei.com> Date: Sat, 27 Jun 2020 15:47:51 +0800
> From: Miaohe Lin <linmia...@huawei.com> > > 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 <linmia...@huawei.com> 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.