linux/drivers/infiniband/hw/efa
Leon Romanovsky 62a38e704d RDMA/efa: Remove check that prevents destroy of resources in error flows
Drivers cannot check the udata for validity when doing destroy as there
will be no way to report this error back to the uverbs.

Since udata is new for destroy no driver should start to use it - instead
drivers should opt for the ioctl interface and define it in a way where it
cannot fail due to incorrect data.

Remove the checks on udata construction so EFA is consistent with
everything else.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Acked-by: Gal Pressman <galpress@amazon.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-05-21 21:14:28 -03:00
..
efa.h
efa_admin_cmds_defs.h
efa_admin_defs.h
efa_com.c RDMA/efa: Implement functions that submit and complete admin commands 2019-05-06 15:18:18 -03:00
efa_com.h RDMA/efa: Add the efa_com.h file 2019-05-06 15:18:17 -03:00
efa_com_cmd.c RDMA/efa: Add common command handlers 2019-05-06 15:18:18 -03:00
efa_com_cmd.h RDMA/efa: Add the com service API definitions 2019-05-06 15:18:17 -03:00
efa_common_defs.h
efa_main.c RDMA/efa: Add the efa module 2019-05-07 12:47:47 -03:00
efa_regs_defs.h
efa_verbs.c RDMA/efa: Remove check that prevents destroy of resources in error flows 2019-05-21 21:14:28 -03:00
Kconfig RDMA/efa: Add driver to Kconfig/Makefile 2019-05-07 12:47:47 -03:00
Makefile RDMA/efa: Add driver to Kconfig/Makefile 2019-05-07 12:47:47 -03:00