From: Maor Gottlieb <maorg@xxxxxxxxxxxx> Drivers name list is built only once as part of read_config() and freed upon load_drivers(). As such, calling load_drivers() more than one time has no sense and might bring an oops in case there is some kernel driver without a matching user driver upon the second call. Fixes: c632072027a8 ('verbs: Refresh cahced ibv_device list') Signed-off-by: Maor Gottlieb <maorg@xxxxxxxxxxxx> Reviewed-by: Yishai Hadas <yishaih@xxxxxxxxxxxx> --- Pull request was sent: https://github.com/linux-rdma/rdma-core/pull/169
Merged. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html