diff options
author | Leon Romanovsky <[email protected]> | 2021-11-17 16:49:09 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-11-18 11:34:17 +0000 |
commit | fec1faf221f61118aa52f44c65a13c3e173a64c2 (patch) | |
tree | bac3b1ae7e385ead0533ebd36e1e87d810f77aff /net/unix/af_unix.c | |
parent | f915b75bffb7257bd8d26376b8e1cc67771927f8 (diff) |
devlink: Don't throw an error if flash notification sent before devlink visible
The mlxsw driver calls to various devlink flash routines even before
users can get any access to the devlink instance itself. For example,
mlxsw_core_fw_rev_validate() one of such functions.
__mlxsw_core_bus_device_register
-> mlxsw_core_fw_rev_validate
-> mlxsw_core_fw_flash
-> mlxfw_firmware_flash
-> mlxfw_status_notify
-> devlink_flash_update_status_notify
-> __devlink_flash_update_notify
-> WARN_ON(...)
It causes to the WARN_ON to trigger warning about devlink not registered.
Fixes: cf530217408e ("devlink: Notify users when objects are accessible")
Reported-by: Danielle Ratson <[email protected]>
Tested-by: Danielle Ratson <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions