From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753124AbcBVCro (ORCPT ); Sun, 21 Feb 2016 21:47:44 -0500 Received: from mga03.intel.com ([134.134.136.65]:29677 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753094AbcBVCrm (ORCPT ); Sun, 21 Feb 2016 21:47:42 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,483,1449561600"; d="scan'208";a="52176762" Date: Mon, 22 Feb 2016 08:21:37 +0530 From: Vinod Koul To: Peter Ujfalusi Cc: linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, nsekhar@ti.com, linux-omap@vger.kernel.org, lars@metafoo.de Subject: Re: [PATCH] dmaengine: edma: Fetch echan->edesc while holding lock in edma_comletion_handler Message-ID: <20160222025136.GS19598@localhost> References: <1455196668-9327-1-git-send-email-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455196668-9327-1-git-send-email-peter.ujfalusi@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 11, 2016 at 03:17:48PM +0200, Peter Ujfalusi wrote: > In order to avoid possible race condition when client drivers are using > dmaengine_terminate_sync() call to disable the channel. Applied, thanks -- ~Vinod