From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 028A3A3 for ; Fri, 8 Mar 2019 18:48:37 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from yskoh@mellanox.com) with ESMTPS (AES256-SHA encrypted); 8 Mar 2019 19:48:33 +0200 Received: from scfae-sc-2.mti.labs.mlnx (scfae-sc-2.mti.labs.mlnx [10.101.0.96]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x28HloAf002625; Fri, 8 Mar 2019 19:48:32 +0200 From: Yongseok Koh To: Gavin Hu Cc: Jerin Jacob , dpdk stable Date: Fri, 8 Mar 2019 09:47:03 -0800 Message-Id: <20190308174749.30771-25-yskoh@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190308174749.30771-1-yskoh@mellanox.com> References: <20190308174749.30771-1-yskoh@mellanox.com> Subject: [dpdk-stable] patch 'devtools: fix wrong headline lowercase for arm' has been queued to LTS release 17.11.6 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: Fri, 08 Mar 2019 17:48:38 -0000 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 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 Acked-by: Jerin Jacob --- 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 ':.*\' \ -e ':.*\' \ - -e ':.*\' \ - -e ':.*\' \ - -e ':.*\' \ + -e ':.*\' \ + -e ':.*\<(Aarch64|AArch64|AARCH64|Aarch32|AArch32|AARCH32)\>' \ + -e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \ + -e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \ -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ -- 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 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@dpdk.org Signed-off-by: Gavin Hu Acked-by: Jerin Jacob @@ -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 ':.*\' \ -e ':.*\' \ @@ -33,7 +34,7 @@ + -e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \ -e ':.*\' \ -e ':.*\' \ - -e ':.*\' \ + -e ':.*\' \ -- 2.11.0