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. Parav Pandit (2): devlink: Enhance policy to validate eswitch mode value devlink: Enhance policy to validate port type input value net/core/devlink.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.26.2