aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@mellanox.com>2019-10-30 11:04:22 +0200
committerDavid S. Miller <davem@davemloft.net>2019-10-30 12:02:52 -0700
commitb7265a0df82c1716bf788096217083ed65a8bb14 (patch)
treefae8e5df83fc59aac8e382d721d0a8f7c821ce42 /include/net/sock.h
parentqed: Optimize execution time for nvm attributes configuration. (diff)
downloadlinux-dev-b7265a0df82c1716bf788096217083ed65a8bb14.tar.xz
linux-dev-b7265a0df82c1716bf788096217083ed65a8bb14.zip
mlxsw: core: Unpublish devlink parameters during reload
The devlink parameter "acl_region_rehash_interval" is a runtime parameter whose value is stored in a dynamically allocated memory. While reloading the driver, this memory is freed and then allocated again. A use-after-free might happen if during this time frame someone tries to retrieve its value. Since commit 070c63f20f6c ("net: devlink: allow to change namespaces during reload") the use-after-free can be reliably triggered when reloading the driver into a namespace, as after freeing the memory (via reload_down() callback) all the parameters are notified. Fix this by unpublishing and then re-publishing the parameters during reload. Fixes: 98bbf70c1c41 ("mlxsw: spectrum: add "acl_region_rehash_interval" devlink param") Fixes: 7c62cfb8c574 ("devlink: publish params only after driver init is done") Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sock.h')
0 files changed, 0 insertions, 0 deletions