* [dpdk-stable] [PATCH v2] devtools: fix wrong headline lowercase for arm
@ 2018-12-20 16:10 Gavin Hu
2018-12-20 20:50 ` Honnappa Nagarahalli
2018-12-21 6:02 ` [dpdk-stable] [PATCH v3] " Gavin Hu
0 siblings, 2 replies; 5+ messages in thread
From: Gavin Hu @ 2018-12-20 16:10 UTC (permalink / raw)
To: dev
Cc: thomas, bruce.richardson, ferruh.yigit, Honnappa.Nagarahalli, nd,
Gavin Hu, stable
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)\>' \
-e ':.*\<crc\>' \
-e ':.*\<dma\>' \
-e ':.*\<eeprom\>' \
--
2.11.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-stable] [PATCH v2] devtools: fix wrong headline lowercase for arm
2018-12-20 16:10 [dpdk-stable] [PATCH v2] devtools: fix wrong headline lowercase for arm Gavin Hu
@ 2018-12-20 20:50 ` Honnappa Nagarahalli
2018-12-21 6:02 ` [dpdk-stable] [PATCH v3] " Gavin Hu
1 sibling, 0 replies; 5+ messages in thread
From: Honnappa Nagarahalli @ 2018-12-20 20:50 UTC (permalink / raw)
To: Gavin Hu (Arm Technology China), dev
Cc: thomas, bruce.richardson, ferruh.yigit, nd,
Gavin Hu (Arm Technology China),
stable, Honnappa Nagarahalli, nd
>
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-stable] [PATCH v3] devtools: fix wrong headline lowercase for arm
2018-12-20 16:10 [dpdk-stable] [PATCH v2] devtools: fix wrong headline lowercase for arm Gavin Hu
2018-12-20 20:50 ` Honnappa Nagarahalli
@ 2018-12-21 6:02 ` Gavin Hu
2018-12-27 12:34 ` [dpdk-stable] [EXT] [dpdk-dev] " Jerin Jacob Kollanukkaran
1 sibling, 1 reply; 5+ messages in thread
From: Gavin Hu @ 2018-12-21 6:02 UTC (permalink / raw)
To: dev; +Cc: thomas, honnappa.nagarahalli, nd, Gavin Hu, stable
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 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 85d67fb9a..d39064f9d 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -90,9 +90,10 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<[hsf]w\>' \
-e ':.*\<l[234]\>' \
-e ':.*\<api\>' \
- -e ':.*\<arm\>' \
- -e ':.*\<armv7\>' \
- -e ':.*\<armv8\>' \
+ -e ':.*\<ARM\>' \
+ -e ':.*\<(Aarch64|AArch64|AARCH64|Aarch32|AArch32|AARCH32)\>' \
+ -e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \
+ -e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \
-e ':.*\<crc\>' \
-e ':.*\<dma\>' \
-e ':.*\<eeprom\>' \
--
2.11.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-stable] [EXT] [dpdk-dev] [PATCH v3] devtools: fix wrong headline lowercase for arm
2018-12-21 6:02 ` [dpdk-stable] [PATCH v3] " Gavin Hu
@ 2018-12-27 12:34 ` Jerin Jacob Kollanukkaran
2019-01-10 9:19 ` [dpdk-stable] [dpdk-dev] [EXT] " Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2018-12-27 12:34 UTC (permalink / raw)
To: gavin.hu, dev; +Cc: honnappa.nagarahalli, thomas, nd, stable
On Fri, 2018-12-21 at 14:02 +0800, Gavin Hu wrote:
> External Email
>
> -------------------------------------------------------------------
> ---
> 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>
Looks good to me.
Acked-by: Jerin Jacob <jerinj@marvell.com>
> ---
> devtools/check-git-log.sh | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
> index 85d67fb9a..d39064f9d 100755
> --- a/devtools/check-git-log.sh
> +++ b/devtools/check-git-log.sh
> @@ -90,9 +90,10 @@ bad=$(echo "$headlines" | grep -E --color=always \
> -e ':.*\<[hsf]w\>' \
> -e ':.*\<l[234]\>' \
> -e ':.*\<api\>' \
> - -e ':.*\<arm\>' \
> - -e ':.*\<armv7\>' \
> - -e ':.*\<armv8\>' \
> + -e ':.*\<ARM\>' \
> + -e ':.*\<(Aarch64|AArch64|AARCH64|Aarch32|AArch32|AARCH32)\>' \
> + -e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \
> + -e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \
> -e ':.*\<crc\>' \
> -e ':.*\<dma\>' \
> -e ':.*\<eeprom\>' \
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-stable] [dpdk-dev] [EXT] [PATCH v3] devtools: fix wrong headline lowercase for arm
2018-12-27 12:34 ` [dpdk-stable] [EXT] [dpdk-dev] " Jerin Jacob Kollanukkaran
@ 2019-01-10 9:19 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2019-01-10 9:19 UTC (permalink / raw)
To: gavin.hu; +Cc: dev, Jerin Jacob Kollanukkaran, honnappa.nagarahalli, nd, stable
27/12/2018 13:34, Jerin Jacob Kollanukkaran:
> On Fri, 2018-12-21 at 14:02 +0800, Gavin Hu wrote:
> > 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>
>
> Looks good to me.
>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
Applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-10 9:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-20 16:10 [dpdk-stable] [PATCH v2] devtools: fix wrong headline lowercase for arm Gavin Hu
2018-12-20 20:50 ` Honnappa Nagarahalli
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
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).