The quilt patch titled Subject: mm: fix typo in __vm_enough_memory warning has been removed from the -mm tree. Its filename was mm-fix-typo-in-__vm_enough_memory-warning.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Jakub Wilk <jwilk@xxxxxxxxx> Subject: mm: fix typo in __vm_enough_memory warning Date: Fri, 10 Feb 2023 21:33:16 +0100 Link: https://lkml.kernel.org/r/20230210203316.5613-1-jwilk@xxxxxxxxx Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> Acked-by: Mike Rapoport (IBM) <rppt@xxxxxxxxxx> Cc: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/util.c~mm-fix-typo-in-__vm_enough_memory-warning +++ a/mm/util.c @@ -967,7 +967,7 @@ int __vm_enough_memory(struct mm_struct if (percpu_counter_read_positive(&vm_committed_as) < allowed) return 0; error: - pr_warn_ratelimited("%s: pid: %d, comm: %s, no enough memory for the allocation\n", + pr_warn_ratelimited("%s: pid: %d, comm: %s, not enough memory for the allocation\n", __func__, current->pid, current->comm); vm_unacct_memory(pages); _ Patches currently in -mm which might be from jwilk@xxxxxxxxx are