Re: [PATCH] RDMA/core: remove extraneous dummy helper functions
From: Jason Gunthorpe
Date: Tue May 19 2026 - 18:53:06 EST
On Tue, May 19, 2026 at 10:36:22PM +0200, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> The _ib_copy_validate_udata_in() and _ib_respond_udata() functions
> are now defined unconditionally, but there is still a dummy helper
> definition for them when CONFIG_INFINIBAND_USER_ACCESS is disabled,
> leading to a build failure:
Thanks Arnd, Nathan beat you to it:
https://lore.kernel.org/all/20260519224911.GP7702@xxxxxxxx/
Jason