Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755916AbbBFM6b (ORCPT ); Fri, 6 Feb 2015 07:58:31 -0500 Received: from cantor2.suse.de ([195.135.220.15]:34427 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751850AbbBFM63 (ORCPT ); Fri, 6 Feb 2015 07:58:29 -0500 Date: Fri, 6 Feb 2015 13:58:25 +0100 From: Michal Hocko To: Shaohua Li Cc: Minchan Kim , "Michael Kerrisk (man-pages)" , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-api@vger.kernel.org, Hugh Dickins , Johannes Weiner , Rik van Riel , KOSAKI Motohiro , Mel Gorman , Jason Evans , zhangyanfei@cn.fujitsu.com, "Kirill A. Shutemov" , "Kirill A. Shutemov" Subject: Re: [PATCH v17 1/7] mm: support madvise(MADV_FREE) Message-ID: <20150206125825.GA4498@dhcp22.suse.cz> References: <20141127144725.GB19157@dhcp22.suse.cz> <20141130235652.GA10333@bbox> <20141202100125.GD27014@dhcp22.suse.cz> <20141203000026.GA30217@bbox> <20141203101329.GB23236@dhcp22.suse.cz> <20141205070816.GB3358@bbox> <20141205083249.GA2321@dhcp22.suse.cz> <54D0F9BC.4060306@gmail.com> <20150203234722.GB3583@blaptop> <20150206003311.GA2347@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150206003311.GA2347@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 740 Lines: 18 On Thu 05-02-15 16:33:11, Shaohua Li wrote: [...] > Did you think about move the MADV_FREE pages to the head of inactive LRU, so > they can be reclaimed easily? Yes this makes sense for pages living on the active LRU list. I would preserve LRU ordering on the inactive list because there is no good reason to make the operation more costly for inactive pages. On the other hand having tons of to-be-freed pages on the active list clearly sucks. Care to send a patch? -- Michal Hocko SUSE Labs -- 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/