[PATCH rdma-next 0/6] Batch of unrelated cleanups in IB

Leon Romanovsky posted 6 patches 1 month ago
drivers/infiniband/core/device.c      | 30 ------------------------------
drivers/infiniband/core/umem_dmabuf.c |  3 ---
drivers/infiniband/hw/mlx5/main.c     |  6 +++++-
drivers/infiniband/hw/mlx5/mr.c       | 11 ++++++-----
drivers/infiniband/hw/ocrdma/ocrdma.h |  2 --
drivers/infiniband/hw/qedr/qedr.h     | 20 --------------------
include/rdma/ib_verbs.h               |  2 --
7 files changed, 11 insertions(+), 63 deletions(-)
[PATCH rdma-next 0/6] Batch of unrelated cleanups in IB
Posted by Leon Romanovsky 1 month ago
A collection of independent, self-contained cleanup patches in IB.

Thanks

---
Leon Romanovsky (4):
      RDMA/umem: Remove redundant DMABUF ops check
      RDMA/mlx5: Avoid direct access to DMA device pointer
      RDMA/qedr: Remove unused defines
      RDMA/ocrdma: Remove unused OCRDMA_UVERBS definition

Maher Sanalla (1):
      RDMA/mlx5: Fix ucaps init error flow

Parav Pandit (1):
      RDMA/core: Avoid exporting module local functions and remove not-used ones

 drivers/infiniband/core/device.c      | 30 ------------------------------
 drivers/infiniband/core/umem_dmabuf.c |  3 ---
 drivers/infiniband/hw/mlx5/main.c     |  6 +++++-
 drivers/infiniband/hw/mlx5/mr.c       | 11 ++++++-----
 drivers/infiniband/hw/ocrdma/ocrdma.h |  2 --
 drivers/infiniband/hw/qedr/qedr.h     | 20 --------------------
 include/rdma/ib_verbs.h               |  2 --
 7 files changed, 11 insertions(+), 63 deletions(-)
---
base-commit: a3572bdc3a028ca47f77d7166ac95b719cf77d50
change-id: 20251224-ib-core-misc-0081798ba040

Best regards,
--  
Leon Romanovsky <leonro@nvidia.com>
Re: [PATCH rdma-next 0/6] Batch of unrelated cleanups in IB
Posted by Leon Romanovsky 1 month ago
On Sun, 04 Jan 2026 15:51:32 +0200, Leon Romanovsky wrote:
> A collection of independent, self-contained cleanup patches in IB.
> 
> Thanks
> 

Applied, thanks!

[1/6] RDMA/umem: Remove redundant DMABUF ops check
      https://git.kernel.org/rdma/rdma/c/ac7dea328ab52a
[2/6] RDMA/core: Avoid exporting module local functions and remove not-used ones
      https://git.kernel.org/rdma/rdma/c/8d466b155f8389
[3/6] RDMA/mlx5: Fix ucaps init error flow
      https://git.kernel.org/rdma/rdma/c/6dc78c53de99e4
[4/6] RDMA/mlx5: Avoid direct access to DMA device pointer
      https://git.kernel.org/rdma/rdma/c/522a5c1c56fbf7
[5/6] RDMA/qedr: Remove unused defines
      https://git.kernel.org/rdma/rdma/c/cc016ebeb146d0
[6/6] RDMA/ocrdma: Remove unused OCRDMA_UVERBS definition
      https://git.kernel.org/rdma/rdma/c/325e3b5431ddd2

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>