Re: [PATCH] mm: fix oom_kill event handling
From: Roman Gushchin <hidden>
Date: 2018-05-08 12:50:24
Also in:
linux-mm, lkml
From: Roman Gushchin <hidden>
Date: 2018-05-08 12:50:24
Also in:
linux-mm, lkml
On Tue, May 08, 2018 at 01:04:02PM +0100, Roman Gushchin wrote:
Commit e27be240df53 ("mm: memcg: make sure memory.events is
uptodate when waking pollers") converted most of memcg event
counters to per-memcg atomics, which made them less confusing
for a user. The "oom_kill" counter remained untouched, so now
it behaves differently than other counters (including "oom").
This adds nothing but confusion.Please, ignore this one. Version 2 is properly rebased on top of the mm tree. Thanks!