]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
RDMA: Add missed = {} initialization to uresp structs
authorJason Gunthorpe <jgg@nvidia.com>
Tue, 12 May 2026 00:09:38 +0000 (21:09 -0300)
committerLeon Romanovsky <leon@kernel.org>
Mon, 18 May 2026 08:58:42 +0000 (04:58 -0400)
commiteff628f3bb2f2bd95c0b9718f80e046d153d8abc
treef044b30ed410e216082fb6243bf136c64f9ffa1c
parent89a497400924af156bebf90d5f1f08f480ee44b1
RDMA: Add missed = {} initialization to uresp structs

All of these are fully initialized so no bugs are being fixed. Add
the missing initializer as a precaution against future changes.

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/bnxt_re/ib_verbs.c
drivers/infiniband/hw/erdma/erdma_verbs.c
drivers/infiniband/hw/mlx4/main.c
drivers/infiniband/hw/mlx5/main.c