Re: [PATCH] memcg: charge io_uring related objects
From: Shakeel Butt <hidden>
Date: 2021-07-20 19:39:45
Also in:
cgroups
From: Shakeel Butt <hidden>
Date: 2021-07-20 19:39:45
Also in:
cgroups
On Sun, Jul 18, 2021 at 11:20 PM Yutian Yang [off-list ref] wrote:
This patch is a more complete version than the previous one, adding accounting flags to nearly all syscall-triggerable kernel object allocations. The patch does not account for temporary objects, i.e., objects that are freed soon after allocation, to avoid meaningless performance penalty. Thanks! Yutian Yang, Zhejiang University Signed-off-by: Yutian Yang <redacted>
Can you please bring back the commit message of the previous version (which has the program to trigger the unaccounted allocations) and can add the details on this one to that?