Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp2611840ybn; Thu, 26 Sep 2019 14:47:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqwrwKIirBKZdC/GLU1Dh2R4iUCXak9P9TlmarqU9p1I5lejVtontJcYe+x4YdgVecivPFor X-Received: by 2002:a17:906:4a51:: with SMTP id a17mr5044214ejv.279.1569534466433; Thu, 26 Sep 2019 14:47:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569534466; cv=none; d=google.com; s=arc-20160816; b=Z5IeZuaKE2axeKwgb4y/M4UfQX/NDVrTjJK6n//bupAAJNMZkD9VJlvhs38jjLfcsh znVz5bJfjKPQL40K+9zJv0ABbxemufeN+EyasuN9hrGlHTH4kkBPU86lEkJdj0jacriV mx6wI/Q6g+85DHp3Bvqg5SFO+IdOlRKQ+dRuHm/k5CsHV8IWOkakq8OkXsYuqG0qPtVf LNMrWD6TPSrxVkqe0ObD13+cjSJM8CdAaDqqcRdbmSha/s1bsvYiKElS3+5IxAUFelcX yer1JrCedrUxUF5NulpKXs2vsEmQXJ+96ipl/3odG/3MFfgyiKwdZ7Ik4iY8QEPQGnDB gBdw== 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=rI/zdbn3a1cGpqpsPheLZKPlCKLVzQtumGk5P2gsUJs=; b=tLi5Ri/wBEBkYd/twXKEIkmx5LI9duW1M3PlDf17CUX3nihbHGrSMcauYfQ64Y73A+ Bs74doqrGmbX2n8EZZ4u/UuksoAWVjYSC3cV9Yo/qK2byuK5dgvMLkzhuWouUu1eHiZx 46diu48ih0hWyQ0NdpAg62/0gh7a/1FC7yZdUdr5ZEV2N7m/v+Su231pA792fslbtLhc QklSntkvlsXxYcN3IQOc1rsusmhxP9nGw4J6No1bHTmnilVFFol//yxZLxmiJOgW8AqY d+j7c1uGERamZtHfMXfZM3On8duLxTC9mMDlxh7nAQT4Km0sWOoppmfT6Jmt3+DRmhZp cmoQ== 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 d10si1229550eja.69.2019.09.26.14.47.22; Thu, 26 Sep 2019 14:47:46 -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 S1728024AbfIZVoc (ORCPT + 99 others); Thu, 26 Sep 2019 17:44:32 -0400 Received: from netrider.rowland.org ([192.131.102.5]:51435 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1727974AbfIZVoc (ORCPT ); Thu, 26 Sep 2019 17:44:32 -0400 Received: (qmail 17553 invoked by uid 500); 26 Sep 2019 17:44:31 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 26 Sep 2019 17:44:31 -0400 Date: Thu, 26 Sep 2019 17:44:31 -0400 (EDT) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: Andrey Konovalov cc: Greg Kroah-Hartman , "Rafael J. Wysocki" , syzbot , LKML , USB list , syzkaller-bugs Subject: Re: WARNING in pvr2_i2c_core_done In-Reply-To: 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 Wed, 25 Sep 2019, Andrey Konovalov wrote: > On Wed, Sep 25, 2019 at 4:10 PM Alan Stern wrote: > > > > On Wed, 25 Sep 2019, syzbot wrote: > > > > > Hello, > > > > > > syzbot found the following crash on: > > > > > > HEAD commit: d9e63adc usb-fuzzer: main usb gadget fuzzer driver > > > git tree: https://github.com/google/kasan.git usb-fuzzer > > > console output: https://syzkaller.appspot.com/x/log.txt?x=16b5fcd5600000 > > > kernel config: https://syzkaller.appspot.com/x/.config?x=f4fa60e981ee8e6a > > > dashboard link: https://syzkaller.appspot.com/bug?extid=e74a998ca8f1df9cc332 > > > compiler: gcc (GCC) 9.0.0 20181231 (experimental) > > > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=16ec07b1600000 > > > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=13ff0871600000 > > > > > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > > > Reported-by: syzbot+e74a998ca8f1df9cc332@syzkaller.appspotmail.com > > > > > > pvrusb2: Device being rendered inoperable > > > cx25840 0-0044: Unable to detect h/w, assuming cx23887 > > > cx25840 0-0044: cx23887 A/V decoder found @ 0x88 (pvrusb2_a) > > > pvrusb2: Attached sub-driver cx25840 > > > pvrusb2: ***WARNING*** pvrusb2 device hardware appears to be jammed and I > > > can't clear it. > > > pvrusb2: You might need to power cycle the pvrusb2 device in order to > > > recover. > > > ------------[ cut here ]------------ > > > sysfs group 'power' not found for kobject 'i2c-0' > > > WARNING: CPU: 0 PID: 102 at fs/sysfs/group.c:278 sysfs_remove_group > > > fs/sysfs/group.c:278 [inline] > > > WARNING: CPU: 0 PID: 102 at fs/sysfs/group.c:278 > > > sysfs_remove_group+0x155/0x1b0 fs/sysfs/group.c:269 > > > > I have seen a lot of error messages like this one (i.e., "group 'power' > > not found for kobject"), in runs that involved fuzzing a completely > > different USB driver. Initial testing failed to find a cause. > > > > This leads me to wonder whether the problem might lie somewhere else > > entirely. A bug in some core kernel code? Memory corruption? > > AFAICS so far this has only been triggered from the usbvision driver > [1] and from the pvrusb2 driver (this report). > > I wanted to loop in sysfs maintainers, but it seems that Greg and > Rafael are already cc'ed on this. > > [1] https://syzkaller.appspot.com/bug?extid=7fa38a608b1075dfd634 It turns out the reason for this error is simple: The driver unregisters its subdevices in the release handler instead of in the disconnect handler. There probably is documentation about this somewhere, but I don't know exactly where -- maybe Greg remembers. In the case of pvrusb2, the issues involve unregistering both the v4l2 device and the i2c device. Alan Stern