OSDN Git Service

Merge branch 'devlink-Use-nla_policy-to-validate-range'
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2020 00:38:42 +0000 (17:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2020 00:38:42 +0000 (17:38 -0700)
commit748d1c8a425ec529d541f082ee7a81f6a51fa120
treedb5d37005b047942476b2ae9b9741965877ae5f7
parent3ab0a7a0c349a1d7beb2bb371a62669d1528269d
parentc49a94405b39d3e3293da98f621fe4243f3cc4fa
Merge branch 'devlink-Use-nla_policy-to-validate-range'

Parav Pandit says:

====================
devlink: Use nla_policy to validate range

This two small patches uses nla_policy to validate user specified
fields are in valid range or not.

Patch summary:
Patch-1 checks the range of eswitch mode field
Patch-2 checks for the port type field. It eliminates a check in
code by using nla policy infrastructure.
====================

Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>