[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1440960578.git.vdavydov@parallels.com>
Date: Sun, 30 Aug 2015 22:02:16 +0300
From: Vladimir Davydov <vdavydov@...allels.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Christoph Lameter <cl@...ux.com>,
Pekka Enberg <penberg@...nel.org>,
David Rientjes <rientjes@...gle.com>,
Joonsoo Kim <iamjoonsoo.kim@....com>,
Michal Hocko <mhocko@...nel.org>, Tejun Heo <tj@...nel.org>,
<linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/2] Fix memcg/memory.high in case kmem accounting is enabled
Hi,
Tejun reported that sometimes memcg/memory.high threshold seems to be
silently ignored if kmem accounting is enabled:
http://www.spinics.net/lists/linux-mm/msg93613.html
It turned out that both SLAB and SLUB try to allocate without __GFP_WAIT
first. As a result, if there is enough free pages, memcg reclaim will
not get invoked on kmem allocations, which will lead to uncontrollable
growth of memory usage no matter what memory.high is set to.
This patch set attempts to fix this issue. For more details please see
comments to individual patches.
Thanks,
Vladimir Davydov (2):
mm/slab: skip memcg reclaim only if in atomic context
mm/slub: do not bypass memcg reclaim for high-order page allocation
mm/slab.c | 32 +++++++++++---------------------
mm/slub.c | 24 +++++++++++-------------
2 files changed, 22 insertions(+), 34 deletions(-)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists