linux/drivers/infiniband/sw
Bob Pearson 7672dac304 RDMA/rxe: Address an issue with hardened user copy
Change rxe pools to use kzalloc instead of kmem_cache to allocate memory
for rxe objects. The pools are not really necessary and they trigger
hardened user copy warnings as the ioctl framework copies the QP number
directly to userspace.

Also the general project to move object alloation to the core code will
eventually clean these out anyhow.

Link: https://lore.kernel.org/r/20200827163535.2632-1-rpearson@hpe.com
Signed-off-by: Bob Pearson <rpearson@hpe.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2020-08-31 12:21:16 -03:00
..
rdmavt RDMA 5.9 merge window pull request 2020-08-06 16:43:36 -07:00
rxe RDMA/rxe: Address an issue with hardened user copy 2020-08-31 12:21:16 -03:00
siw RDMA 5.9 merge window pull request 2020-08-06 16:43:36 -07:00
Makefile rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00