Re: [PATCH] mm: memcontrol: fix slub memory accounting
From: Roman Gushchin <hidden>
Date: 2021-02-23 15:39:16
Also in:
cgroups, lkml
From: Roman Gushchin <hidden>
Date: 2021-02-23 15:39:16
Also in:
cgroups, lkml
On Tue, Feb 23, 2021 at 05:24:23PM +0800, Muchun Song wrote:
SLUB currently account kmalloc() and kmalloc_node() allocations larger
than order-1 page per-node. But it forget to update the per-memcg
vmstats. So it can lead to inaccurate statistics of "slab_unreclaimable"
which is from memory.stat. Fix it by using mod_lruvec_page_state instead
of mod_node_page_state.
Fixes: 6a486c0ad4dc ("mm, sl[ou]b: improve memory accounting")
Signed-off-by: Muchun Song <redacted>Reviewed-by: Roman Gushchin <redacted> Thanks!