From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail190.messagelabs.com (mail190.messagelabs.com [216.82.249.51]) by kanga.kvack.org (Postfix) with SMTP id CC9546B01FA for ; Tue, 11 May 2010 11:56:49 -0400 (EDT) Date: Tue, 11 May 2010 10:56:00 -0500 (CDT) From: Christoph Lameter Subject: Re: [PATCH 2/2] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks In-Reply-To: <20100511151142.GS26611@csn.ul.ie> Message-ID: References: <1272529930-29505-1-git-send-email-mel@csn.ul.ie> <1272529930-29505-3-git-send-email-mel@csn.ul.ie> <20100504094522.GA20979@csn.ul.ie> <20100510175654.GL26611@csn.ul.ie> <20100511151142.GS26611@csn.ul.ie> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org To: Mel Gorman Cc: Andrew Morton , Linux-MM , LKML , Minchan Kim , KAMEZAWA Hiroyuki , Andrea Arcangeli , Rik van Riel List-ID: On Tue, 11 May 2010, Mel Gorman wrote: > Or just identify the temporary stack from the migration side instead of > adding to the cost of exec? Adding one off checks to a generic mechanism isnt really clean programming. Using the provided means of disabling a generic mechanism is. -- 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/ . Don't email: email@kvack.org