From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com ([66.111.4.27]:57181 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726035AbeJKRMf (ORCPT ); Thu, 11 Oct 2018 13:12:35 -0400 Date: Thu, 11 Oct 2018 11:46:01 +0200 From: Greg KH To: Harsh Jain Cc: stable@vger.kernel.org, herbert@gondor.apana.org.au, atul.gupta@chelsio.com, indranil@chelsio.com Subject: Re: [PATCH 1/1] crypto:chelsio: Fix memory corruption in DMA Mapped buffers. Message-ID: <20181011094601.GD29184@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Tue, Oct 09, 2018 at 12:58:27PM +0530, Harsh Jain wrote: > commit add92a817e60e308a419693413a38d9d1e663aff upstream > > Update PCI Id in "cpl_rx_phys_dsgl" header. In case pci_chan_id and > tx_chan_id are not derived from same queue, H/W can send request > completion indication before completing DMA Transfer. > > Cc: # 4.14.x > Signed-off-by: Harsh Jain > --- > drivers/crypto/chelsio/chcr_algo.c | 41 ++++++++++++++++++++++++------------ > drivers/crypto/chelsio/chcr_crypto.h | 2 ++ > 2 files changed, 29 insertions(+), 14 deletions(-) Now applied, thanks. greg k-h