Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RDMA: Check for NULL mode in .devnode methods
Commits 71c29bd ("IB/uverbs: Add devnode method to set path/mode") and c3af098 ("IB: Add devnode methods to cm_class and umad_class") added devnode methods that set the mode. However, these methods don't check for a NULL mode, and so we get a crash when unloading modules because devtmpfs_delete_node() calls device_get_devnode() with mode == NULL. Add the missing checks. Signed-off-by: Goldwyn Rodrigues <[email protected]> [ Also fix cm.c. - Roland ] Signed-off-by: Roland Dreier <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information