Vipin Sharma wrote on 2021/9/10 12:56 上午: > 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. > All right, thanks.