The patch titled Subject: mm: percpu: fix typo to pcpu_alloc_noprof() description has been added to the -mm mm-unstable branch. Its filename is mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.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: Jeongjun Park <aha310510@xxxxxxxxx> 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@xxxxxxxxx Signed-off-by: Jeongjun Park <aha310510@xxxxxxxxx> Cc: Christoph Lameter (Ampere) <cl@xxxxxxxxx> Cc: Dennis Zhou <dennis@xxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxx are mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.patch