From: Hillf Danton <hdanton@sina.com>
To: syzbot <syzbot+9446d5e0d25571e6a212@syzkaller.appspotmail.com>
Cc: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com
Subject: Re: [syzbot] [media?] WARNING in uvc_status_unregister
Date: Sun, 20 Oct 2024 16:06:58 +0800 [thread overview]
Message-ID: <20241020080658.2124-1-hdanton@sina.com> (raw)
In-Reply-To: <6714a6cc.050a0220.10f4f4.002b.GAE@google.com>
On Sat, 19 Oct 2024 23:44:28 -0700
> syzbot found the following issue on:
>
> HEAD commit: 15e7d45e786a Add linux-next specific files for 20241016
> git tree: linux-next
> C reproducer: https://syzkaller.appspot.com/x/repro.c?x=10560240580000
#syz test
--- x/drivers/media/usb/uvc/uvc_status.c
+++ y/drivers/media/usb/uvc/uvc_status.c
@@ -372,6 +372,8 @@ int uvc_status_resume(struct uvc_device
void uvc_status_suspend(struct uvc_device *dev)
{
+ if (!dev->int_urb)
+ return;
guard(mutex)(&dev->status_lock);
if (dev->status_users)
--
next prev parent reply other threads:[~2024-10-20 8:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-20 6:44 [syzbot] [media?] WARNING in uvc_status_unregister syzbot
2024-10-20 8:06 ` Hillf Danton [this message]
2024-10-20 9:16 ` syzbot
2024-10-20 16:02 ` Laurent Pinchart
2024-10-22 8:41 ` Ricardo Ribalda
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241020080658.2124-1-hdanton@sina.com \
--to=hdanton@sina.com \
--cc=linux-kernel@vger.kernel.org \
--cc=syzbot+9446d5e0d25571e6a212@syzkaller.appspotmail.com \
--cc=syzkaller-bugs@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox