net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()
authorDan Carpenter <dan.carpenter@linaro.org>
Sat, 14 Sep 2024 09:58:26 +0000 (12:58 +0300)
committerJakub Kicinski <kuba@kernel.org>
Sun, 15 Sep 2024 15:38:56 +0000 (08:38 -0700)
commitbe461814aa4cb32aae061404b9a6a83ef3895018
treefbf56f18548ad55d768746fc60ca33e6681b00cd
parent472d455e7c6f32e6ae4738de8e6ba212db372661
net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()

There is a copy and paste bug so this code checks "sq->dep_wqe" where
"sq->wr_priv" was intended.  It could result in a NULL pointer
dereference.

Fixes: 2ca62599aa0b ("net/mlx5: HWS, added send engine and context handling")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/da822315-02b7-4f5b-9c86-0d5176c5069d@stanley.mountain
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_send.c