[dpdk-stable] patch 'devtools: fix wrong headline lowercase for arm' has been queued to LTS release 17.11.6

Yongseok Koh yskoh at mellanox.com
Fri Mar 8 18:47:03 CET 2019


Hi,

FYI, your patch has been queued to LTS release 17.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objection by 03/13/19. So please
shout if anyone has objection.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Yongseok

---
>From 4aceb2ab26722b2cb7f28cc7e6747352b20eb375 Mon Sep 17 00:00:00 2001
From: Gavin Hu <gavin.hu at arm.com>
Date: Fri, 21 Dec 2018 14:02:56 +0800
Subject: [PATCH] devtools: fix wrong headline lowercase for arm

[ upstream commit 40fd87486799d50c78e24ff90337ca1dc1debc13 ]

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")

Signed-off-by: Gavin Hu <gavin.hu at arm.com>
Acked-by: Jerin Jacob <jerinj at 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 9014c8241..ee2871743 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -118,9 +118,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 ':.*\<freebsd\>' \
-- 
2.11.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-03-08 09:46:41.576707197 -0800
+++ 0025-devtools-fix-wrong-headline-lowercase-for-arm.patch	2019-03-08 09:46:40.092403000 -0800
@@ -1,14 +1,15 @@
-From 40fd87486799d50c78e24ff90337ca1dc1debc13 Mon Sep 17 00:00:00 2001
+From 4aceb2ab26722b2cb7f28cc7e6747352b20eb375 Mon Sep 17 00:00:00 2001
 From: Gavin Hu <gavin.hu at arm.com>
 Date: Fri, 21 Dec 2018 14:02:56 +0800
 Subject: [PATCH] devtools: fix wrong headline lowercase for arm
 
+[ upstream commit 40fd87486799d50c78e24ff90337ca1dc1debc13 ]
+
 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 at dpdk.org
 
 Signed-off-by: Gavin Hu <gavin.hu at arm.com>
 Acked-by: Jerin Jacob <jerinj at marvell.com>
@@ -17,10 +18,10 @@
  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
+index 9014c8241..ee2871743 100755
 --- a/devtools/check-git-log.sh
 +++ b/devtools/check-git-log.sh
-@@ -90,9 +90,10 @@ bad=$(echo "$headlines" | grep -E --color=always \
+@@ -118,9 +118,10 @@ bad=$(echo "$headlines" | grep -E --color=always \
  	-e ':.*\<[hsf]w\>' \
  	-e ':.*\<l[234]\>' \
  	-e ':.*\<api\>' \
@@ -33,7 +34,7 @@
 +	-e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \
  	-e ':.*\<crc\>' \
  	-e ':.*\<dma\>' \
- 	-e ':.*\<eeprom\>' \
+ 	-e ':.*\<freebsd\>' \
 -- 
 2.11.0
 


More information about the stable mailing list