mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Hillf Danton <hdanton@sina.com>
To: syzbot <syzbot+ecbb1750082f7528b507@syzkaller.appspotmail.com>
Cc: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com
Subject: Re: [syzbot] KASAN: slab-use-after-free Read in vhci_send_cmd_submit
Date: Sat, 22 Aug 2026 08:30:16 +0800	[thread overview]
Message-ID: <20260822003021.1378-1-hdanton@sina.com> (raw)
In-Reply-To: <6a871611.4d75e56a.c9a88.0041.GAE@google.com>

> Date: Thu, 20 Aug 2026 07:58:25 -0700	[thread overview]
> Hello,
> 
> syzbot found the following issue on:
> 
> HEAD commit:    3eb40771c00a Merge tag 'soc-fixes-7.2-3' of git://git.kern..
> git tree:       upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=16e07a79580000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=1d67342c314f228d
> dashboard link: https://syzkaller.appspot.com/bug?extid=ecbb1750082f7528b507
> compiler:       gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44
> C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=12849949580000

#syz test

--- x/drivers/usb/core/devio.c
+++ y/drivers/usb/core/devio.c
@@ -612,7 +612,7 @@ __acquires(ps->lock)
 			urb = as->urb;
 			usb_get_urb(urb);
 			spin_unlock(&ps->lock);		/* Allow completions */
-			usb_unlink_urb(urb);
+			usb_kill_urb(urb);
 			usb_put_urb(urb);
 			spin_lock(&ps->lock);
 			goto rescan;
--

  parent reply	other threads:[~2026-08-22  0:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-20 14:58 syzbot
2026-08-21  3:13 ` Edward Adam Davis
2026-08-21  3:29   ` syzbot
2026-08-21  4:55 ` Hillf Danton
2026-08-21  5:11   ` syzbot
2026-08-21 13:08 ` [PATCH] usbip: prevent the use of unavailable urb and hcpriv in tx Edward Adam Davis
2026-08-22  0:30 ` Hillf Danton [this message]
2026-08-22  0:54   ` [syzbot] KASAN: slab-use-after-free Read in vhci_send_cmd_submit 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=20260822003021.1378-1-hdanton@sina.com \
    --to=hdanton@sina.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=syzbot+ecbb1750082f7528b507@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®