Re: [PATCH] net/mlx5: DR, Fix freeing in dr_create_rc_qp()

From: Saeed Mahameed
Date: Thu Jun 04 2020 - 00:47:19 EST


On Mon, 2020-06-01 at 19:45 +0300, Denis Efremov wrote:
> Variable "in" in dr_create_rc_qp() is allocated with kvzalloc() and
> should be freed with kvfree().
>
> Fixes: 297cccebdc5a ("net/mlx5: DR, Expose an internal API to issue
> RDMA operations")
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Denis Efremov <efremov@xxxxxxxxx>
>

Applied to net-mlx5,
Thanks,
Saeed.