Re: [PATCH v2] mm: memcg/slab: Fix root memcg vmstats

From: Shakeel Butt
Date: Tue Nov 10 2020 - 10:20:17 EST


On Mon, Nov 9, 2020 at 7:10 PM Muchun Song <songmuchun@xxxxxxxxxxxxx> wrote:
>
> If we reparent the slab objects to the root memcg, when we free
> the slab object, we need to update the per-memcg vmstats to keep
> it correct for the root memcg. Now this at least affects the vmstat
> of NR_KERNEL_STACK_KB for !CONFIG_VMAP_STACK when the thread stack
> size is smaller than the PAGE_SIZE.
>
> Fixes: ec9f02384f60 ("mm: workingset: fix vmstat counters for shadow nodes")
> Signed-off-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>
> Acked-by: Roman Gushchin <guro@xxxxxx>

Reviewed-by: Shakeel Butt <shakeelb@xxxxxxxxxx>