[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191108133428.40f10fff@cakuba>
Date: Fri, 8 Nov 2019 13:34:28 -0800
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: Jiri Pirko <jiri@...nulli.us>
Cc: netdev@...r.kernel.org, davem@...emloft.net, idosch@...lanox.com,
mlxsw@...lanox.com
Subject: Re: [patch net-next] devlink: disallow reload operation during
device cleanup
On Fri, 8 Nov 2019 21:42:43 +0100, Jiri Pirko wrote:
> From: Jiri Pirko <jiri@...lanox.com>
>
> There is a race between driver code that does setup/cleanup of device
> and devlink reload operation that in some drivers works with the same
> code. Use after free could we easily obtained by running:
>
> while true; do
> echo 10 > /sys/bus/netdevsim/new_device
> devlink dev reload netdevsim/netdevsim10 &
> echo 10 > /sys/bus/netdevsim/del_device
> done
>
> Fix this by enabling reload only after setup of device is complete and
> disabling it at the beginning of the cleanup process.
>
> Reported-by: Ido Schimmel <idosch@...lanox.com>
> Fixes: 2d8dc5bbf4e7 ("devlink: Add support for reload")
> Signed-off-by: Jiri Pirko <jiri@...lanox.com>
I have no better ideas, so:
Acked-by: Jakub Kicinski <jakub.kicinski@...ronome.com>
Powered by blists - more mailing lists