Re: [PATCH] net/mlx4_core: fix a memory leak bug.

From: Jakub Kicinski
Date: Fri May 22 2020 - 13:24:26 EST


On Fri, 22 May 2020 00:23:48 -0500 wu000273@xxxxxxx wrote:
> From: Qiushi Wu <wu000273@xxxxxxx>
>
> In function mlx4_opreq_action(), pointer "mailbox" is not released,
> when mlx4_cmd_box() return and error, causing a memory leak bug.
> Fix this issue by going to "out" label, mlx4_free_cmd_mailbox() can
> free this pointer.
>
> Fixes: fe6f700d6cbb7 ("Respond to operation request by firmware")
> Signed-off-by: Qiushi Wu <wu000273@xxxxxxx>

Fixes tag: Fixes: fe6f700d6cbb7 ("Respond to operation request by firmware")
Has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'