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 4D21FC433E4 for ; Wed, 19 Aug 2020 23:56:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A80C20FC3 for ; Wed, 19 Aug 2020 23:56:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881418; bh=1/plr+Dq/Vmkw0G0lXWKFYD8LqFXFzQ6yzU1VlNW0ac=; h=Date:From:To:To:To:To:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=KwV5n0zCTCGsHGHtDV+EZVrrMxJ7tJSMWryWEkrcMghQsmM7g84h38jnFUDnpD//C XNbFQ9CpYgCml5R1SkDy2v5ZHxwEpQo9SuE+B5fDUEpnrpF0X44iabcKtdspstPd00 JIrPQE99GBMyaDKN/2VBCJsj1LH+ljC9tiiogI6c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726911AbgHSX4t (ORCPT ); Wed, 19 Aug 2020 19:56:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:53432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726873AbgHSX4n (ORCPT ); Wed, 19 Aug 2020 19:56:43 -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 EE66821734; Wed, 19 Aug 2020 23:56:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881403; bh=1/plr+Dq/Vmkw0G0lXWKFYD8LqFXFzQ6yzU1VlNW0ac=; h=Date:From:To:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=quNWzPFe5mq3HunQmsm9pWOb4rpBoveci7JqaDDj8X3RbkJ+4vwl9io3LN1I2K61l WQmwjNJBw96W3ssjrKr7ertMghCwCY0aoUBTICRTzaQa2uyn1n+OnqEyNVXthIFM9w RsZIbqYsWUSQ/mD0adJLXqPQ53Y/Zmk+P0zeq5UE= Date: Wed, 19 Aug 2020 23:56:42 +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 RESEND 1/9] crypto: caam/jr - add fallback for XTS with more than 8B IV In-Reply-To: <20200806163551.14395-2-andrei.botila@oss.nxp.com> References: <20200806163551.14395-2-andrei.botila@oss.nxp.com> Message-Id: <20200819235642.EE66821734@mail.kernel.org> Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: c6415a6016bf ("crypto: caam - add support for acipher xts(aes)"). The bot has tested the following trees: v5.8.1, v5.7.15, v5.4.58, v4.19.139, v4.14.193, v4.9.232, v4.4.232. v5.8.1: Failed to apply! Possible dependencies: 528f776df67c ("crypto: qat - allow xts requests not multiple of block") 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") 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: 1c2402266713 ("crypto: caam - add crypto_engine support for AEAD algorithms") 4d370a103695 ("crypto: caam - change return code in caam_jr_enqueue function") b7f17fe28144 ("crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions") d53e44fe980b ("crypto: caam - refactor RSA private key _done callbacks") ee38767f152a ("crypto: caam - support crypto_engine framework for SKCIPHER algorithms") v4.19.139: Failed to apply! Possible dependencies: 0efa7579f3de ("crypto: caam - export ahash shared descriptor generation") 1b46c90c8e00 ("crypto: caam - convert top level drivers to libraries") 226853ac3ebe ("crypto: caam/qi2 - add skcipher algorithms") 8d818c105501 ("crypto: caam/qi2 - add DPAA2-CAAM driver") 94cebd9da42c ("crypto: caam - add Queue Interface v2 error codes") 96808c596580 ("crypto: caam/qi2 - add CONFIG_NETDEVICES dependency") ee38767f152a ("crypto: caam - support crypto_engine framework for SKCIPHER algorithms") v4.14.193: Failed to apply! Possible dependencies: 0efa7579f3de ("crypto: caam - export ahash shared descriptor generation") 1b46c90c8e00 ("crypto: caam - convert top level drivers to libraries") 226853ac3ebe ("crypto: caam/qi2 - add skcipher algorithms") 8d818c105501 ("crypto: caam/qi2 - add DPAA2-CAAM driver") 94cebd9da42c ("crypto: caam - add Queue Interface v2 error codes") 96808c596580 ("crypto: caam/qi2 - add CONFIG_NETDEVICES dependency") ee38767f152a ("crypto: caam - support crypto_engine framework for SKCIPHER algorithms") v4.9.232: Failed to apply! Possible dependencies: 1b008eedb0af ("crypto: caam - remove unused command from aead givencrypt") 281669dfbabe ("crypto: caam - rewrite some generic inline append cmds") 4cbe79ccb523 ("crypto: caam - improve key inlining") 62ad8b5c0964 ("crypto: cavium - Enable CPT options crypto for build") 64c9295b2320 ("crypto: caam - move append_key_aead() into init_sh_desc_key_aead()") 8cea7b66b821 ("crypto: caam - refactor encryption descriptors generation") 8d818c105501 ("crypto: caam/qi2 - add DPAA2-CAAM driver") db57656b0072 ("crypto: caam - group algorithm related params") ee38767f152a ("crypto: caam - support crypto_engine framework for SKCIPHER algorithms") v4.4.232: Failed to apply! Possible dependencies: 1b008eedb0af ("crypto: caam - remove unused command from aead givencrypt") 4cbe79ccb523 ("crypto: caam - improve key inlining") 5ba1c7b5ffc1 ("crypto: caam - fix rfc3686(ctr(aes)) IV load") 64c9295b2320 ("crypto: caam - move append_key_aead() into init_sh_desc_key_aead()") 8c419778ab57 ("crypto: caam - add support for RSA algorithm") 8cea7b66b821 ("crypto: caam - refactor encryption descriptors generation") d6e7a7d0c2c5 ("crypto: caam - Rename jump labels in ahash_setkey()") db57656b0072 ("crypto: caam - group algorithm related params") e11793f5dad8 ("crypto: caam - ensure descriptor buffers are cacheline aligned") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha