patch 'crypto/dpaa2_sec: fix uninitialized variable' has been queued to stable release 24.11.3
Kevin Traynor
ktraynor at redhat.com
Fri Jul 18 21:30:14 CEST 2025
Hi,
FYI, your patch has been queued to stable release 24.11.3
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/23/25. 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/138fc65ec3d6ca7552c69be32013b28afa2d6216
Thanks.
Kevin
---
>From 138fc65ec3d6ca7552c69be32013b28afa2d6216 Mon Sep 17 00:00:00 2001
From: Vanshika Shukla <vanshika.shukla at nxp.com>
Date: Wed, 21 May 2025 12:26:54 +0530
Subject: [PATCH] crypto/dpaa2_sec: fix uninitialized variable
[ upstream commit db4bef492253c23c0ff3e4c4a8124eb5af09f971 ]
Fixes the uninitialized variable.
Fixes: 1182b364312c ("crypto/dpaax_sec: set authdata in non-auth case")
Signed-off-by: Vanshika Shukla <vanshika.shukla at nxp.com>
---
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c b/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
index 7ad8fd47dd..2381b43565 100644
--- a/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
+++ b/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
@@ -3576,4 +3576,5 @@ dpaa2_sec_set_pdcp_session(struct rte_cryptodev *dev,
session->auth_key.length = 0;
session->auth_alg = 0;
+ authdata.algtype = PDCP_AUTH_TYPE_NULL;
}
authdata.key = (size_t)session->auth_key.data;
--
2.50.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-07-18 20:29:13.809654836 +0100
+++ 0080-crypto-dpaa2_sec-fix-uninitialized-variable.patch 2025-07-18 20:29:10.985907499 +0100
@@ -1 +1 @@
-From db4bef492253c23c0ff3e4c4a8124eb5af09f971 Mon Sep 17 00:00:00 2001
+From 138fc65ec3d6ca7552c69be32013b28afa2d6216 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit db4bef492253c23c0ff3e4c4a8124eb5af09f971 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -17 +18 @@
-index 925d2709d2..5995eb58d8 100644
+index 7ad8fd47dd..2381b43565 100644
@@ -20 +21 @@
-@@ -3577,4 +3577,5 @@ dpaa2_sec_set_pdcp_session(struct rte_cryptodev *dev,
+@@ -3576,4 +3576,5 @@ dpaa2_sec_set_pdcp_session(struct rte_cryptodev *dev,
More information about the stable
mailing list