The patch titled Subject: mm: fix typo in __vm_enough_memory warning has been added to the -mm mm-unstable branch. Its filename is mm-fix-typo-in-__vm_enough_memory-warning.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-fix-typo-in-__vm_enough_memory-warning.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ 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> 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 mm-fix-typo-in-__vm_enough_memory-warning.patch