The quilt patch titled Subject: kexec-add-helper-__crash_shrink_memory-fix has been removed from the -mm tree. Its filename was kexec-add-helper-__crash_shrink_memory-fix.patch This patch was dropped because it was folded into kexec-add-helper-__crash_shrink_memory.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kexec-add-helper-__crash_shrink_memory-fix Date: Tue May 30 03:04:55 PM PDT 2023 make __crash_shrink_memory() static Reported-by: kernel test robot <lkp@xxxxxxxxx> Closes: https://lore.kernel.org/oe-kbuild-all/202305280717.Pw06aLkz-lkp@xxxxxxxxx/ Cc: Baoquan He <bhe@xxxxxxxxxx> Cc: Cong Wang <amwang@xxxxxxxxxx> Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Cc: Michael Holzheu <holzheu@xxxxxxxxxxxxxxxxxx> Cc: Zhen Lei <thunder.leizhen@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kexec_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/kernel/kexec_core.c~kexec-add-helper-__crash_shrink_memory-fix +++ a/kernel/kexec_core.c @@ -1105,7 +1105,8 @@ ssize_t crash_get_memory_size(void) return size; } -int __crash_shrink_memory(struct resource *old_res, unsigned long new_size) +static int __crash_shrink_memory(struct resource *old_res, + unsigned long new_size) { struct resource *ram_res; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix.patch mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix-fix.patch mmpage_owner-filter-out-stacks-by-a-threshold-counter-fix.patch mm-page_isolation-write-proper-kerneldoc-fix.patch mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch kexec-add-helper-__crash_shrink_memory.patch