* [syzbot] [fs?] WARNING: refcount bug in config_item_get
@ 2026-07-29 0:08 syzbot
0 siblings, 0 replies; 4+ messages in thread
From: syzbot @ 2026-07-29 0:08 UTC (permalink / raw)
To: a.hindborg, leitao, linux-fsdevel, linux-kernel, syzkaller-bugs
Hello,
syzbot found the following issue on:
HEAD commit: 0ce37745d4bf Merge tag 'block-7.2-20260724' of git://git.k..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=1752909e580000
kernel config: https://syzkaller.appspot.com/x/.config?x=cb17729fb04b1e3a
dashboard link: https://syzkaller.appspot.com/bug?extid=35790eb7861f8fc57382
compiler: Debian clang version 22.1.8 (++20260613092233+e80beda6e255-1~exp1~20260613092250.77), Debian LLD 22.1.8
syz repro: https://syzkaller.appspot.com/x/repro.syz?x=13603fde580000
C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1147e1b9580000
Downloadable assets:
disk image: https://storage.googleapis.com/syzbot-assets/c6e920012605/disk-0ce37745.raw.xz
vmlinux: https://storage.googleapis.com/syzbot-assets/f5c4d270d5f3/vmlinux-0ce37745.xz
kernel image: https://storage.googleapis.com/syzbot-assets/9e5e96acc1aa/bzImage-0ce37745.xz
IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+35790eb7861f8fc57382@syzkaller.appspotmail.com
Mass Storage Function, version: 2009/09/11
LUN: removable file: (no medium)
------------[ cut here ]------------
refcount_t: addition on 0; use-after-free.
WARNING: lib/refcount.c:25 at refcount_warn_saturate+0x9f/0x110 lib/refcount.c:25, CPU#0: syz.4.481/6445
Modules linked in:
CPU: 0 UID: 0 PID: 6445 Comm: syz.4.481 Not tainted syzkaller #0 PREEMPT_{RT,(full)}
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/16/2026
RIP: 0010:refcount_warn_saturate+0x9f/0x110 lib/refcount.c:25
Code: eb 66 85 db 74 3e 83 fb 01 75 4c e8 bb cc 02 fd 48 8d 3d 64 60 f7 0a 67 48 0f b9 3a eb 4a e8 a8 cc 02 fd 48 8d 3d 61 60 f7 0a <67> 48 0f b9 3a eb 37 e8 95 cc 02 fd 48 8d 3d 5e 60 f7 0a 67 48 0f
RSP: 0018:ffffc90004777c48 EFLAGS: 00010293
RAX: ffffffff84c2fbe8 RBX: 0000000000000002 RCX: ffff88802809be00
RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff8fba5c50
RBP: 0000000000000000 R08: ffff88802809be00 R09: 0000000000000005
R10: 0000000000000100 R11: 0000000000000004 R12: dffffc0000000000
R13: ffff888042748fb0 R14: ffff888034a6d424 R15: 1ffff920008eefa0
FS: 00005555785d9500(0000) GS:ffff888125c42000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fc5c2af56b8 CR3: 00000000421ca000 CR4: 00000000003526f0
Call Trace:
<TASK>
__refcount_add include/linux/refcount.h:-1 [inline]
__refcount_inc include/linux/refcount.h:366 [inline]
refcount_inc include/linux/refcount.h:383 [inline]
kref_get include/linux/kref.h:45 [inline]
config_item_get+0x88/0x90 fs/configfs/item.c:104
configfs_get_config_item fs/configfs/configfs_internal.h:127 [inline]
get_target fs/configfs/symlink.c:128 [inline]
configfs_symlink+0x4ab/0x1030 fs/configfs/symlink.c:185
vfs_symlink+0x18b/0x330 fs/namei.c:5660
filename_symlinkat+0x1cd/0x420 fs/namei.c:5685
__do_sys_symlinkat fs/namei.c:5705 [inline]
__se_sys_symlinkat+0x4e/0x2b0 fs/namei.c:5700
do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]
do_syscall_64+0x174/0x580 arch/x86/entry/syscall_64.c:94
entry_SYSCALL_64_after_hwframe+0x77/0x7f
RIP: 0033:0x7fb94cbede99
Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 e8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007ffeae1a3f68 EFLAGS: 00000246 ORIG_RAX: 000000000000010a
RAX: ffffffffffffffda RBX: 00007fb94ce75fa0 RCX: 00007fb94cbede99
RDX: 0000200000000300 RSI: ffffffffffffff9c RDI: 0000200000000200
RBP: 00007fb94cc83eaf R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007fb94ce75fac R14: 00007fb94ce75fa0 R15: 00007fb94ce75fa0
</TASK>
----------------
Code disassembly (best guess):
0: eb 66 jmp 0x68
2: 85 db test %ebx,%ebx
4: 74 3e je 0x44
6: 83 fb 01 cmp $0x1,%ebx
9: 75 4c jne 0x57
b: e8 bb cc 02 fd call 0xfd02cccb
10: 48 8d 3d 64 60 f7 0a lea 0xaf76064(%rip),%rdi # 0xaf7607b
17: 67 48 0f b9 3a ud1 (%edx),%rdi
1c: eb 4a jmp 0x68
1e: e8 a8 cc 02 fd call 0xfd02cccb
23: 48 8d 3d 61 60 f7 0a lea 0xaf76061(%rip),%rdi # 0xaf7608b
* 2a: 67 48 0f b9 3a ud1 (%edx),%rdi <-- trapping instruction
2f: eb 37 jmp 0x68
31: e8 95 cc 02 fd call 0xfd02cccb
36: 48 8d 3d 5e 60 f7 0a lea 0xaf7605e(%rip),%rdi # 0xaf7609b
3d: 67 addr32
3e: 48 rex.W
3f: 0f .byte 0xf
---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzkaller@googlegroups.com.
syzbot will keep track of this issue. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.
If the report is already addressed, let syzbot know by replying with:
#syz fix: exact-commit-title
If you want syzbot to run the reproducer, reply with:
#syz test: git://repo/address.git branch-or-commit-hash
If you attach or paste a git patch, syzbot will apply it before testing.
If you want to overwrite report's subsystems, reply with:
#syz set subsystems: new-subsystem
(See the list of subsystem names on the web dashboard)
If the report is a duplicate of another one, reply with:
#syz dup: exact-subject-of-another-report
If you want to undo deduplication, reply with:
#syz undup
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [syzbot] [fs?] WARNING: refcount bug in config_item_get
[not found] <20260729102138.00003190@gmail.com>
@ 2026-07-29 8:46 ` syzbot
0 siblings, 0 replies; 4+ messages in thread
From: syzbot @ 2026-07-29 8:46 UTC (permalink / raw)
To: joshua.crofts1, linux-kernel, syzkaller-bugs
Hello,
syzbot has tested the proposed patch but the reproducer is still triggering an issue:
lost connection to test machine
Tested on:
commit: fc02acf6 Merge tag 'platform-drivers-x86-v7.2-4' of gi..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=140b5632580000
kernel config: https://syzkaller.appspot.com/x/.config?x=cb17729fb04b1e3a
dashboard link: https://syzkaller.appspot.com/bug?extid=35790eb7861f8fc57382
compiler: Debian clang version 22.1.8 (++20260613092233+e80beda6e255-1~exp1~20260613092250.77), Debian LLD 22.1.8
patch: https://syzkaller.appspot.com/x/patch.diff?x=17f731b9580000
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [syzbot] [fs?] WARNING: refcount bug in config_item_get
[not found] <20260729085058.19059-1-jeffinphilip14@gmail.com>
@ 2026-07-29 9:13 ` syzbot
0 siblings, 0 replies; 4+ messages in thread
From: syzbot @ 2026-07-29 9:13 UTC (permalink / raw)
To: jeffinphilip14, linux-kernel, syzkaller-bugs
Hello,
syzbot has tested the proposed patch but the reproducer is still triggering an issue:
lost connection to test machine
Tested on:
commit: fc02acf6 Merge tag 'platform-drivers-x86-v7.2-4' of gi..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=150bc03e580000
kernel config: https://syzkaller.appspot.com/x/.config?x=cb17729fb04b1e3a
dashboard link: https://syzkaller.appspot.com/bug?extid=35790eb7861f8fc57382
compiler: Debian clang version 22.1.8 (++20260613092233+e80beda6e255-1~exp1~20260613092250.77), Debian LLD 22.1.8
patch: https://syzkaller.appspot.com/x/patch.diff?x=157ae401580000
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [syzbot] [fs?] WARNING: refcount bug in config_item_get
[not found] <20260729105121.000034df@gmail.com>
@ 2026-07-29 9:23 ` syzbot
0 siblings, 0 replies; 4+ messages in thread
From: syzbot @ 2026-07-29 9:23 UTC (permalink / raw)
To: joshua.crofts1, linux-kernel, syzkaller-bugs
Hello,
syzbot has tested the proposed patch but the reproducer is still triggering an issue:
lost connection to test machine
Tested on:
commit: fc02acf6 Merge tag 'platform-drivers-x86-v7.2-4' of gi..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=13abf8c6580000
kernel config: https://syzkaller.appspot.com/x/.config?x=cb17729fb04b1e3a
dashboard link: https://syzkaller.appspot.com/bug?extid=35790eb7861f8fc57382
compiler: Debian clang version 22.1.8 (++20260613092233+e80beda6e255-1~exp1~20260613092250.77), Debian LLD 22.1.8
patch: https://syzkaller.appspot.com/x/patch.diff?x=162d1499580000
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-29 9:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260729102138.00003190@gmail.com>
2026-07-29 8:46 ` [syzbot] [fs?] WARNING: refcount bug in config_item_get syzbot
[not found] <20260729105121.000034df@gmail.com>
2026-07-29 9:23 ` syzbot
[not found] <20260729085058.19059-1-jeffinphilip14@gmail.com>
2026-07-29 9:13 ` syzbot
2026-07-29 0:08 syzbot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox