[dpdk-stable] patch 'examples/fips_validation: fix AES-GCM cipher length parsing' has been queued to LTS release 18.11.7

Kevin Traynor ktraynor at redhat.com
Thu Feb 27 18:37:52 CET 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.7

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/20. 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/daa83df1d6cdf110f22361b878e88e9ff4af1cb3

Thanks.

Kevin.

---
>From daa83df1d6cdf110f22361b878e88e9ff4af1cb3 Mon Sep 17 00:00:00 2001
From: Fan Zhang <roy.fan.zhang at intel.com>
Date: Fri, 14 Feb 2020 11:41:18 +0000
Subject: [PATCH] examples/fips_validation: fix AES-GCM cipher length parsing

[ upstream commit 2adb3b4e7e54dcce626560da39b6fb6adfe914bc ]

This patch fixes the cipher len keyword typo.

Fixes: 07f5e4553293 ("examples/fips_validation: fix cipher length for AES-GCM")

Suggested-by: Akhil Goyal <akhil.goyal at nxp.com>
Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
Acked-by: David Marchand <david.marchand at redhat.com>
---
 examples/fips_validation/fips_validation_gcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/fips_validation/fips_validation_gcm.c b/examples/fips_validation/fips_validation_gcm.c
index b121802e20..f134c9cbbb 100644
--- a/examples/fips_validation/fips_validation_gcm.c
+++ b/examples/fips_validation/fips_validation_gcm.c
@@ -20,5 +20,5 @@
 #define AADLEN_STR	"AADlen = "
 #define TAGLEN_STR	"Taglen = "
-#define CTLEN_STR	"PTlen = "
+#define CTLEN_STR	"CTlen = "
 
 #define COUNT_STR	"Count = "
-- 
2.21.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-02-27 17:26:23.734102622 +0000
+++ 0001-examples-fips_validation-fix-AES-GCM-cipher-length-p.patch	2020-02-27 17:26:23.582832510 +0000
@@ -1 +1 @@
-From 2adb3b4e7e54dcce626560da39b6fb6adfe914bc Mon Sep 17 00:00:00 2001
+From daa83df1d6cdf110f22361b878e88e9ff4af1cb3 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 2adb3b4e7e54dcce626560da39b6fb6adfe914bc ]
+
@@ -18 +20 @@
-index f295025590..bc2d37dcbf 100644
+index b121802e20..f134c9cbbb 100644



More information about the stable mailing list