]> git.ipfire.org Git - people/arne_f/kernel.git/commit
RDMA/mlx5: Fix wrong free of blue flame register on error
authorMark Bloch <mbloch@nvidia.com>
Wed, 13 Jan 2021 12:17:03 +0000 (14:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Jan 2021 17:26:18 +0000 (18:26 +0100)
commit40a78229354517df963aa257821c5082bb93c40f
tree28612ad446fa99a56f83e70a07c0438f7b1bdc09
parente8c8d2319bd794e1abd06f1d3ff3d5e70c4a60b7
RDMA/mlx5: Fix wrong free of blue flame register on error

commit 1c3aa6bd0b823105c2030af85d92d158e815d669 upstream.

If the allocation of the fast path blue flame register fails, the driver
should free the regular blue flame register allocated a statement above,
not the one that it just failed to allocate.

Fixes: 16c1975f1032 ("IB/mlx5: Create profile infrastructure to add and remove stages")
Link: https://lore.kernel.org/r/20210113121703.559778-6-leon@kernel.org
Reported-by: Hans Petter Selasky <hanss@nvidia.com>
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/hw/mlx5/main.c