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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 30DF2C2BA16 for ; Tue, 7 Apr 2020 07:52:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E44EA2072A for ; Tue, 7 Apr 2020 07:52:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=smaract.com header.i=@smaract.com header.b="TQV1SlXC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726889AbgDGHwL (ORCPT ); Tue, 7 Apr 2020 03:52:11 -0400 Received: from smaract.com ([82.165.73.54]:45402 "EHLO smaract.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726707AbgDGHwL (ORCPT ); Tue, 7 Apr 2020 03:52:11 -0400 Received: from mx1.smaract.de (staticdsl-213-168-205-127.ewe-ip-backbone.de [213.168.205.127]) by smaract.com (Postfix) with ESMTPSA id 934FCA001F; Tue, 7 Apr 2020 07:52:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smaract.com; s=default; t=1586245929; bh=18RaO8o/Wc3RAcIm0cRWdyK1KYdxT/RX5Q4badXMT7I=; l=722; h=From:To:Subject; b=TQV1SlXCfb1m6lTDvpTpnTA3ie2yrGD1kEae+IZj5CZn/D4sfP107WloxUNd5DXRD zV3mYh3wTVuqJ+7wdmAjpz3fklGHcBqv5zjK5v6v/VuFVDfS7ULQpm4LppbUBtqf7g os7gDYeoHOrBBdhs4pYlUaJhs2eahT7KJsthANRs= Authentication-Results: smaract.com; spf=pass (sender IP is 213.168.205.127) smtp.mailfrom=vonohr@smaract.com smtp.helo=mx1.smaract.de Received-SPF: pass (smaract.com: connection is authenticated) From: Sebastian von Ohr To: Radhey Shyam Pandey , Vinod Koul , Appana Durga Kedareswara Rao , Michal Simek CC: "dmaengine@vger.kernel.org" Subject: RE: [PATCH] dmaengine: xilinx_dma: Add missing check for empty list Thread-Topic: [PATCH] dmaengine: xilinx_dma: Add missing check for empty list Thread-Index: AQHV8VxxdjMBtKwDjUiUwfzZyHoPo6g7hG2AgAAGXQCAMfPDcA== Date: Tue, 7 Apr 2020 07:52:08 +0000 Message-ID: References: <20200303130518.333-1-vonohr@smaract.com> <20200306133427.GG4148@vkoul-mobl> In-Reply-To: Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-PPP-Message-ID: <158624592968.56494.16914672032200698300@smaract.com> X-PPP-Vhost: mario.smaract.com Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org > -----Original Message----- > From: Radhey Shyam Pandey [mailto:radheys@xilinx.com] > Sent: Friday, March 6, 2020 2:57 PM > To: Vinod Koul ; Sebastian von Ohr > ; Appana Durga Kedareswara Rao > ; Michal Simek > Cc: dmaengine@vger.kernel.org > Subject: RE: [PATCH] dmaengine: xilinx_dma: Add missing check for empty > list >=20 > Sure, we will test it. Changes look fine. Though had a question in mind, > for a generic fix to this problem, should we make locking mandatory for > all cookie helper functions? Or is there any limitation? Any progress on the testing? If you need help reproducing the issue please = let me know.