The quilt patch titled Subject: mm-slab-move-memcg-charging-to-post-alloc-hook-fix-2 has been removed from the -mm tree. Its filename was mm-slab-move-memcg-charging-to-post-alloc-hook-fix-2.patch This patch was dropped because it was folded into mm-slab-move-memcg-charging-to-post-alloc-hook.patch ------------------------------------------------------ From: Roman Gushchin <roman.gushchin@xxxxxxxxx> Subject: mm-slab-move-memcg-charging-to-post-alloc-hook-fix-2 Date: Wed, 3 Apr 2024 10:02:40 -0700 comment fixup Link: https://lkml.kernel.org/r/Zg2LsNm6twOmG69l@xxxxxxxxxxxxxxxxxxxxxxxxx Signed-off-by: Roman Gushchin <roman.gushchin@xxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memcontrol.c~mm-slab-move-memcg-charging-to-post-alloc-hook-fix-2 +++ a/mm/memcontrol.c @@ -350,7 +350,7 @@ static void memcg_reparent_objcgs(struct /* * A lot of the calls to the cache allocation functions are expected to be - * inlined by the compiler. Since the calls to memcg_slab_pre_alloc_hook() are + * inlined by the compiler. Since the calls to memcg_slab_post_alloc_hook() are * conditional to this static branch, we'll have to allow modules that does * kmem_cache_alloc and the such to see this symbol as well */ _ Patches currently in -mm which might be from roman.gushchin@xxxxxxxxx are mm-slab-move-memcg-charging-to-post-alloc-hook.patch