summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim/macsec.c
diff options
context:
space:
mode:
authorJiri Pirko <jiri@nvidia.com>2023-07-13 12:44:19 +0300
committerDavid S. Miller <davem@davemloft.net>2023-07-14 11:08:09 +0300
commit633d76ad01ad0321a1ace3e5cc4fed06753d7ac4 (patch)
treeda6992296f498f64f9b93bc6f17edfe0830c8e37 /drivers/net/netdevsim/macsec.c
parenta8fbe1eeef700c64a819330b5e3476de9bbb318d (diff)
downloadlinux-633d76ad01ad0321a1ace3e5cc4fed06753d7ac4.tar.xz
devlink: remove reload failed checks in params get/set callbacks
The checks in question were introduced by: commit 6b4db2e528f6 ("devlink: Fix use-after-free after a failed reload"). That fixed an issue of reload with mlxsw driver. Back then, that was a valid fix, because there was a limitation in place that prevented drivers from registering/unregistering params when devlink instance was registered. It was possible to do the fix differently by changing drivers to register/unregister params in appropriate places making sure the ops operate only on memory which is allocated and initialized. But that, as a dependency, would require to remove the limitation mentioned above. Eventually, this limitation was lifted by: commit 1d18bb1a4ddd ("devlink: allow registering parameters after the instance") Also, the alternative fix (which also fixed another issue) was done by: commit 74cbc3c03c82 ("mlxsw: spectrum_acl_tcam: Move devlink param to TCAM code"). Therefore, the checks are no longer relevant. Each driver should make sure to have the params registered only when the memory the ops are working with is allocated and initialized. So remove the checks. Signed-off-by: Jiri Pirko <jiri@nvidia.com> Reviewed-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netdevsim/macsec.c')
0 files changed, 0 insertions, 0 deletions