The patch titled Subject: mm-mmu_notifier-use-structure-for-invalidate_range_start-end-callback-fix-fix has been removed from the -mm tree. Its filename was mm-mmu_notifier-use-structure-for-invalidate_range_start-end-callback-fix-fix.patch This patch was dropped because it was folded into mm-mmu_notifier-use-structure-for-invalidate_range_start-end-callback.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-mmu_notifier-use-structure-for-invalidate_range_start-end-callback-fix-fix fix drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c kerneldoc Cc: Jerome Glisse <jglisse@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- 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. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-mmu_notifier-use-structure-for-invalidate_range_start-end-callback.patch mm-mmu_notifier-use-structure-for-invalidate_range_start-end-calls-v2-checkpatch-fixes.patch mm-memory_hotplug-deobfuscate-migration-part-of-offlining-fix.patch mm-page_alloc-enable-pcpu_drain-with-zone-capability-fix.patch mm-migrate-provide-buffer_migrate_page_norefs-fix.patch