]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQ
authorJason Gunthorpe <jgg@nvidia.com>
Wed, 25 Mar 2026 21:26:52 +0000 (18:26 -0300)
committerLeon Romanovsky <leonro@nvidia.com>
Tue, 31 Mar 2026 07:11:01 +0000 (03:11 -0400)
commitc8f9a7a96e9a95e7b2bc3cc95371e0d75a5872ec
treeacbd19f88df7e5e9b7de9ee90a98236e7c768913
parent3268330fa84ff7bb678f86ee082116c1c5c150bb
RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQ

flags is the last member for mlx5_ib_create_srq, the uidx is a
later extension.

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/infiniband/hw/mlx5/srq.c