From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Hi, These two fixes come as an outcome of already merged into rdma-rc commit 42cea83f9524 ("IB/mlx5: Fix cleanup order on unload"). That commit fixed kernel panic but revealed resources leakage during device shutdown. Such leakage was performed in the UMR flow and QPs in that flow are already exempted from participation in restrack, so we are filtering PD and CQ too. Thanks Leon Romanovsky (1): RDMA/restrack: Add ability to create non-traceable restrack objects Mark Bloch (1): IB/mlx5: Don't clean uninitialized UMR resources drivers/infiniband/core/core_priv.h | 8 ++++---- drivers/infiniband/core/cq.c | 9 +++++++-- drivers/infiniband/core/verbs.c | 8 ++++++-- drivers/infiniband/hw/mlx5/main.c | 16 +++++++++++----- drivers/infiniband/hw/mlx5/mr.c | 3 +++ include/rdma/ib_verbs.h | 13 +++++++++---- include/rdma/restrack.h | 9 +++++++++ 7 files changed, 49 insertions(+), 17 deletions(-) -- 2.14.3 -- 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