From: Leon Romanovsky <leon@kernel.org>
To: Arnd Bergmann <arnd@kernel.org>
Cc: Jason Gunthorpe <jgg@ziepe.ca>,
Edward Srouji <edwards@nvidia.com>,
Yishai Hadas <yishaih@nvidia.com>, Arnd Bergmann <arnd@arndb.de>,
Allen Hubbe <allen.hubbe@amd.com>,
Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>,
Usman Ansari <usman.ansari@broadcom.com>,
Siva Reddy Kallam <siva.kallam@broadcom.com>,
Abhijit Gangurde <abhijit.gangurde@amd.com>,
linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] RDMA/uverbs: select CONFIG_DMA_SHARED_BUFFER
Date: Tue, 17 Feb 2026 15:18:25 +0200 [thread overview]
Message-ID: <20260217131825.GL12989@unreal> (raw)
In-Reply-To: <20260216121213.2088910-1-arnd@kernel.org>
On Mon, Feb 16, 2026 at 01:12:00PM +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The addition of dmabuf support in uverbs means that it is no
> longer possible to build infiniband support if that is disabled:
>
> arm-linux-gnueabi-ld: drivers/infiniband/core/ib_core_uverbs.o: in function `rdma_user_mmap_entry_remove.part.0':
> ib_core_uverbs.c:(.text+0x508): undefined reference to `dma_buf_move_notify'
> (dma_buf_move_notify): Unknown destination type (ARM/Thumb) in drivers/infiniband/core/ib_core_uverbs.o
> ib_core_uverbs.c:(.text+0x518): undefined reference to `dma_resv_wait_timeout'
> (dma_resv_wait_timeout): Unknown destination type (ARM/Thumb) in drivers/infiniband/core/ib_core_uverbs.o
>
> Select this from Kconfig, as we do for the other users.
>
> Fixes: 0ac6f4056c4a ("RDMA/uverbs: Add DMABUF object type and operations")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> drivers/infiniband/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
It looks reasonable to me. dma-buf is becoming a first‑class citizen in the
RDMA world.
Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
next prev parent reply other threads:[~2026-02-17 13:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-16 12:12 [PATCH] RDMA/uverbs: select CONFIG_DMA_SHARED_BUFFER Arnd Bergmann
2026-02-17 13:18 ` Leon Romanovsky [this message]
2026-02-23 19:49 ` Leon Romanovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260217131825.GL12989@unreal \
--to=leon@kernel.org \
--cc=abhijit.gangurde@amd.com \
--cc=allen.hubbe@amd.com \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=dennis.dalessandro@cornelisnetworks.com \
--cc=edwards@nvidia.com \
--cc=jgg@ziepe.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=siva.kallam@broadcom.com \
--cc=usman.ansari@broadcom.com \
--cc=yishaih@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.