Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751388AbdIOQrL (ORCPT ); Fri, 15 Sep 2017 12:47:11 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56301 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750865AbdIOQrJ (ORCPT ); Fri, 15 Sep 2017 12:47:09 -0400 X-ME-Sender: X-Sasl-enc: 7luzTWPL5xQkfoLwdaPk5U8YjvP5Q6ZB8w6FL0suIhFE 1505494028 Date: Fri, 15 Sep 2017 09:47:07 -0700 From: Greg KH To: Peter Ujfalusi Cc: vinod.koul@intel.com, dan.j.williams@intel.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, stable@vger.kernel.org Subject: Re: [PATCH] dmaengine: edma: Align the memcpy acnt array size with the transfer Message-ID: <20170915164707.GD27343@kroah.com> References: <20170915072328.7415-1-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170915072328.7415-1-peter.ujfalusi@ti.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 734 Lines: 19 On Fri, Sep 15, 2017 at 10:23:28AM +0300, Peter Ujfalusi wrote: > Memory to Memory transfers does not have any special alignment needs > regarding to acnt array size, but if one of the areas are in memory mapped > regions (like PCIe memory), we need to make sure that the acnt array size > is aligned with the mem copy parameters. > > Signed-off-by: Peter Ujfalusi > --- > drivers/dma/edma.c | 19 ++++++++++++++++--- > 1 file changed, 16 insertions(+), 3 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.