[PATCH 0/3] introduce memory.oom.group

From: Roman Gushchin
Date: Mon Jul 30 2018 - 14:01:46 EST


This is a tiny implementation of cgroup-aware OOM killer,
which adds an ability to kill a cgroup as a single unit
and so guarantee the integrity of the workload.

Although it has only a limited functionality in comparison
to what now resides in the mm tree (it doesn't change
the victim task selection algorithm, doesn't look
at memory stas on cgroup level, etc), it's also much
simpler and more straightforward. So, hopefully, we can
avoid having long debates here, as we had with the full
implementation.

As it doesn't prevent any futher development,
and implements an useful and complete feature,
it looks as a sane way forward.

This patchset is against Linus's tree to avoid conflicts
with the cgroup-aware OOM killer patchset in the mm tree.

Two first patches are already in the mm tree.
The first one ("mm: introduce mem_cgroup_put() helper")
is totally fine, and the second's commit message has to be
changed to reflect that it's not a part of old patchset
anymore.

Roman Gushchin (3):
mm: introduce mem_cgroup_put() helper
mm, oom: refactor oom_kill_process()
mm, oom: introduce memory.oom.group

Documentation/admin-guide/cgroup-v2.rst | 16 ++++
include/linux/memcontrol.h | 22 +++++
mm/memcontrol.c | 84 ++++++++++++++++++
mm/oom_kill.c | 152 ++++++++++++++++++++------------
4 files changed, 216 insertions(+), 58 deletions(-)

--
2.14.4