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@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-shmem-fix-data-race-in-shmem_getattr.patch