linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] samples: introduce cgroup events listeners
@ 2023-11-10  8:20 Dmitry Rokosov
  2023-11-10  8:20 ` [PATCH v2 1/3] samples: introduce new samples subdir for cgroup Dmitry Rokosov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dmitry Rokosov @ 2023-11-10  8:20 UTC (permalink / raw)
  To: hannes, mhocko, roman.gushchin, shakeelb, muchun.song, akpm
  Cc: kernel, rockosov, cgroups, linux-mm, linux-kernel, bpf, Dmitry Rokosov

To begin with, this patch series relocates the cgroup example code to
the samples/cgroup directory, which is the appropriate location for such
code snippets.

Furthermore, a new cgroup v2 events listener is introduced. This
listener is a simple yet effective tool for monitoring memory events and
managing counter changes during runtime.

Additionally, as per Andrew Morton's suggestion, a helpful reminder
comment is included in the memcontrol implementation. This comment
serves to ensure that the samples code is updated whenever new events
are added.

Changes v2 since v1 at [1]:
    - create new samples subdir - cgroup
    - move cgroup_event_listener for cgroup v1 to samples/cgroup
    - add a reminder comment to memcontrol implementation

Links:
    [1] - https://lore.kernel.org/all/20231013184107.28734-1-ddrokosov@salutedevices.com/

Dmitry Rokosov (3):
  samples: introduce new samples subdir for cgroup
  samples/cgroup: introduce cgroup v2 memory.events listener
  mm: memcg: add reminder comment for the memcg v2 events

 MAINTAINERS                                   |   1 +
 mm/memcontrol.c                               |   4 +
 samples/Kconfig                               |   6 +
 samples/Makefile                              |   1 +
 samples/cgroup/Makefile                       |   5 +
 .../cgroup/cgroup_event_listener.c            |   0
 samples/cgroup/cgroup_v2_event_listener.c     | 330 ++++++++++++++++++
 tools/cgroup/Makefile                         |  11 -
 8 files changed, 347 insertions(+), 11 deletions(-)
 create mode 100644 samples/cgroup/Makefile
 rename {tools => samples}/cgroup/cgroup_event_listener.c (100%)
 create mode 100644 samples/cgroup/cgroup_v2_event_listener.c
 delete mode 100644 tools/cgroup/Makefile

-- 
2.36.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-11 13:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-10  8:20 [PATCH v2 0/3] samples: introduce cgroup events listeners Dmitry Rokosov
2023-11-10  8:20 ` [PATCH v2 1/3] samples: introduce new samples subdir for cgroup Dmitry Rokosov
2023-11-10  8:20 ` [PATCH v2 2/3] samples/cgroup: introduce cgroup v2 memory.events listener Dmitry Rokosov
2023-11-10  8:20 ` [PATCH v2 3/3] mm: memcg: add reminder comment for the memcg v2 events Dmitry Rokosov
2023-11-10 16:59 ` [PATCH v2 0/3] samples: introduce cgroup events listeners Andrew Morton
2023-11-11 13:39   ` Dmitry Rokosov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox