opnsense-src/sys/dev/mlx4/mlx4_core
Hans Petter Selasky 527762b2f7 mlx4: Fix a memory leak bug.
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.

Linux commit:
febfd9d3c7f74063e8e630b15413ca91b567f963

PR:		264056
MFC after:	1 week
Sponsored by:	NVIDIA Networking
2022-05-19 10:13:06 +02:00
..
fw.h mlx4: Map core_clock page to user space only when allowed 2021-07-12 14:22:35 +02:00
fw_qos.h mlx4en(4): Fix two in source code comments 2022-04-02 13:33:57 +02:00
icm.h mlx4, mthca: Silence warnings about no-op alignment operations 2021-02-11 10:16:59 -05:00
mlx4.h mlx5/mlx4: Bump driver version to 3.7.1 2022-03-08 13:12:03 +01:00
mlx4_alloc.c
mlx4_catas.c
mlx4_cmd.c mlx4en(4): Fix two in source code comments 2022-04-02 13:33:57 +02:00
mlx4_cq.c
mlx4_eq.c mlx4: Remove a variable only used in commented-out code. 2022-04-08 17:25:13 -07:00
mlx4_fw.c mlx4: Fix a memory leak bug. 2022-05-19 10:13:06 +02:00
mlx4_fw_qos.c
mlx4_icm.c
mlx4_intf.c
mlx4_main.c mlx4: Map core_clock page to user space only when allowed 2021-07-12 14:22:35 +02:00
mlx4_mcg.c
mlx4_mr.c
mlx4_pd.c
mlx4_port.c
mlx4_profile.c
mlx4_qp.c
mlx4_reset.c
mlx4_resource_tracker.c
mlx4_sense.c
mlx4_srq.c