]> git.itanic.dy.fi Git - linux-stable/commit
devlink: fix port new reply cmd type
authorJiri Pirko <jiri@nvidia.com>
Mon, 18 Mar 2024 09:19:08 +0000 (10:19 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 20 Mar 2024 02:37:57 +0000 (19:37 -0700)
commit78a2f5e6c15d8dcbd6495bb9635c7cb89235dfc5
treee7acd384ca8c025b1ac5c80f5aef8c0dc79137e1
parent956c0d6191075f0592367512bf07aede458f0151
devlink: fix port new reply cmd type

Due to a c&p error, port new reply fills-up cmd with wrong value,
any other existing port command replies and notifications.

Fix it by filling cmd with value DEVLINK_CMD_PORT_NEW.

Skimmed through devlink userspace implementations, none of them cares
about this cmd value.

Reported-by: Chenyuan Yang <chenyuan0y@gmail.com>
Closes: https://lore.kernel.org/all/ZfZcDxGV3tSy4qsV@cy-server/
Fixes: cd76dcd68d96 ("devlink: Support add and delete devlink port")
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Parav Pandit <parav@nvidia.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Link: https://lore.kernel.org/r/20240318091908.2736542-1-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/devlink/port.c