kernel_samsung_a53x/drivers/infiniband/hw/hns
Chengchang Tang 8f726d731b RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()
[ Upstream commit c64e9710f9241e38a1c761ed1c1a30854784da66 ]

ucmd in hns_roce_create_qp_common() are not initialized. But it works fine
until new member sdb_addr is added to struct hns_roce_ib_create_qp.

If the user-mode driver uses an old version ABI, then the value of the new
member will be undefined after ib_copy_from_udata().

This patch fixes it by initialize this variable to 0. And the default value
of the new member sdb_addr will be 0 which is invalid.

Fixes: 0425e3e6e0c7 ("RDMA/hns: Support flush cqe for hip08 in kernel space")
Signed-off-by: Chengchang Tang <tangchengchang@huawei.com>
Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
Link: https://lore.kernel.org/r/20231017125239.164455-3-huangjunxian6@hisilicon.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-18 11:43:03 +01:00
..
hns_roce_ah.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_alloc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_cmd.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_cmd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_common.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_cq.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_db.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_device.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_hem.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_hem.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_hw_v1.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_hw_v1.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_hw_v2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_hw_v2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_hw_v2_dfx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_main.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_mr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_pd.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_qp.c RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() 2024-11-18 11:43:03 +01:00
hns_roce_restrack.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hns_roce_srq.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00