mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Hillf Danton <hdanton@sina.com>
To: syzbot <syzbot+f669f02a0fcc5b2148f2@syzkaller.appspotmail.com>
Cc: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com
Subject: Re: [syzbot] [i2c?] [usb?] INFO: task hung in em28xx_i2c_unregister
Date: Tue,  1 Sep 2026 09:26:28 +0800	[thread overview]
Message-ID: <20260901012633.1985-1-hdanton@sina.com> (raw)
In-Reply-To: <6a95ef74.764875ec.b345.0003.GAE@google.com>

> Date: Mon, 31 Aug 2026 14:17:40 -0700	[thread overview]
> Hello,
> 
> syzbot found the following issue on:
> 
> HEAD commit:    a23cbb05744b Merge tag 'timers-urgent-2026-08-30' of git:/..
> git tree:       upstream
> console+strace: https://syzkaller.appspot.com/x/log.txt?x=12a6d379580000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=5e4e3a0e188a497e
> dashboard link: https://syzkaller.appspot.com/bug?extid=f669f02a0fcc5b2148f2
> syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=12d1f379580000

#syz test

--- x/drivers/i2c/i2c-core-base.c
+++ y/drivers/i2c/i2c-core-base.c
@@ -1844,7 +1844,7 @@ void i2c_del_adapter(struct i2c_adapter
 	 */
 	init_completion(&adap->dev_released);
 	device_unregister(&adap->dev);
-	wait_for_completion(&adap->dev_released);
+	wait_for_completion_timeout(&adap->dev_released, 50 * HZ);
 
 	/* free bus id */
 	mutex_lock(&core_lock);
--

  reply	other threads:[~2026-09-01  1:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-31 21:17 syzbot
2026-09-01  1:26 ` Hillf Danton [this message]
2026-09-01  6:55   ` syzbot

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=20260901012633.1985-1-hdanton@sina.com \
    --to=hdanton@sina.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=syzbot+f669f02a0fcc5b2148f2@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

all inboxes | Powered by JetHome®