From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752101AbeCWJdc (ORCPT ); Fri, 23 Mar 2018 05:33:32 -0400 Received: from mx2.suse.de ([195.135.220.15]:41035 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751617AbeCWJda (ORCPT ); Fri, 23 Mar 2018 05:33:30 -0400 Date: Fri, 23 Mar 2018 10:33:27 +0100 From: Michal Hocko To: Zhaoyang Huang Cc: zhaoyang.huang@spreadtrum.com, Andrew Morton , Vlastimil Babka , Mel Gorman , Johannes Weiner , vel Tatashin , Tetsuo Handa , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel-patch-test@lists.linaro.org Subject: Re: [PATCH v1] mm: help the ALLOC_HARDER allocation pass the watermarki when CMA on Message-ID: <20180323093327.GM23100@dhcp22.suse.cz> References: <1521791852-7048-1-git-send-email-zhaoyang.huang@spreadtrum.com> <20180323083847.GJ23100@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.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 23-03-18 17:19:26, Zhaoyang Huang wrote: > On Fri, Mar 23, 2018 at 4:38 PM, Michal Hocko wrote: > > On Fri 23-03-18 15:57:32, Zhaoyang Huang wrote: > >> For the type of 'ALLOC_HARDER' page allocation, there is an express > >> highway for the whole process which lead the allocation reach __rmqueue_xxx > >> easier than other type. > >> However, when CMA is enabled, the free_page within zone_watermark_ok() will > >> be deducted for number the pages in CMA type, which may cause the watermark > >> check fail, but there are possible enough HighAtomic or Unmovable and > >> Reclaimable pages in the zone. So add 'alloc_harder' here to > >> count CMA pages in to clean the obstacles on the way to the final. > > > > This is no longer the case in the current mmotm tree. Have a look at > > Joonsoo's zone movable based CMA patchset http://lkml.kernel.org/r/1512114786-5085-1-git-send-email-iamjoonsoo.kim@lge.com > > > Thanks for the information. However, I can't find the commit in the > latest mainline, is it merged? Not yet. It is still sitting in the mmomt tree. I am not sure what is the merge plan but I guess it is still waiting for some review feedback. -- Michal Hocko SUSE Labs