From: syzbot <syzbot+ea02c8daa5dc1c52b364@syzkaller.appspotmail.com>
To: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, pabeni@redhat.com,
syzkaller-bugs@googlegroups.com
Subject: [syzbot] [net?] WARNING: refcount bug in nsim_fib_event_nb (2)
Date: Wed, 23 Jul 2025 03:09:29 -0700 [thread overview]
Message-ID: <6880b4d9.050a0220.40ccf.0004.GAE@google.com> (raw)
Hello,
syzbot found the following issue on:
HEAD commit: 6832a9317eee Merge tag 'net-6.16-rc7' of git://git.kernel...
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=1004038c580000
kernel config: https://syzkaller.appspot.com/x/.config?x=8bff2df4655c5f44
dashboard link: https://syzkaller.appspot.com/bug?extid=ea02c8daa5dc1c52b364
compiler: Debian clang version 20.1.7 (++20250616065708+6146a88f6049-1~exp1~20250616065826.132), Debian LLD 20.1.7
Unfortunately, I don't have any reproducer for this issue yet.
Downloadable assets:
disk image: https://storage.googleapis.com/syzbot-assets/818bd549a31a/disk-6832a931.raw.xz
vmlinux: https://storage.googleapis.com/syzbot-assets/f971d7bc88e2/vmlinux-6832a931.xz
kernel image: https://storage.googleapis.com/syzbot-assets/f637a5f4829c/bzImage-6832a931.xz
IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+ea02c8daa5dc1c52b364@syzkaller.appspotmail.com
------------[ cut here ]------------
refcount_t: addition on 0; use-after-free.
WARNING: CPU: 1 PID: 6193 at lib/refcount.c:25 refcount_warn_saturate+0xfa/0x1d0 lib/refcount.c:25
Modules linked in:
CPU: 1 UID: 0 PID: 6193 Comm: kworker/u8:17 Not tainted 6.16.0-rc6-syzkaller-00121-g6832a9317eee #0 PREEMPT(full)
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 05/07/2025
Workqueue: netns cleanup_net
RIP: 0010:refcount_warn_saturate+0xfa/0x1d0 lib/refcount.c:25
Code: 00 00 e8 49 ea 06 fd 5b 41 5e e9 d1 05 b0 06 cc e8 3b ea 06 fd c6 05 b6 66 d1 0a 01 90 48 c7 c7 40 6e e1 8b e8 b7 d7 ca fc 90 <0f> 0b 90 90 eb d7 e8 1b ea 06 fd c6 05 97 66 d1 0a 01 90 48 c7 c7
RSP: 0000:ffffc9000b5b7248 EFLAGS: 00010246
RAX: 6b82cdd65d8ecc00 RBX: 0000000000000002 RCX: ffff88807b493c00
RDX: 0000000000000000 RSI: 0000000000000001 RDI: 0000000000000002
RBP: 0000000000000000 R08: 0000000000000003 R09: 0000000000000004
R10: dffffc0000000000 R11: fffffbfff1bfaa6c R12: dffffc0000000000
R13: ffff888061720020 R14: ffff88802422823c R15: 0000000000000000
FS: 0000000000000000(0000) GS:ffff888125d59000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 000020000000e000 CR3: 00000000400d2000 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]
fib_info_hold include/net/ip_fib.h:629 [inline]
nsim_fib4_prepare_event drivers/net/netdevsim/fib.c:930 [inline]
nsim_fib_event_schedule_work drivers/net/netdevsim/fib.c:1000 [inline]
nsim_fib_event_nb+0xe9a/0x1080 drivers/net/netdevsim/fib.c:1043
call_fib_notifier+0x42/0x80 net/core/fib_notifier.c:24
call_fib_entry_notifier net/ipv4/fib_trie.c:90 [inline]
fib_leaf_notify net/ipv4/fib_trie.c:2175 [inline]
fib_table_notify net/ipv4/fib_trie.c:2193 [inline]
fib_notify+0x359/0x5d0 net/ipv4/fib_trie.c:2216
fib_net_dump net/core/fib_notifier.c:69 [inline]
register_fib_notifier+0x184/0x360 net/core/fib_notifier.c:107
nsim_fib_create+0x847/0x9d0 drivers/net/netdevsim/fib.c:1596
nsim_dev_reload_create drivers/net/netdevsim/dev.c:1483 [inline]
nsim_dev_reload_up+0x36b/0x780 drivers/net/netdevsim/dev.c:988
devlink_reload+0x4ec/0x8d0 net/devlink/dev.c:474
devlink_pernet_pre_exit+0x1d9/0x3d0 net/devlink/core.c:509
ops_pre_exit_list net/core/net_namespace.c:162 [inline]
ops_undo_list+0x184/0x990 net/core/net_namespace.c:235
cleanup_net+0x4c5/0x800 net/core/net_namespace.c:686
process_one_work kernel/workqueue.c:3238 [inline]
process_scheduled_works+0xade/0x17b0 kernel/workqueue.c:3321
worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402
kthread+0x711/0x8a0 kernel/kthread.c:464
ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148
ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:245
</TASK>
---
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 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
reply other threads:[~2025-07-23 10:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=6880b4d9.050a0220.40ccf.0004.GAE@google.com \
--to=syzbot+ea02c8daa5dc1c52b364@syzkaller.appspotmail.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.