commit | a276a4d93bf1580d737f38d1810e5f4b166f3edd | [log] [tgz] |
---|---|---|
author | Gal Pressman <galpress@amazon.com> | Mon Dec 10 17:17:25 2018 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Dec 11 14:38:17 2018 -0700 |
tree | 93000b0848093a480bf7767bfe6e2f8b273f56c9 | |
parent | 59590b8ad2eea9543a639880fc0d2c139b66d164 [diff] |
RDMA/vmw_pvrdma: Use atomic memory allocation in create AH Create address handle callback should not sleep, use GFP_ATOMIC instead of GFP_KERNEL for memory allocation. Fixes: 29c8d9eba550 ("IB: Add vmw_pvrdma driver") Cc: Adit Ranadive <aditr@vmware.com> Signed-off-by: Gal Pressman <galpress@amazon.com> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>