On Thu, 6 Dec 2018 15:51:12 +0800 kbuild test robot <lkp@xxxxxxxxx> wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 15814356aac416bea48544b76b761d8687b5a1e9 > commit: c3a8616c95df8ced5d1acd838dc7dc384cb5276b [6857/7074] mm/mmu_notifier: use structure for invalidate_range_start/end callback > reproduce: make htmldocs Thanks, I did this: --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c~mm-mmu_notifier-use-structure-for-invalidate_range_start-end-callback-fix-fix +++ a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c @@ -238,9 +238,7 @@ static void amdgpu_mn_invalidate_node(st * amdgpu_mn_invalidate_range_start_gfx - callback to notify about mm change * * @mn: our notifier - * @mm: the mm this callback is about - * @start: start of updated range - * @end: end of updated range + * @range: mmu notifier context * * Block for operations on BOs to finish and mark pages as accessed and * potentially dirty. _