From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx155.postini.com [74.125.245.155]) by kanga.kvack.org (Postfix) with SMTP id 05ED96B005D for ; Wed, 30 May 2012 15:49:00 -0400 (EDT) Date: Wed, 30 May 2012 21:48:59 +0200 From: Andi Kleen Subject: Re: [PATCH 2/6] mempolicy: Kill all mempolicy sharing Message-ID: <20120530194858.GW27374@one.firstfloor.org> References: <1338368529-21784-1-git-send-email-kosaki.motohiro@gmail.com> <1338368529-21784-3-git-send-email-kosaki.motohiro@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: kosaki.motohiro@gmail.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Dave Jones , Mel Gorman , Linus Torvalds , stable@vger.kernel.org, hughd@google.com, KOSAKI Motohiro , Andrew Morton , andi@firstfloor.org On Wed, May 30, 2012 at 02:41:22PM -0500, Christoph Lameter wrote: > On Wed, 30 May 2012, kosaki.motohiro@gmail.com wrote: > > > refcount will be decreased even though was not increased whenever alloc_page_vma() > > is called. As you know, mere mbind(MPOL_MF_MOVE) calls alloc_page_vma(). > > Most of these issues are about memory migration and shared memory. If we > exempt shared memory from memory migration (after all that shared memory > has its own distinct memory policies already!) then a lot of these issues > wont arise. Soft memory offlining needs migration. It's fairly important that this works: on the database systems most memory is in shared memory and they have a lot of memory, so predictive failure analysis and soft offlining helps a lot. Classic migration is probably not too important here, but they pretty much rely on the same low level mechanism. -Andi -- ak@linux.intel.com -- Speaking for myself only. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org