Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754753Ab0LPBSW (ORCPT ); Wed, 15 Dec 2010 20:18:22 -0500 Received: from TYO202.gate.nec.co.jp ([202.32.8.206]:36552 "EHLO tyo202.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754365Ab0LPBST (ORCPT ); Wed, 15 Dec 2010 20:18:19 -0500 Date: Thu, 16 Dec 2010 10:10:53 +0900 From: Daisuke Nishimura To: KAMEZAWA Hiroyuki Cc: Andrea Arcangeli , linux-mm@kvack.org, Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, Marcelo Tosatti , Adam Litke , Avi Kivity , Hugh Dickins , Rik van Riel , Mel Gorman , Dave Hansen , Benjamin Herrenschmidt , Ingo Molnar , Mike Travis , Christoph Lameter , Chris Wright , bpicco@redhat.com, KOSAKI Motohiro , Balbir Singh , "Michael S. Tsirkin" , Peter Zijlstra , Johannes Weiner , Chris Mason , Borislav Petkov , Miklos Szeredi , Daisuke Nishimura Subject: Re: Transparent Hugepage Support #33 Message-Id: <20101216101053.05cb1516.nishimura@mxp.nes.nec.co.jp> In-Reply-To: <20101216095408.3a60cbad.kamezawa.hiroyu@jp.fujitsu.com> References: <20101215051540.GP5638@random.random> <20101216095408.3a60cbad.kamezawa.hiroyu@jp.fujitsu.com> Organization: NEC Soft, Ltd. X-Mailer: Sylpheed 3.0.3 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1371 Lines: 46 Hi, On Thu, 16 Dec 2010 09:54:08 +0900 KAMEZAWA Hiroyuki wrote: > On Wed, 15 Dec 2010 06:15:40 +0100 > Andrea Arcangeli wrote: > > > Some of some relevant user of the project: > > > > KVM Virtualization > > GCC (kernel build included, requires a few liner patch to enable) > > JVM > > VMware Workstation > > HPC > > > > It would be great if it could go in -mm. > > Things should be done in memory cgroup is > > - make accounting correct (RSS count will be broken) > - make move_charge() to work > (at rmdir(), this is now broken. It seems move-charge-at-task-move to work) > Yes. I think we should add mem_cgroup_split_hugepage_commit() and add PageTransHuge() check in mem_cgroup_move_parent() as done in RHEL6 kernel. As for move-charge-at-task-move, it will work because walk_pmd_range() splits THP pages(it would be better to change move-charge not to split THP pages, but it's not so urgent IMHO). > Do you have known other viewpoints ? Not yet, but I'll test and check. > I'll look into when -mm is shipped. > me too :) Thanks, Daisuke Nihimura. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/