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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 7B075C7618B for ; Wed, 24 Jul 2019 12:04:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4E11C229F3 for ; Wed, 24 Jul 2019 12:04:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563969861; bh=CdooaFb7VKgoaeL59t55xZg06X/TtYU4qn+WVSgIKpw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=m0BUOCAGARsWGvzkt0/tNhoYU7qO+guqAg1VpUZeoaW0/3YvKIG/OYcY0crz4D3wb kHVhZJvSRfG51ESxUn9VdkEjTY5frwLwJfzt59FWyISnPjKlZd8KbM6klDEwWbdyAy H/MVW67SOftS3ZoUo8n7dq0B/qpROMoB5nj022ss= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727483AbfGXMEU (ORCPT ); Wed, 24 Jul 2019 08:04:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:42326 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727412AbfGXMEU (ORCPT ); Wed, 24 Jul 2019 08:04:20 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 50625229ED; Wed, 24 Jul 2019 12:04:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563969859; bh=CdooaFb7VKgoaeL59t55xZg06X/TtYU4qn+WVSgIKpw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GZ5iuyEXW8a5ULnBdPmGTj1+2fn1SPnt8wcKTEBkXfNUKlWLR5ADqmrDwDDkHI+zZ BrNoja6MFQ7Kju7DL486bj9+zWW1JfwwYkm+j6mDCh3WyNEWtRKDsVWuRCHKsqvZZo vjtLsou4r3SCdR3c1xt/lAJbRfnFtguZH5004Hqw= Date: Wed, 24 Jul 2019 14:04:17 +0200 From: Greg KH To: Horia =?utf-8?Q?Geant=C4=83?= Cc: stable@vger.kernel.org, Ard Biesheuvel , Herbert Xu , Iuliana Prodan , Sascha Hauer Subject: Re: [PATCH 4.9] crypto: caam - limit output IV to CBC to work around CTR mode DMA issue Message-ID: <20190724120417.GE3244@kroah.com> References: <20190723131947.27871-1-horia.geanta@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190723131947.27871-1-horia.geanta@nxp.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jul 23, 2019 at 04:19:47PM +0300, Horia Geantă wrote: > From: Ard Biesheuvel > > commit ed527b13d800dd515a9e6c582f0a73eca65b2e1b upstream. Now applied, along with the 4.14.y and 4.19.y versions. thanks, greg k-h