mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: syzbot <syzbot+fe63e4d633540f230624@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org, syedtayyabfarooq08@gmail.com,
	 syzkaller-bugs@googlegroups.com
Subject: Re: [syzbot] [serial?] KASAN: slab-use-after-free Write in tty_init_dev
Date: Wed, 09 Sep 2026 00:58:02 -0700	[thread overview]
Message-ID: <6aa1118a.f81106d8.285f0a.000f.GAE@google.com> (raw)
In-Reply-To: <20260909074349.7542-1-syedtayyabfarooq08@gmail.com>

Hello,

syzbot has tested the proposed patch but the reproducer is still triggering an issue:
WARNING in gs_close

------------[ cut here ]------------
1
WARNING: drivers/usb/gadget/function/u_serial.c:741 at gs_close+0x128/0xce0 drivers/usb/gadget/function/u_serial.c:741, CPU#0: syz-executor409/6047
Modules linked in:
CPU: 0 UID: 0 PID: 6047 Comm: syz-executor409 Not tainted syzkaller #0 PREEMPT(full) 
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2 04/01/2014
RIP: 0010:gs_close+0x128/0xce0 drivers/usb/gadget/function/u_serial.c:741
Code: fe e8 bc 4d 21 fa 41 83 ff 01 74 7c e8 41 53 21 fa 31 ff 44 89 fe e8 a7 4d 21 fa 45 85 ff 0f 85 79 04 00 00 e8 29 53 21 fa 90 <0f> 0b 90 e8 20 53 21 fa 4c 89 ef e8 78 6c e8 03 e8 13 53 21 fa 48
RSP: 0018:ffffc900062ff6f0 EFLAGS: 00010093
RAX: 0000000000000000 RBX: ffff888037c32000 RCX: 0000000000000001
RDX: ffff88803303a580 RSI: ffffffff87eabde7 RDI: ffff88803303a580
RBP: 1ffff92000c5fee8 R08: 0000000000000005 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: ffff8880359cb000
R13: ffff888037c32388 R14: ffff888037c32184 R15: 0000000000000000
FS:  00007f0d220bf6c0(0000) GS:ffff8880d5b5d000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 000056076d24c2a0 CR3: 00000000380fc000 CR4: 0000000000352ef0
Call Trace:
 <TASK>
 tty_release+0x40e/0x1300 drivers/tty/tty_io.c:1718
 tty_open+0x31d/0xe20 drivers/tty/tty_io.c:2119
 chrdev_open+0x234/0x6a0 fs/char_dev.c:411
 do_dentry_open+0x6ab/0x14d0 fs/open.c:996
 vfs_open+0x82/0x3f0 fs/open.c:1101
 do_open fs/namei.c:4837 [inline]
 path_openat+0x19fa/0x2440 fs/namei.c:5000
 do_file_open+0x20e/0x430 fs/namei.c:5029
 do_sys_openat2+0x10f/0x1e0 fs/open.c:1417
 do_sys_open fs/open.c:1423 [inline]
 __do_sys_openat fs/open.c:1439 [inline]
 __se_sys_openat fs/open.c:1434 [inline]
 __x64_sys_openat+0x12d/0x210 fs/open.c:1434
 do_syscall_x64 arch/x86/entry/syscall_64.c:61 [inline]
 do_syscall_64+0x123/0x790 arch/x86/entry/syscall_64.c:84
 entry_SYSCALL_64_after_hwframe+0x77/0x7f
RIP: 0033:0x7f0d23917a1e
Code: 08 0f 85 f5 e2 ff ff 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 <c3> 90 41 57 41 56 4d 89 c6 41 55 4d 89 cd 41 54 55 53 48 83 ec 08
RSP: 002b:00007f0d220bf158 EFLAGS: 00000246 ORIG_RAX: 0000000000000101
RAX: ffffffffffffffda RBX: 00007f0d220bf6c0 RCX: 00007f0d23917a1e
RDX: 0000000000000002 RSI: 00007f0d23963028 RDI: ffffffffffffff9c
RBP: 0000000000000021 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: ffffffffffffffd0
R13: 0000000000000000 R14: 00007ffd1c446780 R15: 00007ffd1c446868
 </TASK>


Tested on:

commit:         893e1178 Merge tag 'x86_urgent_for_7.3-rc3' of git://g..
git tree:       upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=1089f125580000
kernel config:  https://syzkaller.appspot.com/x/.config?x=8c5c3949d762a91f
dashboard link: https://syzkaller.appspot.com/bug?extid=fe63e4d633540f230624
compiler:       gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44
patch:          https://syzkaller.appspot.com/x/patch.diff?x=156c2c8e580000


       reply	other threads:[~2026-09-09  7:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20260909074349.7542-1-syedtayyabfarooq08@gmail.com>
2026-09-09  7:58 ` syzbot [this message]
     [not found] <20260910060923.11410-1-syedtayyabfarooq08@gmail.com>
2026-09-10  6:25 ` syzbot
     [not found] <20260909130533.9011-1-syedtayyabfarooq08@gmail.com>
2026-09-09 13:19 ` syzbot
     [not found] <20260909113541.8544-1-syedtayyabfarooq08@gmail.com>
2026-09-09 11:56 ` syzbot
     [not found] <20260909071013.7123-1-syedtayyabfarooq08@gmail.com>
2026-09-09  7:24 ` syzbot
2026-07-31  6:14 syzbot
2026-09-04 12:38 ` 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=6aa1118a.f81106d8.285f0a.000f.GAE@google.com \
    --to=syzbot+fe63e4d633540f230624@syzkaller.appspotmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=syedtayyabfarooq08@gmail.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®