[dpdk-stable] patch 'devtools: fix symbol name in check log' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Tue May 14 16:43:59 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/20/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/003a29f84a0170b0f81003232a53cae90a2da5d2

Thanks.

Kevin Traynor

---
>From 003a29f84a0170b0f81003232a53cae90a2da5d2 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Fri, 3 May 2019 16:34:19 +0200
Subject: [PATCH] devtools: fix symbol name in check log

[ upstream commit d4ef40f3c60e0d8a93a86373f81beaba5731c58b ]

We have an incorrect variable name in this log.

Fixes: 4bec48184e33 ("devtools: add checks for ABI symbol addition")

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 devtools/check-symbol-change.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devtools/check-symbol-change.sh b/devtools/check-symbol-change.sh
index 8f986a5d7..9fe8a5229 100755
--- a/devtools/check-symbol-change.sh
+++ b/devtools/check-symbol-change.sh
@@ -98,5 +98,5 @@ check_for_rule_violations()
 				# Just inform the user of this occurrence, but
 				# don't flag it as an error
-				echo -n "INFO: symbol $syname is added but "
+				echo -n "INFO: symbol $symname is added but "
 				echo -n "patch has insuficient context "
 				echo -n "to determine the section name "
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-05-14 15:39:08.027271655 +0100
+++ 0015-devtools-fix-symbol-name-in-check-log.patch	2019-05-14 15:39:07.312558831 +0100
@@ -1 +1 @@
-From d4ef40f3c60e0d8a93a86373f81beaba5731c58b Mon Sep 17 00:00:00 2001
+From 003a29f84a0170b0f81003232a53cae90a2da5d2 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit d4ef40f3c60e0d8a93a86373f81beaba5731c58b ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -17 +18 @@
-index 8da765081..28f093a9f 100755
+index 8f986a5d7..9fe8a5229 100755


More information about the stable mailing list