Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp1669025pxy; Thu, 6 May 2021 12:49:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxg7q5cjBaoimsLGxycq5gDyws0TPYUIJ3MWYwwQFZTdIVN3dgKPeoXTDsvycwmYX8+TnSQ X-Received: by 2002:aa7:cf86:: with SMTP id z6mr7234710edx.120.1620330599326; Thu, 06 May 2021 12:49:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620330599; cv=none; d=google.com; s=arc-20160816; b=Ki/DeZuHd5I5QKYyNwh9litX2lvKTTcyUs4iZWBzmQqeGWV1d/gu1LZBGKDo/75y9+ 866r3K3R4xexQDRcxo3jPuqBPd2LQ6q3MWSFGsOLHFM/oJJgP5QxiO/Au9C/AK30d2GR AIoDoWe3fd+Tap4WeiSfXZV15TewlRDZ/ZymncypoKqUza0zz0CcPzjEUsGr9aeiRCER Lzoaeb0OuN6aMO4kWgvhz0P6HFC3qnXuwBknF4Mb+dzLxmQwHsqTDAifw+ltU0OVpnDX PFTNmGO18i46SEh22vS4LdjnRRTFZhhGmDO654tkmo0GA4DU4be2h6b97rhzCDE9ZcZD vw5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=MFVolOSMIMt9QXYgR1u53drYD5wwXNHfVnWQHKJ4OdA=; b=GEbyPb/e48kl1Gce94ADGd1SeNDr8C99dXQepS6O30zT2MX96BlQ8HwSSfnPzi4+hv qDl3Ra9ERBg8nW2goZI+bdllW29gntDbcQ6qa5uQfGTCiU5YaJNShLWhLNc+TyqWQ44i wYcXIRR7GX11eZdYA2zDybANMAUy87SMsAJzqgOZRywjw4kuq0y1OOVt/0FfTGJz6gGu rr5rS0Z1ne6Hh4QRR/rFGZuqgRRhIWcIK5dTzp9WxOiMbkt15+a2QL5q9AeDF5QvV8/E zCcZMRugyO41j+aWX7l1WKw7ZyP60xejS19FbfMUe6P1dbVZwqHyNgD0gdq4dDDmUKV8 VZWQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u21si3163010edo.341.2021.05.06.12.49.31; Thu, 06 May 2021 12:49:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234566AbhEFSdQ (ORCPT + 99 others); Thu, 6 May 2021 14:33:16 -0400 Received: from netrider.rowland.org ([192.131.102.5]:36961 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S234481AbhEFSdN (ORCPT ); Thu, 6 May 2021 14:33:13 -0400 Received: (qmail 748263 invoked by uid 1000); 6 May 2021 14:32:14 -0400 Date: Thu, 6 May 2021 14:32:13 -0400 From: Alan Stern To: Guido Kiener Cc: Dmitry Vyukov , syzbot , Greg Kroah-Hartman , "dpenkler@gmail.com" , "lee.jones@linaro.org" , USB list , "bp@alien8.de" , "dwmw@amazon.co.uk" , "hpa@zytor.com" , "linux-kernel@vger.kernel.org" , "luto@kernel.org" , "mingo@redhat.com" , "syzkaller-bugs@googlegroups.com" , "tglx@linutronix.de" , "x86@kernel.org" Subject: Re: Re: Re: Re: [syzbot] INFO: rcu detected stall in tx Message-ID: <20210506183213.GA748114@rowland.harvard.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 06, 2021 at 05:44:55PM +0000, Guido Kiener wrote: > > -----Original Message----- > > From: Alan Stern > > Sent: Thursday, May 6, 2021 3:49 PM > > To: Kiener Guido 14DS1 > > > > > > Thanks for your assessment. I agree with the general feeling. I > > > counted about hundred specific usb drivers, so wouldn't it be better to fix the > > problem in some of the host drivers (e.g. urb.c)? > > > We could return an error when calling usb_submit_urb() on an erroneous pipe. > > > I cannot estimate the side effects and we need to check all drivers > > > again how they deal with the error situation. Maybe there are some special driver > > that need a specialized error handling. > > > In this case these drivers could reset the (new?) error flag to allow > > > calling usb_submit_urb() again without error. This could work, isn't it? > > > > That is feasible, although it would be an awkward approach. As you said, the side > > effects aren't clear. But it might work. > > Otherwise I see only the other approach to change hundred drivers and add the > cases EPROTO, EILSEQ and ETIME in each callback handler. The usbtmc driver > already respects the EILSEQ and ETIME, and only EPROTO is missing. > The rest should be more a management task. > BTW do you assume it is only a problem for INT pipes or is it also a problem > for isochronous and bulk transfers? All of them. Control too. > > Will you be able to test patches? > > I only can test the USBTMC function in some different PCs. I do not have automated > regression tests for USB drivers or Linux kernels. > Maybe there is company who could do that. Well then, if I do find time to write a patch, I'll ask you to try it out with the usbtmc driver. Alan Stern