From: Ido Schimmel <ido...@mellanox.com> Date: Thu, 20 Dec 2018 17:03:26 +0000
> Patch #1 prevents a user triaggerable warning in the flow dissector by > setting 'skb->dev' in skbs used for IPv4 output route get requests. > > Patch #2 adds a test case that triggers the warning without the first > patch. > > I have audited all the RTM_GETROUTE handlers and could not find any > other callpath where an skb is passed to the flow dissector with both > 'skb->dev' and 'skb->sk' cleared. I'll apply this, thanks Ido.