]> www.infradead.org Git - users/dwmw2/linux.git/commit
RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db()
authorJunxian Huang <huangjunxian6@hisilicon.com>
Tue, 11 Mar 2025 08:48:53 +0000 (16:48 +0800)
committerLeon Romanovsky <leon@kernel.org>
Wed, 12 Mar 2025 18:35:50 +0000 (14:35 -0400)
commitb9f59a24ba35a7d955a9f8e148dd9f85b7b40a01
tree30233f6fce40ae523c342002a4a0a7fcd16ec89f
parent25655580136de59ec89f09089dd28008ea440fc9
RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db()

Currently the condition of unmapping sdb in error path is not exactly
the same as the condition of mapping in alloc_user_qp_db(). This may
cause a problem of unmapping an unmapped db in some case, such as
when the QP is XRC TGT. Unified the two conditions.

Fixes: 90ae0b57e4a5 ("RDMA/hns: Combine enable flags of qp")
Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
Link: https://patch.msgid.link/20250311084857.3803665-4-huangjunxian6@hisilicon.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hns/hns_roce_qp.c