[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110121153431.191134dd.kamezawa.hiroyu@jp.fujitsu.com>
Date: Fri, 21 Jan 2011 15:34:31 +0900
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To: "linux-mm@...ck.org" <linux-mm@...ck.org>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"nishimura@....nes.nec.co.jp" <nishimura@....nes.nec.co.jp>,
"hannes@...xchg.org" <hannes@...xchg.org>,
"balbir@...ux.vnet.ibm.com" <balbir@...ux.vnet.ibm.com>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>
Subject: [PATCH 0/7] memcg : more fixes and clean up for 2.6.28-rc
This is a set of patches which I'm now testing, and it seems it passed
small test. So I post this.
Some are bug fixes and other are clean ups but I think these are for 2.6.38.
Brief decription
[1/7] remove buggy comment and use better name for mem_cgroup_move_parent()
The fixes for mem_cgroup_move_parent() is already in mainline, this is
an add-on.
[2/7] a bug fix for a new function mem_cgroup_split_huge_fixup(),
which was recently merged.
[3/7] prepare for fixes in [4/7],[5/7]. This is an enhancement of function
which is used now.
[4/7] fix mem_cgroup_charge() for THP. By this, memory cgroup's charge function
will handle THP request in sane way.
[5/7] fix khugepaged scan condition for memcg.
This is a fix for hang of processes under small/buzy memory cgroup.
[6/7] rename vairable names to be page_size, nr_pages, bytes rather than
ambiguous names.
[7/7] some memcg function requires the caller to initialize variable
before call. It's ugly and fix it.
I think patch 1,2,3,4,5 is urgent ones. But I think patch "5" needs some
good review. But without "5", stress-test on small memory cgroup will not
run succesfully.
Thanks,
-Kame
--
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