2/5

RDMA/mlx5: replace __get_free_page() with kmalloc()

mlx5_ib_mr_wqe_pfault_handler() allocates a scratch buffer for parsing work queue entries during page fault handling. This buffer can be allocated with kmalloc() as there’s nothing special about it t