On 21/07/2025 10:00, Christoph Hellwig wrote:
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.
got it, will be fixed in V3, thanks.