From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DC891A0561 for ; Thu, 27 Feb 2020 18:38:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE09D2C02; Thu, 27 Feb 2020 18:38:37 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id AA2492C02 for ; Thu, 27 Feb 2020 18:38:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582825116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=etIkWWHs4KQyR22L4Fz9OQ/25Vvy9gO0CvhsC+OFic4=; b=BLqp1Q1KeTVa3M9lvMZD5zfmPGpxWU6+obzqVlhAU3WAcNB354m6/9bsNtUUq5uot6TqjK udOTJ5xftDIumeg1h/24WQbCtPLxaL19RmYnjpdEfghlkY2PHGrdzqRxPOpgcK12n5ZCKa TjwQ1FDaqMydqoAJi9Li01Dn5x3vy8w= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-117-YLog7jR6MSKZjpVEoTVu9w-1; Thu, 27 Feb 2020 12:38:27 -0500 X-MC-Unique: YLog7jR6MSKZjpVEoTVu9w-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9C512107ACC9; Thu, 27 Feb 2020 17:38:26 +0000 (UTC) Received: from rh.redhat.com (unknown [10.33.36.123]) by smtp.corp.redhat.com (Postfix) with ESMTP id 15C518C087; Thu, 27 Feb 2020 17:38:19 +0000 (UTC) From: Kevin Traynor To: Fan Zhang Cc: Akhil Goyal , David Marchand , dpdk stable Date: Thu, 27 Feb 2020 17:37:52 +0000 Message-Id: <20200227173807.28004-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] patch 'examples/fips_validation: fix AES-GCM cipher length parsing' has been queued to LTS release 18.11.7 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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 rebasi= ng (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/daa83df1d6cdf110f2= 2361b878e88e9ff4af1cb3 Thanks. Kevin. --- >From daa83df1d6cdf110f22361b878e88e9ff4af1cb3 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 14 Feb 2020 11:41:18 +0000 Subject: [PATCH] examples/fips_validation: fix AES-GCM cipher length parsin= g [ upstream commit 2adb3b4e7e54dcce626560da39b6fb6adfe914bc ] This patch fixes the cipher len keyword typo. Fixes: 07f5e4553293 ("examples/fips_validation: fix cipher length for AES-G= CM") Suggested-by: Akhil Goyal Signed-off-by: Fan Zhang Acked-by: David Marchand --- 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=09"AADlen =3D " #define TAGLEN_STR=09"Taglen =3D " -#define CTLEN_STR=09"PTlen =3D " +#define CTLEN_STR=09"CTlen =3D " =20 #define COUNT_STR=09"Count =3D " --=20 2.21.1 --- Diff of the applied patch vs upstream commit (please double-check if non-= empty: --- --- -=092020-02-27 17:26:23.734102622 +0000 +++ 0001-examples-fips_validation-fix-AES-GCM-cipher-length-p.patch=092020-= 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