]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'strict-netlink-validation'
authorDavid S. Miller <davem@davemloft.net>
Sat, 27 Apr 2019 21:07:22 +0000 (17:07 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Apr 2019 21:07:22 +0000 (17:07 -0400)
commitb0c18b6b786ea3e2d26cf8d558682f81bd262ee2
tree81b4175fc03c61adbb8935f5f7b8ce02589c65dd
parent23807d8f4393819d2bf6b9d97fd5dd0cacdf4695
parent604b526aac84f1d8a001f84e0b6855328cf57855
Merge branch 'strict-netlink-validation'

Johannes Berg says:

====================
strict netlink validation

Here's a respin, with the following changes:
 * change message when rejecting unknown attribute types (David Ahern)
 * drop nl80211 patch - I'll apply it separately
 * remove NL_VALIDATE_POLICY - we have a lot of calls to nla_parse()
   that really should be without a policy as it has previously been
   validated - need to find a good way to handle this later
 * include the correct generic netlink change (d'oh, sorry)
====================

Acked-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>