Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3277671imu; Fri, 18 Jan 2019 07:44:41 -0800 (PST) X-Google-Smtp-Source: ALg8bN6UqtsPP/vmzhxyA1C8UHALIKEjLS3slXRemS8yGfcAYhw/kj6xSVQRRY+aSfZ+8BjU+Tm/ X-Received: by 2002:a17:902:4124:: with SMTP id e33mr19567794pld.236.1547826280974; Fri, 18 Jan 2019 07:44:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547826280; cv=none; d=google.com; s=arc-20160816; b=G6dr85fHOQcWKYCZW738LDrovz1zSbk4F8S9q2oJK19d37JmDRsKb8j525YOgbkDGm MyBjNYeCkfsI9FMnW37DjOvuM5JiHQQd+XsgwAqnuDNgemajaqp7+/bLp/YgAxDzEYz4 tD/HcuEPQjfW+JZReqh5v85xFL406k9a8T7ZuLNupQq+ZQTqclNB1CtNs1bwzeNewRW1 8ZHu7xcKB/FWftkTvYGPj/eVfXC+mD9qoT7NYX84U6cmFaOr8ojMynqWsaC5CTaoChn5 CAN0v6i5iW8un0Ar1TaBZVRDPHc835PNThlQN0yIaqyHKRuodphBHku8ZQf5QKOOxQyz Cp7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=j2aRUOJpSETrCuNQUqqswGgo90O4NZhVB47auBEMuP4=; b=zYjHauHTJQYlN2HoW/7sUcy1rOJVHA3B5CjcjNWftoru4DySz+XIE32+AVLWoT8oit y9xgGrMfCayvHEt39V2zNnEouwIIOfQfYH/VZ6aU4GH0+oZS5yFkWo4jwUUN380yicES BVdTPW33Ln9pFK//qL0Z/RSsh2lEi/rPHAn1y05nRP6OE6CNhpF42bbUihd2rqTnISau 32oRa6obp84+kyjhcbOkGLl/fJ6lswrlhMyNK79HYFswEsyskdJeodMnNyKaC9cMOKsE Km0oR8lUIPmtlU+1xfHV3qtRjnkBetp6UEnf/AX6+uGT1GUM/aHeT1mHGKGX0bxDlOHY BCbA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y5si4583330pgk.49.2019.01.18.07.44.22; Fri, 18 Jan 2019 07:44:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727602AbfAROer (ORCPT + 99 others); Fri, 18 Jan 2019 09:34:47 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:45150 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727357AbfAROeq (ORCPT ); Fri, 18 Jan 2019 09:34:46 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: gportay) with ESMTPSA id E5585260704 Subject: Re: [PATCH v2 1/2] media: imx: csi: Disable CSI immediately after last EOF To: Steve Longerbeam , linux-media@vger.kernel.org Cc: stable@vger.kernel.org, Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman , "open list:STAGING SUBSYSTEM" , open list References: <20190117204912.28456-1-slongerbeam@gmail.com> <20190117204912.28456-2-slongerbeam@gmail.com> From: Gael PORTAY Message-ID: Date: Fri, 18 Jan 2019 09:34:48 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190117204912.28456-2-slongerbeam@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Steeve, all, On 1/17/19 3:49 PM, Steve Longerbeam wrote: > Disable the CSI immediately after receiving the last EOF before stream > off (and thus before disabling the IDMA channel). > > This fixes a complete system hard lockup on the SabreAuto when streaming > from the ADV7180, by repeatedly sending a stream off immediately followed > by stream on: > > while true; do v4l2-ctl -d4 --stream-mmap --stream-count=3; done > > Eventually this either causes the system lockup or EOF timeouts at all > subsequent stream on, until a system reset. > > The lockup occurs when disabling the IDMA channel at stream off. Disabling > the CSI before disabling the IDMA channel appears to be a reliable fix for > the hard lockup. > > Fixes: 4a34ec8e470cb ("[media] media: imx: Add CSI subdev driver") > > Reported-by: Gaël PORTAY > Signed-off-by: Steve Longerbeam > Cc: stable@vger.kernel.org > --- > Changes in v2: > - restore an empty line > - Add Fixes: and Cc: stable > --- > drivers/staging/media/imx/imx-media-csi.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/media/imx/imx-media-csi.c b/drivers/staging/media/imx/imx-media-csi.c > index e18f58f56dfb..e0f6f88e2e70 100644 > --- a/drivers/staging/media/imx/imx-media-csi.c > +++ b/drivers/staging/media/imx/imx-media-csi.c > @@ -681,6 +681,8 @@ static void csi_idmac_stop(struct csi_priv *priv) > if (ret == 0) > v4l2_warn(&priv->sd, "wait last EOF timeout\n"); > > + ipu_csi_disable(priv->csi); > + > devm_free_irq(priv->dev, priv->eof_irq, priv); > devm_free_irq(priv->dev, priv->nfb4eof_irq, priv); > > @@ -793,9 +795,9 @@ static void csi_stop(struct csi_priv *priv) > /* stop the frame interval monitor */ > if (priv->fim) > imx_media_fim_set_stream(priv->fim, NULL, false); > + } else { > + ipu_csi_disable(priv->csi); > } > - > - ipu_csi_disable(priv->csi); > } > > static const struct csi_skip_desc csi_skip[12] = { > Tested-by: Gaël PORTAY Thanks, Gael