On Fri, Jul 18, 2025 at 02:51:09PM +0300, Yonatan Maman wrote: > + .get_dma_pfn_for_device = nouveau_dmem_get_dma_pfn, Please don't shorten the method name prefix in the implementation symbol name, as that makes reading / refactoring the code a pain. This might also be a hint that your method name is too long.