Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752663AbeAEToR (ORCPT + 1 other); Fri, 5 Jan 2018 14:44:17 -0500 Received: from mx2.suse.de ([195.135.220.15]:50425 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752177AbeAEToQ (ORCPT ); Fri, 5 Jan 2018 14:44:16 -0500 Date: Fri, 5 Jan 2018 20:44:13 +0100 From: Michal Hocko To: Christopher Lameter Cc: Anshuman Khandual , Andrew Morton , Zi Yan , Naoya Horiguchi , "Kirill A. Shutemov" , Vlastimil Babka , Andrea Reale , linux-mm@kvack.org, LKML Subject: Re: [PATCH 1/3] mm, numa: rework do_pages_move Message-ID: <20180105194413.GU2801@dhcp22.suse.cz> References: <20180103082555.14592-2-mhocko@kernel.org> <20180105091443.GJ2801@dhcp22.suse.cz> <20180105093301.GK2801@dhcp22.suse.cz> <20180105180905.GR2801@dhcp22.suse.cz> <20180105184808.GS2801@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Fri 05-01-18 13:27:48, Cristopher Lameter wrote: > On Fri, 5 Jan 2018, Michal Hocko wrote: > > > > Also why are you migrating the pages on pagelist if a > > > add_page_for_migration() fails? One could simply update > > > the status in user space and continue. > > > > I am open to further cleanups. Care to send a full patch with the > > changelog? I would rather not fold more changes to the already tested > > one. > > While doing that I saw that one could pull the rwsem locking out of > add_page_for_migration() as well in order to avoid taking it for each 4k > page. Include that? Yeah, why not if the end result turns out to be simpler and easier to maintain. Please note that I was mostly after simplicity. There are other things to sort out though. Please read the cover which contains several API oddities which would be good to either sort out or at least document them. Please also note that I am too busy with the most "popular" bug these days, unfortunately, so my review bandwidth will be very limited. -- Michal Hocko SUSE Labs