------------[ cut here ]------------ refcount_t: decrement hit 0; leaking memory. WARNING: lib/refcount.c:31 at refcount_warn_saturate+0x70/0x110 lib/refcount.c:31, CPU#0: syz.2.1247/10030 Modules linked in: CPU: 0 UID: 0 PID: 10030 Comm: syz.2.1247 Not tainted syzkaller #0 PREEMPT(full) Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/18/2026 RIP: 0010:refcount_warn_saturate+0x70/0x110 lib/refcount.c:31 Code: c6 a0 93 10 8f e8 50 13 17 fd 83 fb 01 7e 22 83 fb 02 74 39 83 fb 03 74 47 83 fb 04 75 68 e8 b7 0d 17 fd 48 8d 3d c0 78 8d 0b <67> 48 0f b9 3a eb 66 85 db 74 3e 83 fb 01 75 4c e8 9b 0d 17 fd 48 RSP: 0018:ffffc90004ad7b08 EFLAGS: 00010293 RAX: ffffffff84af13d9 RBX: 0000000000000004 RCX: ffff88807b8a9e80 RDX: 0000000000000000 RSI: ffffffff8f1093a0 RDI: ffffffff903c8ca0 RBP: ffffc90004ad7c60 R08: ffff88807b8a9e80 R09: 0000000000000005 R10: 0000000000000004 R11: 0000000000000000 R12: f8f8f8f8f8f8f8f8 R13: dffffc0000000000 R14: ffff888078ca4668 R15: 0000000000000001 FS: 000055556e7d5500(0000) GS:ffff88812525c000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000001b31523ffc CR3: 0000000077d06000 CR4: 00000000003526f0 DR0: ffffffffffffffff DR1: 00000000000001f8 DR2: 0000000000000002 DR3: ffffffffefffff15 DR6: 00000000ffff0ff0 DR7: 0000000000000400 Call Trace: __refcount_dec include/linux/refcount.h:461 [inline] refcount_dec include/linux/refcount.h:476 [inline] ref_tracker_free+0x6fc/0x840 lib/ref_tracker.c:298 netdev_tracker_free include/linux/netdevice.h:4465 [inline] netdev_put include/linux/netdevice.h:4482 [inline] dev_put include/linux/netdevice.h:4508 [inline] mpoad_close+0x1fc/0x3e0 net/atm/mpc.c:889 vcc_destroy_socket net/atm/common.c:181 [inline] vcc_release+0x10f/0x580 net/atm/common.c:205 __sock_release net/socket.c:721 [inline] sock_close+0xc3/0x240 net/socket.c:1513 __fput+0x44f/0xa60 fs/file_table.c:473 task_work_run+0x1d9/0x270 kernel/task_work.c:233 resume_user_mode_work include/linux/resume_user_mode.h:50 [inline] __exit_to_user_mode_loop kernel/entry/common.c:67 [inline] exit_to_user_mode_loop+0xed/0x480 kernel/entry/common.c:98 __exit_to_user_mode_prepare include/linux/irq-entry-common.h:238 [inline] syscall_exit_to_user_mode_prepare include/linux/irq-entry-common.h:269 [inline] syscall_exit_to_user_mode include/linux/entry-common.h:328 [inline] do_syscall_64+0x33e/0xf80 arch/x86/entry/syscall_64.c:100 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7fd2f399c819 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:00007ffdd82f5078 EFLAGS: 00000246 ORIG_RAX: 00000000000001b4 RAX: 0000000000000000 RBX: 00007fd2f3c17da0 RCX: 00007fd2f399c819 RDX: 0000000000000000 RSI: 000000000000001e RDI: 0000000000000003 RBP: 00007fd2f3c17da0 R08: 00007fd2f3c16128 R09: 0000000000000000 R10: 00000000003ff16c R11: 0000000000000246 R12: 0000000000047e14 R13: 00007fd2f3c15fac R14: 0000000000047ba1 R15: 00007fd2f3c15fa0 ---------------- Code disassembly (best guess), 1 bytes skipped: 0: a0 93 10 8f e8 50 13 movabs 0xfd171350e88f1093,%al 7: 17 fd 9: 83 fb 01 cmp $0x1,%ebx c: 7e 22 jle 0x30 e: 83 fb 02 cmp $0x2,%ebx 11: 74 39 je 0x4c 13: 83 fb 03 cmp $0x3,%ebx 16: 74 47 je 0x5f 18: 83 fb 04 cmp $0x4,%ebx 1b: 75 68 jne 0x85 1d: e8 b7 0d 17 fd call 0xfd170dd9 22: 48 8d 3d c0 78 8d 0b lea 0xb8d78c0(%rip),%rdi # 0xb8d78e9 * 29: 67 48 0f b9 3a ud1 (%edx),%rdi <-- trapping instruction 2e: eb 66 jmp 0x96 30: 85 db test %ebx,%ebx 32: 74 3e je 0x72 34: 83 fb 01 cmp $0x1,%ebx 37: 75 4c jne 0x85 39: e8 9b 0d 17 fd call 0xfd170dd9 3e: 48 rex.W