Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1645117ybi; Thu, 20 Jun 2019 01:07:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqwN4asH8Gp7apTS7VHY4VlyMTGNKFmep/XFpt5yc+sFlc59x9/uEF9CLmVXG6Roc+MaUu/m X-Received: by 2002:a62:4c5:: with SMTP id 188mr128954136pfe.19.1561018065237; Thu, 20 Jun 2019 01:07:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561018065; cv=none; d=google.com; s=arc-20160816; b=FMdOhAWAxlNtjK5Q9NmndJ422a3xgOtNGWmsqIopEtjSN2NQXYwXC6nXgifjsUIfLG NPdxC7e7GC7jIjsknxElrGAj60r2LondFNJKBylv95RJu1sAYvGkX/ddedhb4jr6E1la fN4+hNiZjEKhGTLhGGCJhLbKrEAIb1Am3EfWbu5XxmXaDNzPoqqjhBff0jDzaNUYREcr zLU/WAMnawk/P/GCXYH2EKsg3W5wjStmX8typ1NaPmzHqL3IyQW7vwYaDlmbEVH/CIAe Y8kur/6bIgWg7WczC3G5v11axyUnSlR4npUIF91GPx3fZ59SyOPJqQvbtKA9xoQzb1Qh aJbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=7+/4rMRyswpWgwK0L4rQQl/GY4AW3UGIqh/cVDryojc=; b=qyIZfnWBd+n7BiEuhx8HS7u9M/KiLgMsQ6BfSJvu/49TbwwL8CmkxD8n+GjpEmr/m/ e5OapwMA9j7qVBOYsBuXAk6JUWi+wDz3ayPvMPQy5567oBYAajeS4X5jwXEcftFXLeVd pXMxVbfqLTFPl3MhHTQLC5xSFg30+f6yeg/rtQzAtIQHbmL9UBim7rDhjKLW34zIvJZC M2cJJjkyiunASnpT02OM99lKB3NTSBfwaJ8GDNqMBY80D5a6nyhbJG73icBdnHZmdJTP NVrm3n4YHjGXK9DTUVXmRfqM0SqIrC5XllbPRiWeTmYex3lQBbT7EgWbXxemRHSfnH5b hSnA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 36si5110082pgl.237.2019.06.20.01.07.30; Thu, 20 Jun 2019 01:07:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726168AbfFTIGe (ORCPT + 99 others); Thu, 20 Jun 2019 04:06:34 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:43602 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725877AbfFTIGe (ORCPT ); Thu, 20 Jun 2019 04:06:34 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1hds5S-0002ED-0a; Thu, 20 Jun 2019 16:06:26 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1hds5R-0007aV-M2; Thu, 20 Jun 2019 16:06:25 +0800 Date: Thu, 20 Jun 2019 16:06:25 +0800 From: Herbert Xu To: Christophe Leroy Cc: "David S. Miller" , horia.geanta@nxp.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] crypto: talitos - fix max key size for sha384 and sha512 Message-ID: <20190620080625.5q5sok7ihh4ell2y@gondor.apana.org.au> References: <5f1004d33b2347dcfbc677551bafc9d469bb079e.1560318544.git.christophe.leroy@c-s.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5f1004d33b2347dcfbc677551bafc9d469bb079e.1560318544.git.christophe.leroy@c-s.fr> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, Jun 12, 2019 at 05:49:50AM +0000, Christophe Leroy wrote: > Below commit came with a typo in the CONFIG_ symbol, leading > to a permanently reduced max key size regarless of the driver > capabilities. > > Reported-by: Horia Geantă > Fixes: b8fbdc2bc4e7 ("crypto: talitos - reduce max key size for SEC1") > Signed-off-by: Christophe Leroy > --- > drivers/crypto/talitos.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt