Re: [PATCH] sched, numa, mm: Add memcg support to do_huge_pmd_numa_page()

2012-10-29 Thread Ingo Molnar
* Johannes Weiner wrote: > Hello Ingo! > > On Mon, Oct 29, 2012 at 07:50:44AM +0100, Ingo Molnar wrote: > > > > * Zhouping Liu wrote: > > > > > Hi Johannes, > > > > > > Tested the below patch, and I'm sure it has fixed the above > > > issue, thank you. > > > > Thanks. Below is the folded

Re: [PATCH] sched, numa, mm: Add memcg support to do_huge_pmd_numa_page()

2012-10-29 Thread Zhouping Liu
On 10/29/2012 04:24 PM, Johannes Weiner wrote: Hello Ingo! On Mon, Oct 29, 2012 at 07:50:44AM +0100, Ingo Molnar wrote: * Zhouping Liu wrote: Hi Johannes, Tested the below patch, and I'm sure it has fixed the above issue, thank you. Thanks. Below is the folded up patch. Ingo

Re: [PATCH] sched, numa, mm: Add memcg support to do_huge_pmd_numa_page()

2012-10-29 Thread Johannes Weiner
Hello Ingo! On Mon, Oct 29, 2012 at 07:50:44AM +0100, Ingo Molnar wrote: > > * Zhouping Liu wrote: > > > Hi Johannes, > > > > Tested the below patch, and I'm sure it has fixed the above > > issue, thank you. > > Thanks. Below is the folded up patch. > > Ingo > > -

[PATCH] sched, numa, mm: Add memcg support to do_huge_pmd_numa_page()

2012-10-28 Thread Ingo Molnar
* Zhouping Liu wrote: > Hi Johannes, > > Tested the below patch, and I'm sure it has fixed the above > issue, thank you. Thanks. Below is the folded up patch. Ingo > Subject: sched, numa, mm: Add memcg support to do_huge_pmd_numa_page() From: Johannes Wei