Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754738Ab3GCB4z (ORCPT ); Tue, 2 Jul 2013 21:56:55 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:63424 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752552Ab3GCB4x (ORCPT ); Tue, 2 Jul 2013 21:56:53 -0400 X-IronPort-AV: E=Sophos;i="4.87,984,1363104000"; d="scan'208";a="7766396" Message-ID: <51D3841D.9040906@cn.fujitsu.com> Date: Wed, 03 Jul 2013 09:53:33 +0800 From: Gu Zheng User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1 MIME-Version: 1.0 To: Benjamin LaHaise CC: Tang Chen , Mel Gorman , Minchan Kim , akpm@linux-foundation.org, viro@zeniv.linux.org.uk, khlebnikov@openvz.org, walken@google.com, kamezawa.hiroyu@jp.fujitsu.com, riel@redhat.com, rientjes@google.com, isimatu.yasuaki@jp.fujitsu.com, wency@cn.fujitsu.com, laijs@cn.fujitsu.com, jiang.liu@huawei.com, zab@redhat.com, jmoyer@redhat.com, linux-mm@kvack.org, linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Szyprowski Subject: Re: [WiP]: aio support for migrating pages (Re: [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()) References: <20130515132453.GB11497@suse.de> <5194748A.5070700@cn.fujitsu.com> <20130517002349.GI1008@kvack.org> <5195A3F4.70803@cn.fujitsu.com> <20130517143718.GK1008@kvack.org> <519AD6F8.2070504@cn.fujitsu.com> <20130521022733.GT1008@kvack.org> <51B6F107.80501@cn.fujitsu.com> <20130611144525.GB14404@kvack.org> <51D12E7B.6080301@cn.fujitsu.com> <20130702180008.GQ16399@kvack.org> In-Reply-To: <20130702180008.GQ16399@kvack.org> X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/07/03 09:55:18, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/07/03 09:55:24, Serialize complete at 2013/07/03 09:55:24 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1478 Lines: 34 On 07/03/2013 02:00 AM, Benjamin LaHaise wrote: > On Mon, Jul 01, 2013 at 03:23:39PM +0800, Gu Zheng wrote: >> Hi Ben, >> Are you still working on this patch? >> As you know, using the current anon inode will lead to more than one instance of >> aio can not work. Have you found a way to fix this issue? Or can we use some >> other ones to replace the anon inode? > > This patch hasn't been a high priority for me. I would really appreciate > it if someone could confirm that this patch does indeed fix the hotplug > page migration issue by testing it in a system that hits the bug. Removing > the anon_inode bits isn't too much work, but I'd just like to have some > confirmation that this fix is considered to be "good enough" for the > problem at hand before spending any further time on it. There was talk of > using another approach, but it's not clear if there was any progress. Yeah, we have not seen anyone try to fix this issue using the other approach we talked. I'm not sure whether your patch can indeed fix the problem, but I'll carry out a complete test to confirm it, and I'll be very glad to continue this job based on your patch if you do not have enough time working on it.:) Thanks, Gu > > -ben -- 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/