]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
RDMA/mlx5: Restore zero-init to mlx5_ib_modify_qp() ucmd
authorJason Gunthorpe <jgg@nvidia.com>
Tue, 28 Apr 2026 16:17:35 +0000 (13:17 -0300)
committerJason Gunthorpe <jgg@nvidia.com>
Sat, 2 May 2026 18:30:48 +0000 (15:30 -0300)
commit641858d52f2372124d9312a407e2124915d846ee
treede64bd9a04959e2cc2cef499c591e8c3c0c4693b
parent70f780edcd1e86350202d8a409de026b2d2e2067
RDMA/mlx5: Restore zero-init to mlx5_ib_modify_qp() ucmd

Sashiko points out the check for inlen==0 got missed, the ={} was not
redundant, put it back.

Fixes: a9cd442a5347 ("RDMA: Remove redundant = {} for udata req structs")
Link: https://patch.msgid.link/r/2-v1-41f3135e5565+9d2-rdma_ai_fixes1_jgg@nvidia.com
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/qp.c