patch 'devtools: fix symbol listing' has been queued to stable release 23.11.2
Xueming Li
xuemingl at nvidia.com
Mon Aug 12 14:48:35 CEST 2024
Hi,
FYI, your patch has been queued to stable release 23.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 08/14/24. 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://git.dpdk.org/dpdk-stable/log/?h=23.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=8ccf607fad95485c05a09617c7a9900ff0129e2f
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 8ccf607fad95485c05a09617c7a9900ff0129e2f Mon Sep 17 00:00:00 2001
From: Dengdui Huang <huangdengdui at huawei.com>
Date: Wed, 17 Apr 2024 17:32:36 +0800
Subject: [PATCH] devtools: fix symbol listing
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 33af003eb13fe0c661f638797bacc50b0cc6f412 ]
The version variable is not initialized. Therefore, if the -V option
is not specified, the value of $version is obtained from the context,
which may cause the version map parsing failure.
Fixes: 6edec7f202ac ("devtools: list symbols by version")
Signed-off-by: Dengdui Huang <huangdengdui at huawei.com>
Reviewed-by: David Marchand <david.marchand at redhat.com>
---
buildtools/map-list-symbol.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildtools/map-list-symbol.sh b/buildtools/map-list-symbol.sh
index a834399816..878c5880df 100755
--- a/buildtools/map-list-symbol.sh
+++ b/buildtools/map-list-symbol.sh
@@ -5,6 +5,7 @@
section=all
symbol=all
quiet=
+version=
while getopts 'S:s:qV:' name; do
case $name in
--
2.34.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-08-12 20:44:03.758753500 +0800
+++ 0038-devtools-fix-symbol-listing.patch 2024-08-12 20:44:02.015069279 +0800
@@ -1 +1 @@
-From 33af003eb13fe0c661f638797bacc50b0cc6f412 Mon Sep 17 00:00:00 2001
+From 8ccf607fad95485c05a09617c7a9900ff0129e2f Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 33af003eb13fe0c661f638797bacc50b0cc6f412 ]
@@ -11 +13,0 @@
-Cc: stable at dpdk.org
@@ -20 +22 @@
-index bc3b8d766f..43f276c05f 100755
+index a834399816..878c5880df 100755
More information about the stable
mailing list