* [failures] mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.patch removed from -mm tree
@ 2024-10-03 19:28 Andrew Morton
2024-10-03 23:15 ` Christoph Lameter (Ampere)
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2024-10-03 19:28 UTC (permalink / raw)
To: mm-commits, tj, dennis, cl, aha310510, akpm
The quilt patch titled
Subject: mm: percpu: fix typo to pcpu_alloc_noprof() description
has been removed from the -mm tree. Its filename was
mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.patch
This patch was dropped because it had testing failures
------------------------------------------------------
From: Jeongjun Park <aha310510@gmail.com>
Subject: mm: percpu: fix typo to pcpu_alloc_noprof() description
Date: Wed, 25 Sep 2024 00:24:12 +0900
In the previous commit, the function name was changed from pcpu_alloc to
pcpu_alloc_noprof , but the function description was not changed
accordingly. The function name should be changed to pcpu_alloc_noprof in
the description as well.
Link: https://lkml.kernel.org/r/20240924152412.118487-1-aha310510@gmail.com
Signed-off-by: Jeongjun Park <aha310510@gmail.com>
Cc: Christoph Lameter (Ampere) <cl@linux.com>
Cc: Dennis Zhou <dennis@kernel.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/percpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/percpu.c~mm-percpu-fix-typo-to-pcpu_alloc_noprof-description
+++ a/mm/percpu.c
@@ -1726,7 +1726,7 @@ static void pcpu_alloc_tag_free_hook(str
#endif
/**
- * pcpu_alloc - the percpu allocator
+ * pcpu_alloc_noprof - the percpu allocator
* @size: size of area to allocate in bytes
* @align: alignment of area (max PAGE_SIZE)
* @reserved: allocate from the reserved chunk if available
_
Patches currently in -mm which might be from aha310510@gmail.com are
mm-shmem-fix-data-race-in-shmem_getattr.patch
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-04 2:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-03 19:28 [failures] mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.patch removed from -mm tree Andrew Morton
2024-10-03 23:15 ` Christoph Lameter (Ampere)
2024-10-04 2:05 ` 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.