|WARNING| pw164523 [PATCH] crypto/openssl: fix use-after-free bug an
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu May 28 14:36:35 CEST 2026
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
https://dpdk.org/patch/164523
_Testing issues_
Submitter: Pratik Senapati <psenapati at marvell.com>
Date: Thursday, May 28 2026 07:58:22
DPDK git baseline: Repo:dpdk-next-crypto
Branch: master
CommitID:28ef4299acfd28df6ddcdad4bbc06916e88108ee
164523 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#443030
Test environment and result as below:
+------------------------------+----------------+
| Environment | dpdk_unit_test |
+==============================+================+
| CentOS Stream 9 | WARN |
+------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+------------------------------+----------------+
| Fedora Linux 43 | WARN |
+------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+------------------------------+----------------+
| Fedora Linux 42 | PASS |
+------------------------------+----------------+
| CentOS Stream 10 | WARN |
+------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+------------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | WARN |
+------------------------------+----------------+
| Windows Server 2025 | PASS |
+------------------------------+----------------+
==== 20 line log output for Red Hat Enterprise Linux 9.7 (dpdk_unit_test): ====
ccache cc -Idrivers/libtmp_rte_crypto_openssl.a.p -Idrivers -I../drivers -Idrivers/crypto/openssl -I../drivers/crypto/openssl -Ilib/cryptodev -I../lib/cryptodev -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/argparse -I../lib/argparse -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpoint
er-arith -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -Wno-vla -Wno-shadow -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.openssl -MD -MQ drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o -MF drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o.d -o drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o -c ../drivers/crypto/openssl/rte_openssl_pmd.c
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'mlkem_encap_op_evp':
../drivers/crypto/openssl/rte_openssl_pmd.c:3701:1: error: label 'err_pkey' defined but not used [-Werror=unused-label]
3701 | err_pkey:
| ^~~~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:3699:1: error: label 'err_decap' defined but not used [-Werror=unused-label]
3699 | err_decap:
| ^~~~~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'mlkem_decap_op_evp':
../drivers/crypto/openssl/rte_openssl_pmd.c:3792:17: error: label 'err_decap' used but not defined
3792 | goto err_decap;
| ^~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:3771:17: error: label 'err_pkey' used but not defined
3771 | goto err_pkey;
| ^~~~
cc1: all warnings being treated as errors
[1693/3617] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn10k_eventdev.c.o
[1694/3617] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_all_offload.c.o
[1695/3617] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn10k_worker.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: 7.0
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Debian GNU/Linux 12
Kernel: 7.0
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 43
Kernel: 7.0
Compiler: clang gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
Ubuntu 22.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Fedora Linux 42
Kernel: 7.0
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
CentOS Stream 10
Kernel: 7.0
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Ubuntu 24.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Red Hat Enterprise Linux 9.7
Kernel: 7.0
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Windows Server 2025
Kernel: 10.0.26100
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/36056/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list