The patch titled Subject: mm-add-apply_to_existing_pages-helper-fix-fix-fix has been removed from the -mm tree. Its filename was mm-add-apply_to_existing_pages-helper-fix-fix-fix.patch This patch was dropped because it was folded into mm-add-apply_to_existing_pages-helper.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-add-apply_to_existing_pages-helper-fix-fix-fix initialize __apply_to_page_range::err Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Cc: Daniel Axtens <dja@xxxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Qian Cai <cai@xxxxxx> Cc: Uladzislau Rezki (Sony) <urezki@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memory.c~mm-add-apply_to_existing_pages-helper-fix-fix-fix +++ a/mm/memory.c @@ -2148,7 +2148,7 @@ static int __apply_to_page_range(struct pgd_t *pgd; unsigned long next; unsigned long end = addr + size; - int err; + int err = 0; if (WARN_ON(addr >= end)) return -EINVAL; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-add-apply_to_existing_pages-helper.patch kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow-fix.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