From: David S. Miller Date: Sat, 19 Jan 2019 18:09:59 +0000 (-0800) Subject: Merge branch 'net-use-strict-checks-in-doit-handlers' X-Git-Tag: v5.1-rc1~178^2~480 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e266afa9c7afc51deaaf1e1566a8dfbc6f632b07;p=users%2Fhch%2Fuuid.git Merge branch 'net-use-strict-checks-in-doit-handlers' 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 --- e266afa9c7afc51deaaf1e1566a8dfbc6f632b07