Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp2396425img; Sun, 24 Mar 2019 07:39:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqxv5V5XY1zlsesQ/z/wtMbGNW0QM0Wh2QgwrQYEqUN8DdWn/H2IpZOS5acqYC1lK0VVnf7M X-Received: by 2002:a65:6091:: with SMTP id t17mr18549951pgu.328.1553438361040; Sun, 24 Mar 2019 07:39:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553438361; cv=none; d=google.com; s=arc-20160816; b=z6sOhuj5RGkmO96yY5HbvEB7ejVg6weFUbl1ULmFnXHcY2I/TnHcKydYUuytQbnRB5 a9+YZHvBY/NbuMgEBsevAxipD5InrgaLhJHHxh0epPVYdn+EcZjKDkXeXSRvuu3bRN+C acHWLPCknNhq4E2O5qbDYPYXQDw1IKW2uy1b7KPLfPuMlDLtsn2dKaAuq3mA0B6bgX0+ hOvjzE3UInzdfMCaIeCR4gfHRZ6bvK1HRI807Ys/kX8zvut6FO1aFJUfNgwiq/4DsR6c LRa0WEbrjYB+SFfNaucCBmhaQbVj2PfCDMEZBL4c310w9bo0thWb5s1k7lphWAXIMQTX qBNQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=wYa6PuLnM7ytzOindpGRQCqcWb3aQWEqVIIGZaxx5E0=; b=I/5uBGWggaoOkJq5MgatT8YeJ7s2s6Um+C7aZY/iwiNb3b/4o5NTl2wnshPsCJnYSA DK8vUUHd8wvhXH2T8DdNcluPadz+VUy8YHGmaiws76XU7ew30WYktZRBg+nrvhtCfid1 1B/mczhnmUG6nFBmVQIykH11NjmzQ+so9qulkvw7GOWn4G8ObLMz1pbopCGdNXXt7qD8 D3JpKTl4d0EGH5tQKwD0vIH62QghJxKURQ/L5ci4ZmnU85zwxRqM9rjeNaiReVMV/pLy aHWAcmt9tcKRj1p8RlueByfjS8bNxxxXf2UBftgSbHw7DZULCdHIyY0Bf735MKS295tn Zbdw== 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 n1si11716879plp.26.2019.03.24.07.39.03; Sun, 24 Mar 2019 07:39:21 -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 S1727137AbfCXOi1 (ORCPT + 99 others); Sun, 24 Mar 2019 10:38:27 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:43656 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726090AbfCXOi0 (ORCPT ); Sun, 24 Mar 2019 10:38:26 -0400 Received: from p5492e2fc.dip0.t-ipconnect.de ([84.146.226.252] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1h84GW-0002Kr-IX; Sun, 24 Mar 2019 15:38:24 +0100 Date: Sun, 24 Mar 2019 15:38:24 +0100 (CET) From: Thomas Gleixner To: Wei Yang cc: x86@kernel.org, linux-kernel@vger.kernel.org, dave.hansen@linux.intel.com, luto@kernel.org, peterz@infradead.or Subject: Re: [PATCH 1/6] x86, mm: remove second argument of split_mem_range() In-Reply-To: <20190212021215.13247-2-richardw.yang@linux.intel.com> Message-ID: References: <20190212021215.13247-1-richardw.yang@linux.intel.com> <20190212021215.13247-2-richardw.yang@linux.intel.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Wei, On Tue, 12 Feb 2019, Wei Yang wrote: Vs. the subject line. 'x86, mm:' is not the proper prefix. # git log path/to/file gives you usually a pretty good hint, i.e. in this case: 'x86/mm:' Also the sentence after the colon starts with an upper case letter. So the full subject would be: x86/mm: Remove ...... Other than that. This looks good. Thanks, tglx