patch 'examples/fips_validation: fix external build' has been queued to stable release 22.11.3

Xueming Li xuemingl at nvidia.com
Thu Aug 10 01:47:24 CEST 2023


Hi,

FYI, your patch has been queued to stable release 22.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 08/11/23. 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=22.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=2bdfd0d7ba885fc6a878cc6e96d2046cfcb13180

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 2bdfd0d7ba885fc6a878cc6e96d2046cfcb13180 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Tue, 20 Jun 2023 16:07:01 +0200
Subject: [PATCH] examples/fips_validation: fix external build
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit 38fe7b8bd6440796b8488246a7cf36a3026acad8 ]

Added sources were not referenced in the makefile used when compiling
this example externally.

Fixes: 36128a67c27e ("examples/fips_validation: add asymmetric validation")
Fixes: b455d261eb89 ("examples/fips_validation: validate ECDSA")

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 examples/fips_validation/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/fips_validation/Makefile b/examples/fips_validation/Makefile
index bca6647f55..fbb778d57a 100644
--- a/examples/fips_validation/Makefile
+++ b/examples/fips_validation/Makefile
@@ -15,6 +15,8 @@ SRCS-y += fips_validation_ccm.c
 SRCS-y += fips_validation_sha.c
 SRCS-y += fips_dev_self_test.c
 SRCS-y += fips_validation_xts.c
+SRCS-y += fips_validation_rsa.c
+SRCS-y += fips_validation_ecdsa.c
 SRCS-y += main.c
 
 PKGCONF ?= pkg-config
-- 
2.25.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-08-09 21:51:18.373183600 +0800
+++ 0002-examples-fips_validation-fix-external-build.patch	2023-08-09 21:51:18.114352000 +0800
@@ -1 +1 @@
-From 38fe7b8bd6440796b8488246a7cf36a3026acad8 Mon Sep 17 00:00:00 2001
+From 2bdfd0d7ba885fc6a878cc6e96d2046cfcb13180 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 38fe7b8bd6440796b8488246a7cf36a3026acad8 ]
@@ -11 +13,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list