]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge branch 'net-use-strict-checks-in-doit-handlers'
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Jan 2019 18:09:59 +0000 (10:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Jan 2019 18:09:59 +0000 (10:09 -0800)
Jakub Kicinski says:

====================
net: use strict checks in doit handlers

This series extends strict argument checking to doit handlers
of the GET* nature.  This is a bit tricky since strict checking
flag has already been released..

iproute2 did not have a release with strick checks enabled,
and it will only need a minor one-liner to pass strick checks
after all the work that DaveA has already done.

Big thanks to Dave Ahern for help and guidence.

v2:
 - remove unnecessary check in patch 5 (Nicolas);
 - add path 7 (DaveA);
 - improve messages in patch 8 (DaveA).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge