mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
Merge branch 'for-rc' of https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
This commit is contained in:
@@ -3150,6 +3150,7 @@ static void __exit ib_core_cleanup(void)
|
||||
/* Make sure that any pending umem accounting work is done. */
|
||||
destroy_workqueue(ib_wq);
|
||||
destroy_workqueue(ib_unreg_wq);
|
||||
rcu_barrier();
|
||||
WARN_ON(!xa_empty(&clients));
|
||||
WARN_ON(!xa_empty(&devices));
|
||||
}
|
||||
|
||||
@@ -5538,6 +5538,7 @@ mp_err:
|
||||
dd_err:
|
||||
mlx5r_rep_cleanup();
|
||||
rep_err:
|
||||
rcu_barrier();
|
||||
mlx5_ib_qp_event_cleanup();
|
||||
qp_event_err:
|
||||
destroy_workqueue(mlx5_ib_event_wq);
|
||||
@@ -5551,6 +5552,7 @@ static void __exit mlx5_ib_cleanup(void)
|
||||
auxiliary_driver_unregister(&mlx5r_driver);
|
||||
auxiliary_driver_unregister(&mlx5r_mp_driver);
|
||||
mlx5r_rep_cleanup();
|
||||
rcu_barrier();
|
||||
|
||||
mlx5_ib_qp_event_cleanup();
|
||||
destroy_workqueue(mlx5_ib_event_wq);
|
||||
|
||||
@@ -2783,6 +2783,7 @@ err_client:
|
||||
err_sa:
|
||||
ib_sa_unregister_client(&ipoib_sa_client);
|
||||
destroy_workqueue(ipoib_workqueue);
|
||||
rcu_barrier();
|
||||
|
||||
err_fs:
|
||||
ipoib_unregister_debugfs();
|
||||
@@ -2800,6 +2801,7 @@ static void __exit ipoib_cleanup_module(void)
|
||||
ib_sa_unregister_client(&ipoib_sa_client);
|
||||
ipoib_unregister_debugfs();
|
||||
destroy_workqueue(ipoib_workqueue);
|
||||
rcu_barrier();
|
||||
}
|
||||
|
||||
module_init(ipoib_init_module);
|
||||
|
||||
Reference in New Issue
Block a user