lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <Y70PyuHXJZ3gD8dG@nanopsycho> Date: Tue, 10 Jan 2023 08:12:10 +0100 From: Jiri Pirko <jiri@...nulli.us> To: Jakub Kicinski <kuba@...nel.org> Cc: netdev@...r.kernel.org, davem@...emloft.net, pabeni@...hat.com, edumazet@...gle.com, michael.chan@...adcom.com, yisen.zhuang@...wei.com, salil.mehta@...wei.com, jesse.brandeburg@...el.com, anthony.l.nguyen@...el.com, tariqt@...dia.com, saeedm@...dia.com, leon@...nel.org, idosch@...dia.com, petrm@...dia.com, mailhol.vincent@...adoo.fr, jacob.e.keller@...el.com, gal@...dia.com Subject: Re: [patch net-next v3 01/11] devlink: remove devlink features Tue, Jan 10, 2023 at 01:55:00AM CET, kuba@...nel.org wrote: >On Mon, 9 Jan 2023 19:31:10 +0100 Jiri Pirko wrote: >> Note that mlx5 used this to enable devlink reload conditionally only >> when device didn't act as multi port slave. Move the multi port check >> into mlx5_devlink_reload_down() callback alongside with the other >> checks preventing the device from reload in certain states. > >Right, but this is not 100% equivalent because we generate the >notifications _before_ we try to reload_down: > > devlink_ns_change_notify(devlink, dest_net, curr_net, false); > err = devlink->ops->reload_down(devlink, !!dest_net, action, limit, extack); > if (err) > return err; > >IDK why, I haven't investigated. Right, but that is done even in other cases where down can't be done. I I think there's a bug here, down DEL notification is sent before calling down which can potentially fail. I think the notification call should be moved after reload_down() call. Then the bahaviour would stay the same for the features case and will get fixed for the reload_down() reject cases. What do you think?
Powered by blists - more mailing lists