net: sched: Add policy validation for tc attributes
authorDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 22:05:36 +0000 (15:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Oct 2018 21:26:44 +0000 (14:26 -0700)
commit8b4c3cdd9dd8290343ce959a132d3b334062c5b9
tree11f2cdafb6a217858f0fa1f273bb26cc919be840
parentbd961c9bc66497f0c63f4ba1d02900bb85078366
net: sched: Add policy validation for tc attributes

A number of TC attributes are processed without proper validation
(e.g., length checks). Add a tca policy for all input attributes and use
when invoking nlmsg_parse.

The 2 Fixes tags below cover the latest additions. The other attributes
are a string (KIND), nested attribute (OPTIONS which does seem to have
validation in most cases), for dumps only or a flag.

Fixes: 5bc1701881e39 ("net: sched: introduce multichain support for filters")
Fixes: d47a6b0e7c492 ("net: sched: introduce ingress/egress block index attributes for qdisc")
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_api.c