Re: [PATCH net 0/2] net: ipv4: Prevent user triggerable warning

2018-12-20 Thread David Miller
From: Ido Schimmel Date: Thu, 20 Dec 2018 17:03:26 + > 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 a

Re: [PATCH net 0/2] net: ipv4: Prevent user triggerable warning

2018-12-20 Thread David Miller
From: Ido Schimmel Date: Thu, 20 Dec 2018 17:03:26 + > 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 a

[PATCH net 0/2] net: ipv4: Prevent user triggerable warning

2018-12-20 Thread Ido Schimmel
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 callpat