patch 'ci: fix debug build type' has been queued to stable release 25.11.1

Kevin Traynor ktraynor at redhat.com
Thu Feb 26 14:09:19 CET 2026


Hi,

FYI, your patch has been queued to stable release 25.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/02/26. 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

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

Thanks.

Kevin

---
>From a0884950255692221d7420a54a35b5e1c185dd17 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas at monjalon.net>
Date: Thu, 5 Feb 2026 10:41:48 +0100
Subject: [PATCH] ci: fix debug build type

[ upstream commit 1f43d4c19068bc4097b4b1370b3e7599cb0d2935 ]

The debug build type was overridden by defining it to
debugoptimized after debug was chosen based on an environment variable.

Fixes: 918b6674b841 ("build: support Undefined Behavior Sanitizer")

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Reviewed-by: David Marchand <david.marchand at redhat.com>
---
 .ci/linux-build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index ceead259f3..fee1040a75 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -129,5 +129,4 @@ fi
 OPTS="$OPTS -Dlibdir=lib"
 
-buildtype=debugoptimized
 sanitizer=
 if [ "$ASAN" = "true" ]; then
-- 
2.53.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-02-26 10:16:50.154779028 +0000
+++ 0077-ci-fix-debug-build-type.patch	2026-02-26 10:16:47.010961087 +0000
@@ -1 +1 @@
-From 1f43d4c19068bc4097b4b1370b3e7599cb0d2935 Mon Sep 17 00:00:00 2001
+From a0884950255692221d7420a54a35b5e1c185dd17 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 1f43d4c19068bc4097b4b1370b3e7599cb0d2935 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 084d9642fc..aac0bd3dc5 100755
+index ceead259f3..fee1040a75 100755



More information about the stable mailing list