Re: [RFC PATCH 1/3] misc_cgroup: introduce misc.events and misc_events.local

From: Vipin Sharma
Date: Thu Sep 09 2021 - 12:56:58 EST


On Tue, Sep 7, 2021 at 10:24 PM brookxu <brookxu.cn@xxxxxxxxx> wrote:
>
> From: Chunguang Xu <brookxu@xxxxxxxxxxx>
>
> Introduce misc.events and misc.events.local to make it easier for
> us to understand the pressure of resources. The main idea comes
> from mem_cgroup.
>
> Signed-off-by: Chunguang Xu <brookxu@xxxxxxxxxxx>
> ---
> include/linux/misc_cgroup.h | 9 +++++++
> kernel/cgroup/misc.c | 50 ++++++++++++++++++++++++++++++++++++-
> 2 files changed, 58 insertions(+), 1 deletion(-)

Thanks for the changes. Please also update the documentation at
Documentation/admin-guide/cgroup-v2.rst for the new changes in the
misc cgroup.