From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f197.google.com (mail-pf0-f197.google.com [209.85.192.197]) by kanga.kvack.org (Postfix) with ESMTP id 4EFB96B0253 for ; Mon, 30 May 2016 20:00:45 -0400 (EDT) Received: by mail-pf0-f197.google.com with SMTP id c84so242918826pfc.3 for ; Mon, 30 May 2016 17:00:45 -0700 (PDT) Received: from lgeamrelo12.lge.com (LGEAMRELO12.lge.com. [156.147.23.52]) by mx.google.com with ESMTP id d63si37802362pfc.180.2016.05.30.17.00.42 for ; Mon, 30 May 2016 17:00:43 -0700 (PDT) Date: Tue, 31 May 2016 09:01:17 +0900 From: Minchan Kim Subject: [PATCH v6v3 02/12] mm: migrate: support non-lru movable page migration Message-ID: <20160531000117.GB18314@bbox> References: <1463754225-31311-1-git-send-email-minchan@kernel.org> <1463754225-31311-3-git-send-email-minchan@kernel.org> <20160530013926.GB8683@bbox> MIME-Version: 1.0 In-Reply-To: <20160530013926.GB8683@bbox> Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Rik van Riel , Vlastimil Babka , Joonsoo Kim , Mel Gorman , Hugh Dickins , Rafael Aquini , virtualization@lists.linux-foundation.org, Jonathan Corbet , John Einar Reitan , dri-devel@lists.freedesktop.org, Sergey Senozhatsky , Gioh Kim Per Vlastimi's review comment. Thanks for the detail review, Vlastimi! If you have another concern, feel free to say. After I resolve all thing, I will send v7 rebased on recent mmotm.