From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F27E1C433E1 for ; Wed, 19 Aug 2020 23:58:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD1802173E for ; Wed, 19 Aug 2020 23:58:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881488; bh=mZ+xjhUT11PTCiS0S8kVh706FaAhXCyVl6jXHHCd8LI=; h=Date:From:To:To:To:To:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=EqbZuQyS81nqtFfjeJwGYzLcypX8mhaSpfa1X6iXwBE/VLY3F6yfQZaXm4owqMTo7 jSsD12ThPlYpM4HvbA0Xwck1sqOMDvtkkC+NSZN5ePyHZDgKMYkJlTz5pUmyqL05fv nLO1/VqbDnjgDe6q1w9UxkCW3UnF/aRpl3ko6HqY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727110AbgHSX6H (ORCPT ); Wed, 19 Aug 2020 19:58:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:53128 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726766AbgHSX43 (ORCPT ); Wed, 19 Aug 2020 19:56:29 -0400 Received: from localhost (unknown [70.37.104.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4492E20FC3; Wed, 19 Aug 2020 23:56:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881389; bh=mZ+xjhUT11PTCiS0S8kVh706FaAhXCyVl6jXHHCd8LI=; h=Date:From:To:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=dKYJFrsHl6D5x0JvP+cHUFL9MklzSSA4QEQ+kk0g7jC5icP+LCHddK8zfuo+S1ojZ 0YZv/ahy77TWzxhXMwdLFUasXkj07ciXhlAjePcn/3RAgo6jqX/t8+BjDqlN7Z/u04 lT+QIMQKsftFt80y4sW025UdmKHQsafs5El81gpY= Date: Wed, 19 Aug 2020 23:56:28 +0000 From: Sasha Levin To: Sasha Levin To: Andrei Botila To: Andrei Botila To: Horia Geanta Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH 6/9] crypto: caam/qi2 - add support for more XTS key lengths In-Reply-To: <20200806114127.8650-7-andrei.botila@oss.nxp.com> References: <20200806114127.8650-7-andrei.botila@oss.nxp.com> Message-Id: <20200819235629.4492E20FC3@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 226853ac3ebe ("crypto: caam/qi2 - add skcipher algorithms"). The bot has tested the following trees: v5.8.1, v5.7.15, v5.4.58. v5.8.1: Failed to apply! Possible dependencies: 528f776df67c ("crypto: qat - allow xts requests not multiple of block") 93f83eb04603 ("crypto: caam/qi2 - add fallback for XTS with more than 8B IV") a85211f36f3d ("crypto: qat - fallback for xts with 192 bit keys") b185a68710e0 ("crypto: qat - validate xts key") b8aa7dc5c753 ("crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY") da6a66853a38 ("crypto: caam - silence .setkey in case of bad key length") v5.7.15: Failed to apply! Possible dependencies: 528f776df67c ("crypto: qat - allow xts requests not multiple of block") 93f83eb04603 ("crypto: caam/qi2 - add fallback for XTS with more than 8B IV") a85211f36f3d ("crypto: qat - fallback for xts with 192 bit keys") b185a68710e0 ("crypto: qat - validate xts key") b8aa7dc5c753 ("crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY") da6a66853a38 ("crypto: caam - silence .setkey in case of bad key length") v5.4.58: Failed to apply! Possible dependencies: 64db5e7439fb ("crypto: sparc/aes - convert to skcipher API") 66d7fb94e4ff ("crypto: blake2s - generic C library implementation and selftest") 674f368a952c ("crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN") 746b2e024c67 ("crypto: lib - tidy up lib/crypto Kconfig and Makefile") 7988fb2c03c8 ("crypto: s390/aes - convert to skcipher API") 7f725f41f627 ("crypto: powerpc - convert SPE AES algorithms to skcipher API") 7f9b0880925f ("crypto: blake2s - implement generic shash driver") 91d689337fe8 ("crypto: blake2b - add blake2b generic implementation") 93f83eb04603 ("crypto: caam/qi2 - add fallback for XTS with more than 8B IV") b4d0c0aad57a ("crypto: arm - use Kconfig based compiler checks for crypto opcodes") b95bba5d0114 ("crypto: skcipher - rename the crypto_blkcipher module and kconfig option") d00c06398154 ("crypto: s390/paes - convert to skcipher API") da6a66853a38 ("crypto: caam - silence .setkey in case of bad key length") ed0356eda153 ("crypto: blake2s - x86_64 SIMD implementation") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha