------------[ cut here ]------------ refcount_t: addition on 0; use-after-free. WARNING: lib/refcount.c:25 at refcount_warn_saturate+0x111/0x130 lib/refcount.c:25, CPU#0: syz.6.4342/21571 Modules linked in: CPU: 0 UID: 0 PID: 21571 Comm: syz.6.4342 Tainted: G L syzkaller #0 PREEMPT(full) Tainted: [L]=SOFTLOCKUP Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/16/2026 RIP: 0010:refcount_warn_saturate+0x111/0x130 lib/refcount.c:25 Code: cc e8 e3 cc ec fc 48 8d 3d 2c f4 0f 0c 67 48 0f b9 3a e8 d2 cc ec fc 5b 5d e9 cb da a0 06 e8 c6 cc ec fc 48 8d 3d 1f f4 0f 0c <67> 48 0f b9 3a e8 b5 cc ec fc 5b 5d c3 cc cc cc cc 48 89 df e8 86 RSP: 0018:ffffc9000581fc90 EFLAGS: 00010287 RAX: 000000000000406c RBX: ffff88802b212d1c RCX: ffffc90007071000 RDX: 0000000000080000 RSI: ffffffff851d981a RDI: ffffffff912d8c40 RBP: 0000000000000002 R08: 0000000000000005 R09: 0000000000000004 R10: 0000000000000002 R11: 0000000000000000 R12: ffff88802b212d1c R13: ffff888078ea13d8 R14: ffffc9000581fd40 R15: ffff888053fbf800 FS: 00007f3a2b8176c0(0000) GS:ffff888123dd8000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 000000110c2b591d CR3: 0000000060502000 CR4: 00000000003526f0 DR0: ffffffffffffffff DR1: 00000000000001f8 DR2: 0000000000000002 DR3: ffffffffefffff15 DR6: 00000000ffff0ff0 DR7: 0000000000000400 Call Trace: __refcount_add include/linux/refcount.h:289 [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 fs/configfs/item.c:104 [inline] config_item_get+0x8c/0xb0 fs/configfs/item.c:101 configfs_get_config_item fs/configfs/configfs_internal.h:127 [inline] get_target fs/configfs/symlink.c:128 [inline] configfs_symlink+0x390/0x11f0 fs/configfs/symlink.c:185 vfs_symlink fs/namei.c:5660 [inline] vfs_symlink+0x178/0x4d0 fs/namei.c:5639 filename_symlinkat+0x2a6/0x560 fs/namei.c:5685 __do_sys_symlinkat fs/namei.c:5705 [inline] __se_sys_symlinkat fs/namei.c:5700 [inline] __x64_sys_symlinkat+0x9c/0xe0 fs/namei.c:5700 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline] do_syscall_64+0x115/0x870 arch/x86/entry/syscall_64.c:94 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7f3a2a99e019 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:00007f3a2b817028 EFLAGS: 00000246 ORIG_RAX: 000000000000010a RAX: ffffffffffffffda RBX: 00007f3a2ac25fa0 RCX: 00007f3a2a99e019 RDX: 0000200000000200 RSI: ffffffffffffff9c RDI: 00002000000001c0 RBP: 00007f3a2aa3500c R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 R13: 00007f3a2ac26038 R14: 00007f3a2ac25fa0 R15: 00007ffe70a30d88 ---------------- Code disassembly (best guess): 0: cc int3 1: e8 e3 cc ec fc call 0xfceccce9 6: 48 8d 3d 2c f4 0f 0c lea 0xc0ff42c(%rip),%rdi # 0xc0ff439 d: 67 48 0f b9 3a ud1 (%edx),%rdi 12: e8 d2 cc ec fc call 0xfceccce9 17: 5b pop %rbx 18: 5d pop %rbp 19: e9 cb da a0 06 jmp 0x6a0dae9 1e: e8 c6 cc ec fc call 0xfceccce9 23: 48 8d 3d 1f f4 0f 0c lea 0xc0ff41f(%rip),%rdi # 0xc0ff449 * 2a: 67 48 0f b9 3a ud1 (%edx),%rdi <-- trapping instruction 2f: e8 b5 cc ec fc call 0xfceccce9 34: 5b pop %rbx 35: 5d pop %rbp 36: c3 ret 37: cc int3 38: cc int3 39: cc int3 3a: cc int3 3b: 48 89 df mov %rbx,%rdi 3e: e8 .byte 0xe8 3f: 86 .byte 0x86