Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp2962225pxb; Tue, 13 Apr 2021 14:55:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzNhZv4d0F4M9XZCeni5OhBq3Sjnu86jlXItsDozhK6rCH4t2sq6hLB3TEftymTSUdSBmTe X-Received: by 2002:aa7:d599:: with SMTP id r25mr37549196edq.68.1618350933979; Tue, 13 Apr 2021 14:55:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618350933; cv=none; d=google.com; s=arc-20160816; b=WCRyJnE6rAp7hDhydl0SlR4HCXNlijGzFi79vLVXp2yJOS1tSUfPDIFsa+7714gg88 2Arz3Yiiz2vGQy0zuzTaiDKMc3UxKL+g1VSSgwUHS3L8CVRcptwq085BhbMVeGQwy1N5 Ee3Q4MvDcs/Hovz3KEU18zK6EJznLIeATu62SKjQOS78qjVC1HsEDJYOlSyIM9ytxwk3 LYiZDNrNJktJ8ynQsrWLXifUVbnYbfzDIlW0w2TbALoyaAz0n8L9k9hvDyrihvHFTnmO rQEaXyXz9TQma52/LqQFbngJiP6SP5VrDykA3pDnJo1UQzs+cQ9jRsge2ubIyutt0jGt R5vQ== 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=I2hFf4Fztm55M0xOsU2JB6PS/f8sLEb6v9NtunJSTzs=; b=rskgPujk7jjh6ne06SCgUNeuHLpJ894J+8N340O6Fb/NRv+IFl5InWYEAB44jktbqf nZ09kH0MhQYJNsAM651YPoVWoh6vS6zclg9IxLKCD3jBUgTV91sts7K8sEM5XLwNxKcm 6HwQ+dRe27YjDOmbqpGOOlRhYVCOkuUkTrVEPcRiLdj877VaYBPy11aBi/m0juDEVVcs xTK6M3AW2qR1LnCnLqYDtt+9rJCtmKrcB1u30xOotrwmWJm1aaOLZMh7vlxa+BbZH/2x M28to27lCfls+sgBB14D56grA9+WWSZYUVL6ldmADyQEyDoo4Mlih9cMRZr0gWc/Qfql hbdg== 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 ho7si11098486ejc.686.2021.04.13.14.55.09; Tue, 13 Apr 2021 14:55:33 -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 S238598AbhDMQ5t (ORCPT + 99 others); Tue, 13 Apr 2021 12:57:49 -0400 Received: from netrider.rowland.org ([192.131.102.5]:33503 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1346946AbhDMQ5p (ORCPT ); Tue, 13 Apr 2021 12:57:45 -0400 Received: (qmail 1462034 invoked by uid 1000); 13 Apr 2021 12:57:25 -0400 Date: Tue, 13 Apr 2021 12:57:24 -0400 From: Alan Stern To: Dmitry Vyukov Cc: syzbot , Andrey Konovalov , Felipe Balbi , Dan Carpenter , Greg Kroah-Hartman , LKML , USB list , syzkaller-bugs Subject: Re: [syzbot] general protection fault in gadget_setup Message-ID: <20210413165724.GD1454681@rowland.harvard.edu> References: <00000000000075c58405bfd6228c@google.com> <20210413161311.GC1454681@rowland.harvard.edu> 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 Tue, Apr 13, 2021 at 06:47:47PM +0200, Dmitry Vyukov wrote: > On Tue, Apr 13, 2021 at 6:13 PM Alan Stern wrote: > > Hopefully this patch will make the race a lot more likely to occur. Is > > there any way to tell syzkaller to test it, despite the fact that > > syzkaller doesn't think it has a reproducer for this issue? > > If there is no reproducer the only way syzbot can test it is if it's > in linux-next under CONFIG_DEBUG_AID_FOR_SYZBOT: > http://bit.do/syzbot#no-custom-patches There _is_ a theoretical reproducer: the test that provoked syzkaller's original bug report. But syzkaller doesn't realize that it is (or may be) a reproducer. It ought to be possible to ask syzkaller to run a particular test that it has done before, with a patch applied -- and without having to add anything to linux-next. Alan Stern