[PATCH rdma-rc] RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf file

Leon Romanovsky posted 1 patch 1 month, 1 week ago
drivers/infiniband/core/uverbs_std_types_dmabuf.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH rdma-rc] RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf file
Posted by Leon Romanovsky 1 month, 1 week ago
From: Leon Romanovsky <leonro@nvidia.com>

Fix the following compilation error:

ERROR: modpost: module ib_uverbs uses symbol dma_buf_move_notify
	from namespace DMA_BUF, but does not import it.

Fixes: 0ac6f4056c4a ("RDMA/uverbs: Add DMABUF object type and operations")
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
---
 drivers/infiniband/core/uverbs_std_types_dmabuf.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/infiniband/core/uverbs_std_types_dmabuf.c b/drivers/infiniband/core/uverbs_std_types_dmabuf.c
index dfdfcd1d1a44..4a7f8b6f9dc8 100644
--- a/drivers/infiniband/core/uverbs_std_types_dmabuf.c
+++ b/drivers/infiniband/core/uverbs_std_types_dmabuf.c
@@ -10,6 +10,8 @@
 #include "rdma_core.h"
 #include "uverbs.h"
 
+MODULE_IMPORT_NS("DMA_BUF");
+
 static int uverbs_dmabuf_attach(struct dma_buf *dmabuf,
 				struct dma_buf_attachment *attachment)
 {

---
base-commit: 104016eb671e19709721c1b0048dd912dc2e96be
change-id: 20260225-fix-uverbs-compilation-d6668390275b

Best regards,
--  
Leon Romanovsky <leonro@nvidia.com>

Re: [PATCH rdma-rc] RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf file
Posted by Leon Romanovsky 1 month, 1 week ago
On Wed, 25 Feb 2026 15:48:59 +0200, Leon Romanovsky wrote:
> Fix the following compilation error:
> 
> ERROR: modpost: module ib_uverbs uses symbol dma_buf_move_notify
> 	from namespace DMA_BUF, but does not import it.
> 
> 

Applied, thanks!

[1/1] RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf file
      https://git.kernel.org/rdma/rdma/c/7c2889af823340

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