From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758398Ab3EWKqM (ORCPT ); Thu, 23 May 2013 06:46:12 -0400 Received: from mga03.intel.com ([143.182.124.21]:55037 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758281Ab3EWKqL (ORCPT ); Thu, 23 May 2013 06:46:11 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,727,1363158000"; d="scan'208";a="306745835" Date: Thu, 23 May 2013 15:39:32 +0530 From: Vinod Koul To: Andy Shevchenko Cc: Will Deacon , Andy Shevchenko , "djbw @ fb . com" , "linux-kernel @ vger . kernel . org" , "linux-arm-kernel @ lists . infradead . org" , "viresh.kumar@linaro.org" Subject: Re: [PATCH] dmatest: abort transfers immediately when asked for Message-ID: <20130523100932.GA30200@intel.com> References: <20130516153553.GI11706@mudshark.cambridge.arm.com> <1369139597-24446-1-git-send-email-andriy.shevchenko@linux.intel.com> <20130521151143.GH10453@mudshark.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 21, 2013 at 08:24:15PM +0300, Andy Shevchenko wrote: > On Tue, May 21, 2013 at 6:11 PM, Will Deacon wrote: > > Hi Andy, > > > > On Tue, May 21, 2013 at 01:33:17PM +0100, Andy Shevchenko wrote: > >> When thread is going to be stopped we have to unconditionally terminate all > >> ongoing transfers. Otherwise it would be possible that callback function will > >> be called on the next interrupt and will try to access to already freed > >> structures. > >> > >> The patch introduces specific error message for this, though it doesn't > >> increase the counter of the failed tests. > >> > >> Signed-off-by: Andy Shevchenko > >> Reported-by: Will Deacon > > > > Thanks for persevering with this! Although this patch definitely fixes the > > panic I was seeing, I now observe buffer verification failures in subsequent > > test runs after an aborted run: > > I think the description to the commit adfa543e "dmatest: don't use > set_freezable_with_signal()" may shed light on this. > > The background (if I got it correctly) is in race with done flag. So, > we got a callback call from the DMA engine, but we don't know which > transfer triggers it. > I might be wrong. This is just an assumption. > > Have you ever see such behaviour on pre v3.10-rc1 kernels? (I mean > with old dmatest module) Terminate shouldnt cause the issue with buffer verfication, can you try this on dw_dmac, do you see similar failures on verfication? -- ~Vinod