From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 77DDE1BD44; Thu, 20 Dec 2018 16:57:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E3516222C1; Thu, 20 Dec 2018 10:57:06 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 10:57:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=NQwkXM2CWfgnWzgjp2wbu9fuNNeDdDE48fsJoTwgM+k=; b=BKCq05ctp50x HMKpROWUffsyQX5FGrxBjNEhnhcjCDQezVwwLW+l1TFcf9qu+rs9JeTfkH+hLh+a s44sdChO97IkCnXURBQjHLpVb18dC6mVpbU8sIfQVhtpdOQFV2nSFDc2IrTBlkLF M0SWIDqjVup7PqzUr201pQmXF1srn4M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=NQwkXM2CWfgnWzgjp2wbu9fuNNeDdDE48fsJoTwgM +k=; b=hYlV57d+FmHM3bt9LYwT2Z/03FDTkSowgUrXBQewFbLJX/ej5nVVXU3ZN UwnAk2SMiSsXgfugXfqxSlc0LzgboYHB172oaaIbzLpd8unhNPWEurmFi06gL/Xc korwHOswy+WGbjsoEOVgDuye8JPY76qMzwGCiPNiraO9ML7h1xNQHvb/4P58Mzet Uv9vTvjSfaQgn9VuelRBzALepuLMTBkF2tvzERRNfICPPymtkUWrLDqYgEN+ZoOK IWf08XRPAld3SqvCssnGXGTAq0HgZgBEQsegofel+39ZSwQ7Td2X+bbAQlaAVE9N QCKKNnooERufdiQJ3fs4Rxf740CsQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedgkeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrd horhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhf rhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiii gvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 485A7100BB; Thu, 20 Dec 2018 10:57:05 -0500 (EST) From: Thomas Monjalon To: Gavin Hu Cc: dev@dpdk.org, bruce.richardson@intel.com, ferruh.yigit@intel.com, Honnappa.Nagarahalli@arm.com, nd@arm.com, stable@dpdk.org Date: Thu, 20 Dec 2018 16:57:04 +0100 Message-ID: <3220337.l9tPYBC6Td@xps> In-Reply-To: <20181220155224.8894-1-gavin.hu@arm.com> References: <20181220155224.8894-1-gavin.hu@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH v1] devtools: fix wrong headline lowercase for arm X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 15:57:07 -0000 20/12/2018 16:52, Gavin Hu: > Change to the new wording according to Arm corp: > https://mails.dpdk.org/archives/dev/2018-October/115174.html > otherwise, "Wrong headline lowercase" may be falsely reported. > > Fixes: f146ada21d1e ("scripts: add more git log checks") > Cc: stable@dpdk.org > > Signed-off-by: Gavin Hu > --- > --- a/devtools/check-git-log.sh > +++ b/devtools/check-git-log.sh > - -e ':.*\' \ > - -e ':.*\' \ > - -e ':.*\' \ > + -e ':.*\<(Arm|ARM)\>' \ Are you saying that we should not write "Arm"? I thought it was the right spelling when talking about the company. > + -e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \ > + -e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \