Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IB/ucma: check workqueue allocation before usage
Allocating a workqueue might fail, which wasn't checked so far and would lead to NULL ptr derefs when an attempt to use it was made. Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
- Loading branch information