On Thu, Aug 17, 2023 at 03:57:48PM -0400, Lucas Karpinski wrote: > Currently, not all kernel memory usage is being accounted for. This > commit switches to using the kernel entry within memory.stat which > already includes kernel_stack, pagetables, and slab. The kernel entry > also includes vmalloc and other additional kernel memory use cases which > were missing. > > Signed-off-by: Lucas Karpinski <lkarpins@xxxxxxxxxx> Acked-by: Roman Gushchin <roman.gushchin@xxxxxxxxx> Thanks!