patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>
To: "Gavin Hu (Arm Technology China)" <Gavin.Hu@arm.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "thomas@monjalon.net" <thomas@monjalon.net>,
	"bruce.richardson@intel.com" <bruce.richardson@intel.com>,
	"ferruh.yigit@intel.com" <ferruh.yigit@intel.com>,
	nd <nd@arm.com>,
	"Gavin Hu (Arm Technology China)" <Gavin.Hu@arm.com>,
	"stable@dpdk.org" <stable@dpdk.org>,
	Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>,
	nd <nd@arm.com>
Subject: Re: [dpdk-stable] [PATCH v2] devtools: fix wrong headline lowercase for arm
Date: Thu, 20 Dec 2018 20:50:02 +0000	[thread overview]
Message-ID: <AM6PR08MB367213F1F3513368C62DFAD798BF0@AM6PR08MB3672.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <20181220161045.9487-1-gavin.hu@arm.com>

> 
> 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 <gavin.hu@arm.com>
> ---
>  devtools/check-git-log.sh | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh index
> 85d67fb9a..15f15e18b 100755
> --- a/devtools/check-git-log.sh
> +++ b/devtools/check-git-log.sh
> @@ -90,9 +90,9 @@ bad=$(echo "$headlines" | grep -E --color=always \
>  	-e ':.*\<[hsf]w\>' \
>  	-e ':.*\<l[234]\>' \
>  	-e ':.*\<api\>' \
> -	-e ':.*\<arm\>' \
> -	-e ':.*\<armv7\>' \
> -	-e ':.*\<armv8\>' \
> +	-e ':.*\<ARM\>' \
> +	-e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \
> +	-e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \
Can you add aarch64/aarch32/arm64/arm32 related permutations?

>  	-e ':.*\<crc\>' \
>  	-e ':.*\<dma\>' \
>  	-e ':.*\<eeprom\>' \
> --
> 2.11.0

  reply	other threads:[~2018-12-20 20:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-20 16:10 Gavin Hu
2018-12-20 20:50 ` Honnappa Nagarahalli [this message]
2018-12-21  6:02 ` [dpdk-stable] [PATCH v3] " Gavin Hu
2018-12-27 12:34   ` [dpdk-stable] [EXT] [dpdk-dev] " Jerin Jacob Kollanukkaran
2019-01-10  9:19     ` [dpdk-stable] [dpdk-dev] [EXT] " Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM6PR08MB367213F1F3513368C62DFAD798BF0@AM6PR08MB3672.eurprd08.prod.outlook.com \
    --to=honnappa.nagarahalli@arm.com \
    --cc=Gavin.Hu@arm.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=nd@arm.com \
    --cc=stable@dpdk.org \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).