* [merged mm-stable] mm-fix-typo-in-__vm_enough_memory-warning.patch removed from -mm tree
@ 2023-02-13 23:55 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-02-13 23:55 UTC (permalink / raw)
To: mm-commits, wangkefeng.wang, rppt, jwilk, akpm
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@jwilk.net>
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@jwilk.net
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
--- 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@jwilk.net are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-13 23:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-13 23:55 [merged mm-stable] mm-fix-typo-in-__vm_enough_memory-warning.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.