Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758721Ab3HMQbo (ORCPT ); Tue, 13 Aug 2013 12:31:44 -0400 Received: from a9-92.smtp-out.amazonses.com ([54.240.9.92]:57391 "EHLO a9-92.smtp-out.amazonses.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757965Ab3HMQbl (ORCPT ); Tue, 13 Aug 2013 12:31:41 -0400 X-Greylist: delayed 610 seconds by postgrey-1.27 at vger.kernel.org; Tue, 13 Aug 2013 12:31:41 EDT Date: Tue, 13 Aug 2013 16:21:30 +0000 From: Christoph Lameter To: Minchan Kim cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, k.kozlowski@samsung.com, Seth Jennings , Mel Gorman , guz.fnst@cn.fujitsu.com, Benjamin LaHaise , Dave Hansen , lliubbo@gmail.com, aquini@redhat.com, Rik van Riel Subject: Re: [RFC 0/3] Pin page control subsystem In-Reply-To: <1376377502-28207-1-git-send-email-minchan@kernel.org> Message-ID: <00000140787b6191-ae3f2eb1-515e-48a1-8e64-502772af4700-000000@email.amazonses.com> References: <1376377502-28207-1-git-send-email-minchan@kernel.org> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SES-Outgoing: 2013.08.13-54.240.9.92 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 712 Lines: 14 On Tue, 13 Aug 2013, Minchan Kim wrote: > VM sometime want to migrate and/or reclaim pages for CMA, memory-hotplug, > THP and so on but at the moment, it could handle only userspace pages > so if above example subsystem have pinned a some page in a range VM want > to migrate, migration is failed so above exmaple couldn't work well. Dont we have the mmu_notifiers that could help in that case? You could get a callback which could prepare the pages for migration? -- 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/