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 817B5A0553 for ; Mon, 17 Feb 2020 18:46:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B48A1DA12; Mon, 17 Feb 2020 18:46:12 +0100 (CET) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 4FFB81DA12 for ; Mon, 17 Feb 2020 18:46:10 +0100 (CET) Received: by mail-wr1-f66.google.com with SMTP id t3so20782218wru.7 for ; Mon, 17 Feb 2020 09:46:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Yfwhon3cJ7HIAkwl85JoDUE5KMFxdZU1PTrWkTzvxWc=; b=vIiGtGAyluWP+5gYtvqnD/SfjvdOTnzD6YIi0aBawU7bbNC7j7tGKW2au53ZzPf0Cq nqYS0ZNLMRBmEW3S6oJzZlAjJ1ea3bBpK8fnFIJPXV6pxHVjHXPzRQjXSiLd2SEJYtsm o3V5fhEan73aQalHkaa6qJijsORP8lN9pZ1ijLadfcxQU8UnVC2UO6MUN3RbYEmznuJw vhm/Hl9kcFm7JB4/YtrdwAMyj50RiBrcynscZgv88E8M7XgFC8UukS/gKKNiybA+Z+kx CAHRbTY3pSQP1mYXlix4Uab/w25ly70rPisGIyQfyHih6IGYmob9/C/GnozT/3JFPYiK GMSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Yfwhon3cJ7HIAkwl85JoDUE5KMFxdZU1PTrWkTzvxWc=; b=Vn3Kx4IpqRFa9aYeVnaQ3PQ70RUbwoyxBesch7GbiwExbon/DdOE43issCIN8OgwxU SFbEZCDO41fjGC3LqywK4sbsiYZ/07jfSH78KI2AGW73BwNIxMuuKuzcvFy7nyo4n+er 0KOERWhAUpxc/EWokn4A+C6k104CRyNugt+hQ9nuyyz8dsEbipKREJbYYbft8ZEhZyoU nDNyxnxktc6B2vF24SpWd/iVzza1erWbFPsNWhEhDc7A4guBDJBGowOp0xRrSGcCNYgw laS5c+2sC5pmtS6BtFOgxg6mkTg1CcBn2m3ieRJO2k9+tQnMJh39i+3taZQREvo3KOOM 2yfA== X-Gm-Message-State: APjAAAX2HZ18IoGILobgag9aYIuubM+CyRkdBoOa8X+2e/w1DRUoCK2g quRtEKSjQTuFV7fVoCj0E0Y= X-Google-Smtp-Source: APXvYqwIEXuWkHliuY41PCeT3r5225eILSqW8aYBtDU8bpftpNRQ4X7GzvrRXXqTOEQBrqm3OOwm/g== X-Received: by 2002:adf:ea48:: with SMTP id j8mr24589683wrn.363.1581961570073; Mon, 17 Feb 2020 09:46:10 -0800 (PST) Received: from localhost (userh634.uk.uudial.com. [194.69.103.7]) by smtp.gmail.com with ESMTPSA id f1sm1976117wro.85.2020.02.17.09.46.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Feb 2020 09:46:09 -0800 (PST) From: luca.boccassi@gmail.com To: Fan Zhang Cc: Akhil Goyal , David Marchand , dpdk stable Date: Mon, 17 Feb 2020 17:45:04 +0000 Message-Id: <20200217174546.25334-12-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200217174546.25334-1-luca.boccassi@gmail.com> References: <20200211112216.3929-190-luca.boccassi@gmail.com> <20200217174546.25334-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'examples/fips_validation: fix AES-GCM cipher length parsing' has been queued to stable release 19.11.1 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 stable release 19.11.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 02/19/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. Thanks. Luca Boccassi --- >From b99ae5f19981d744fc0c8925c24316528c53ae42 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 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 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 f295025590..bc2d37dcbf 100644 --- a/examples/fips_validation/fips_validation_gcm.c +++ b/examples/fips_validation/fips_validation_gcm.c @@ -19,7 +19,7 @@ #define PTLEN_STR "PTlen = " #define AADLEN_STR "AADlen = " #define TAGLEN_STR "Taglen = " -#define CTLEN_STR "PTlen = " +#define CTLEN_STR "CTlen = " #define COUNT_STR "Count = " #define KEY_STR "Key = " -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-02-17 17:00:15.677262649 +0000 +++ 0012-examples-fips_validation-fix-AES-GCM-cipher-length-p.patch 2020-02-17 17:00:15.279950059 +0000 @@ -1,8 +1,10 @@ -From 2adb3b4e7e54dcce626560da39b6fb6adfe914bc Mon Sep 17 00:00:00 2001 +From b99ae5f19981d744fc0c8925c24316528c53ae42 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 parsing +[ upstream commit 2adb3b4e7e54dcce626560da39b6fb6adfe914bc ] + This patch fixes the cipher len keyword typo. Fixes: 07f5e4553293 ("examples/fips_validation: fix cipher length for AES-GCM")