Received: by 10.192.165.148 with SMTP id m20csp5204982imm; Wed, 9 May 2018 00:50:45 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrESu2mOqblaCLlwaJcSxLVB746bsfZ4S9qVBIi42K3jzWjnEoaLeMVzf7ToeLOnOEZNbJO X-Received: by 10.98.159.21 with SMTP id g21mr42149499pfe.207.1525852245296; Wed, 09 May 2018 00:50:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525852245; cv=none; d=google.com; s=arc-20160816; b=msd5dfCzg27nAHAsH4EyYkowM4WzLS4UrrrMwF5/KfUFjSOePV7ZtLMH7n9cVN/LrO ktK0C9TBnGJaFeCaC2EQZq7WoxQXHiBKluoTPIqbPKFct1iyt3zxzs2qEsu8HsPyqjOW 0DJ57rxF1j1rBmRkg/p//erk4fRUjq809uHVlto6ZFaTKXE4AQiMLFiAT7j1dD0n5d/J SkBWijR1GdkkRbF+kiJxMN/UevsJg/6F5qTVs1QxArVhd80cQpIPATu5T7gOIcIuHGWJ OhVWfKnkF/zBUJQIhen6406GZSk2HoAjrDHaNoJJ/qDvo/PaZwO2nNLLz/qa2fx//xiM +euA== 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=F297jw8iFcrOsAt1lJ7rlqq+dQ8KM9Cv+Q9Ohg6eIpc=; b=C9UOsv6GNiLNqJtZkx0Z5FxOwFqkfPrKexx5FRb/0wx5n90IyeVXkni3DbA0lSO+uz 5erHDN4cDKGw5WlARxb+L4X268FYclcjRnEoXz+m/nuRbBzd83SGwr25XWM0S5qQ8cll y3wrOiiwDjdDRsjONNu82OMxCMbYcGu3SWgDTvE+sO/tzs54JxPSGOMhHMpt+2cWtXDu L6JP2VlxjpX8LpcoUKbCj4Bf7++m2vxnEPG5TjVxDonrj4UaAnOImbNUVDXdX/T4Wh1o qgXM9uWORLC+Uhx5+tiF+3A2mUYpZCLGVV56GKYeKOTmh09Qw1L/L9c0CqITUlJFqYDb 5FlA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t13si26677552pfc.333.2018.05.09.00.50.29; Wed, 09 May 2018 00:50:45 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933881AbeEIHtD (ORCPT + 99 others); Wed, 9 May 2018 03:49:03 -0400 Received: from mx2.suse.de ([195.135.220.15]:58021 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933867AbeEIHs7 (ORCPT ); Wed, 9 May 2018 03:48:59 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 2253AABE1; Wed, 9 May 2018 07:48:58 +0000 (UTC) Date: Wed, 9 May 2018 09:48:57 +0200 From: Michal Hocko To: Huaisheng HS1 Ye Cc: "akpm@linux-foundation.org" , "linux-mm@kvack.org" , "vbabka@suse.cz" , "mgorman@techsingularity.net" , "pasha.tatashin@oracle.com" , "alexander.levin@verizon.com" , "hannes@cmpxchg.org" , "penguin-kernel@I-love.SAKURA.ne.jp" , "colyli@suse.de" , NingTing Cheng , "linux-kernel@vger.kernel.org" Subject: Re: [External] Re: [PATCH 3/3] mm/page_alloc: Fix typo in debug info of calculate_node_totalpages Message-ID: <20180509074857.GD32366@dhcp22.suse.cz> References: <1525416729-108201-1-git-send-email-yehs1@lenovo.com> <1525416729-108201-4-git-send-email-yehs1@lenovo.com> <20180504131854.GQ4535@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.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat 05-05-18 02:10:35, Huaisheng HS1 Ye wrote: [...] > But this printk is a relatively meaningful reference within dmesg log. > Especially for people who doesn't have much experience, or someone > has a plan to modify boundary of zones within free_area_init_*. Could you be more specific please? I am not saying that the printk is pointless but it is DEBUG and as such it doesn't give us a very good picture. -- Michal Hocko SUSE Labs