Received: by 10.213.65.68 with SMTP id h4csp1655065imn; Thu, 5 Apr 2018 01:11:44 -0700 (PDT) X-Google-Smtp-Source: AIpwx48I+97SuazX3+MgHxPclk/UF+xAOgyip8o6KLPTpi2bdV6F3aianURjgcnoK0r5jNaFpbcW X-Received: by 10.99.160.67 with SMTP id u3mr13860109pgn.389.1522915904430; Thu, 05 Apr 2018 01:11:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522915904; cv=none; d=google.com; s=arc-20160816; b=UdW38F+GfWniKpFUfFKYIsNOCDs8mApPfuCbG7Jot3h1UtFWYF23fnZWc5TE8ZQMmE 3CLFEHG4m6VksmQhgC+VL0P3I2J7qYYwS/RCx/Y12wCpCHfD+ky8VQzuKQ5A1lmXpXwV ggfq9lJOupV8gwXh1mvaFqYUSF3I3PaUz7dKevO/zD8/hJE7yAyA/l499LGjmzD76iZA TF2KMu2+MYXk07EBfmxOma1Rz2CECqH6/qFUvk+hNQ72P3eJzT1/fqxxiHt51ds/QeM2 s63cBbiTj2jqjC6YlDc2SFz5U3VF8s57TW59kgrkZXJ7+0oNbFJZ8UUAM26AUGR7Sm1m Xtew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=ELdl9wcJj3zqn/wh+m8SNQ9Z7fUbz9sEeYboZGS1feQ=; b=z3qi1eFZRDInNa2s9yKll02xdEKx2kqripW+hMEN0hWHlhE9Q683Zob7XVNf+H4ub5 kA3YFFKJ2wPkMvBTwTShkz9P9r8JLL7yayr30FB/Nxdgjcev7jPMCj3gI0I31pWHeV2E cKJvGIb/qM7D8mVoa/ZY55blOjlynu7PuoESRyKeGKHTQJPv3tzhFYHZNrptG2CNQWZA fhp4bvzp5KWbGhhdFLHyA/VpOmN7tjm7FfvlLZBlgQE3nn6zmdKFfKMkTzs2y8Jme6F4 XPiw3X55iuxYsA390HL6EMkvGa41hWZrTVlAiwJYwY2sX8aILijmckjD8jBbhjlWVWsu JEBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d16-v6si5507774plr.581.2018.04.05.01.11.29; Thu, 05 Apr 2018 01:11:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751417AbeDEIKT (ORCPT + 99 others); Thu, 5 Apr 2018 04:10:19 -0400 Received: from lgeamrelo13.lge.com ([156.147.23.53]:39376 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751249AbeDEIKQ (ORCPT ); Thu, 5 Apr 2018 04:10:16 -0400 Received: from unknown (HELO lgemrelse7q.lge.com) (156.147.1.151) by 156.147.23.53 with ESMTP; 5 Apr 2018 17:10:14 +0900 X-Original-SENDERIP: 156.147.1.151 X-Original-MAILFROM: iamjoonsoo.kim@lge.com Received: from unknown (HELO localhost) (10.177.220.142) by 156.147.1.151 with ESMTP; 5 Apr 2018 17:10:13 +0900 X-Original-SENDERIP: 10.177.220.142 X-Original-MAILFROM: iamjoonsoo.kim@lge.com Date: Thu, 5 Apr 2018 17:10:13 +0900 From: Joonsoo Kim To: Michal Hocko Cc: Andrew Morton , "Kirill A . Shutemov" , Mel Gorman , Vlastimil Babka , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving Message-ID: <20180405081013.GB631@js1304-desktop> References: <1522913236-15776-1-git-send-email-iamjoonsoo.kim@lge.com> <20180405075753.GZ6312@dhcp22.suse.cz> <20180405080539.GA631@js1304-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180405080539.GA631@js1304-desktop> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 05, 2018 at 05:05:39PM +0900, Joonsoo Kim wrote: > On Thu, Apr 05, 2018 at 09:57:53AM +0200, Michal Hocko wrote: > > On Thu 05-04-18 16:27:16, Joonsoo Kim wrote: > > > From: Joonsoo Kim > > > > > > ZONE_MOVABLE only has movable pages so we don't need to keep enough > > > freepages to avoid or deal with fragmentation. So, don't count it. > > > > > > This changes min_free_kbytes and thus min_watermark greatly > > > if ZONE_MOVABLE is used. It will make the user uses more memory. Oops.. s/more/less > > > > OK, but why does it matter. Has anybody seen this as an issue? > > There was a regression report for CMA patchset and I think that it is > related to this problem. CMA patchset makes the system uses one more > zone (ZONE_MOVABLE) and then increase min_free_kbytes. It reduces > usable memory and it could cause regression. > > http://lkml.kernel.org/r/20180102063528.GG30397@yexl-desktop Thanks.