Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp3823ybe; Wed, 18 Sep 2019 12:02:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqwtcoYXaX7S3iK7CFCpnBEte1P8EBY8Po1SmbXMn1W9TRXW4+i5Up7XBr3u69qkI7pb/cML X-Received: by 2002:a17:906:255b:: with SMTP id j27mr10940328ejb.96.1568833326459; Wed, 18 Sep 2019 12:02:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568833326; cv=none; d=google.com; s=arc-20160816; b=KBlgT/LbSGgUO+hopFiGwBcVSQH59SoIE/J5+ZlVdxddnJ9rjFNrDjZO/W8PMNQCBv jL3E5AiGnYb/T+5D/8n+16UtuBJgrq1eHNgK839ECr5dFGz2Zxa5BirefwjqE49jzgU/ VQb+JS9C3SP/3Xh5Q9ZLO/rdOqipPoRT7RJvxoTEUueWbjY6ZHMJggf9FeFdL6zLJ0zt ggwWLZIgMl8/yYi/qB18E/mMdgZwgVPdDZn8fHOgtUpiqShkV4lPu9wVR2OA0T66jbqt 3HMSugXavh2UsbsSPMRXo1jOLbDy6gDIzVOvFd/+cfta1k5W0U4fQnn1EPig7LeVsV+v ICGA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=pSyvwzwnpf16oEAV+Qma2pTbOH8tpUR+77xdF5SM1Fg=; b=a1iSWL+I71O2Eh7WK33Y9lABSaTr0Dty7I7C+27DB2zrVYmWCV/G54fEt3k+dIpaeW 27KEaYDOut14uVdH4gDWdDDsnUZWRyKe/JLdtxWlRmZl/0NSE5S6jz31TeMkRbQiftSK g+XDUFawdd1/4lrSdoZ9FC5WfWgwWuLfkjInxM3sg2uY9bg8RebsrrRyv3lWDoV1h4TQ AM8C5b3OmEfAae5HuZOraUKZODmqC44xCG8Rx4Y9iH+qm5hP+ldFhmNJuNKtNpztbIOm V44C6jIjQMbOKsQ+Ohley/N+sf/0L0L6wSLbqN0f0EHoRLzAVirS+ZwwPqqL3NvBd/VB LMTg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a19si3168630ejj.73.2019.09.18.12.01.42; Wed, 18 Sep 2019 12:02:06 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388910AbfIRS50 (ORCPT + 99 others); Wed, 18 Sep 2019 14:57:26 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:54464 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S2387693AbfIRS5Z (ORCPT ); Wed, 18 Sep 2019 14:57:25 -0400 Received: (qmail 7301 invoked by uid 2102); 18 Sep 2019 14:57:24 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 Sep 2019 14:57:24 -0400 Date: Wed, 18 Sep 2019 14:57:24 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: syzbot cc: andreyknvl@google.com, , , , , , , Subject: Re: general protection fault in usb_set_interface In-Reply-To: <00000000000001595b0592c41731@google.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 17 Sep 2019, syzbot wrote: > Hello, > > syzbot has tested the proposed patch but the reproducer still triggered > crash: > WARNING in sysfs_remove_group > > ------------[ cut here ]------------ > sysfs group 'power' not found for kobject 'radio0' Andrey: Is there any way to tell syzbot to run the reproducer but with only one device instance (that is, only one dummy-hcd bus)? Or can you a new, modified reproducer that will do this? Alan Stern