mbox series

[v2,0/5] netlink: nested policy validation

Message ID 20180919194905.16462-1-johannes@sipsolutions.net (mailing list archive)
Headers show
Series netlink: nested policy validation | expand

Message

Johannes Berg Sept. 19, 2018, 7:49 p.m. UTC
Ok, I should've tried the idea that David came up with first - it does
in fact make the code quite a bit simpler, and indeed removes the need
for the previously introduced "**error_msg" argument that I hadn't
really liked anyway.

So, changes here are:
 * move setting the bad attr pointer/message into validate_nla()
 * remove the recursion patch since that's no longer needed
 * simply skip the generic bad attr pointer/message setting in
   case of nested nla_validate() failing since that could fail
   only due to validate_nla() failing inside, which already sets
   the extack information

johannes