The patch titled Subject: kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow-fix has been removed from the -mm tree. Its filename was kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow-fix.patch This patch was dropped because it was folded into kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow-fix s/apply_to_existing_pages/apply_to_existing_page_range/ Cc: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Cc: Daniel Axtens <dja@xxxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Qian Cai <cai@xxxxxx> Cc: Uladzislau Rezki (Sony) <urezki@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kasan/common.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/mm/kasan/common.c~kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow-fix +++ a/mm/kasan/common.c @@ -981,9 +981,10 @@ void kasan_release_vmalloc(unsigned long if (shadow_end > shadow_start) { size = shadow_end - shadow_start; - apply_to_existing_pages(&init_mm, (unsigned long)shadow_start, - size, kasan_depopulate_vmalloc_pte, - NULL); + apply_to_existing_page_range(&init_mm, + (unsigned long)shadow_start, + size, kasan_depopulate_vmalloc_pte, + NULL); flush_tlb_kernel_range((unsigned long)shadow_start, (unsigned long)shadow_end); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow.patch lib-kconfigdebug-fix-some-messed-up-configurations-checkpatch-fixes.patch mm-gup-fix-memory-leak-in-__gup_benchmark_ioctl-fix.patch mm.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch linux-next-git-rejects.patch drivers-block-null_blk_mainc-fix-layout.patch drivers-block-null_blk_mainc-fix-uninitialized-var-warnings.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch