Re: [PATCH net] nexthop: use nlmsg_parse_deprecated()

2019-08-12 Thread David Ahern
On 8/12/19 5:36 AM, Eric Dumazet wrote: > David missed that commit 8cb081746c03 ("netlink: make validation > more configurable for future strictness") has renamed nlmsg_parse() I think the root cause is nlmsg_parse() calling __nla_parse and not __nlmsg_parse. Users of nlmsg_parse are missing the h

Re: [PATCH net] nexthop: use nlmsg_parse_deprecated()

2019-08-12 Thread David Ahern
On 8/12/19 5:36 AM, Eric Dumazet wrote: > David missed that commit 8cb081746c03 ("netlink: make validation > more configurable for future strictness") has renamed nlmsg_parse() Thanks for the report, Eric. It is quite likely I overlooked something with that rename given the timing. However, the ne