From: syzbot <syzbot+c6e1b1b32ff2fc3b7d60@syzkaller.appspotmail.com>
To: akpm@linux-foundation.org, axelrasmussen@google.com,
baohua@kernel.org, david@kernel.org, hannes@cmpxchg.org,
kasong@tencent.com, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, ljs@kernel.org, mhocko@kernel.org,
qi.zheng@linux.dev, shakeel.butt@linux.dev,
syzkaller-bugs@googlegroups.com, weixugc@google.com,
yuanchu@google.com
Subject: [syzbot] [mm?] KCSAN: data-race in copy_mm / lru_gen_del_mm (3)
Date: Sun, 20 Sep 2026 18:03:33 -0700 [thread overview]
Message-ID: <6ab08265.71f81b7d.15fa6d.001d.GAE@google.com> (raw)
Hello,
syzbot found the following issue on:
HEAD commit: 17e7b8eacf4c Merge tag 'cifs-fixes-7.3-rc4' of https://git..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=11d6c525580000
kernel config: https://syzkaller.appspot.com/x/.config?x=8372e2cd52628d4f
dashboard link: https://syzkaller.appspot.com/bug?extid=c6e1b1b32ff2fc3b7d60
compiler: Debian clang version 22.1.8 (++20260613092233+e80beda6e255-1~exp1~20260613092250.77), Debian LLD 22.1.8
Unfortunately, I don't have any reproducer for this issue yet.
Downloadable assets:
disk image: https://storage.googleapis.com/syzbot-assets/60ea54622289/disk-17e7b8ea.raw.xz
vmlinux: https://storage.googleapis.com/syzbot-assets/675e38c8bebf/vmlinux-17e7b8ea.xz
kernel image: https://storage.googleapis.com/syzbot-assets/1006b8efd827/bzImage-17e7b8ea.xz
IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+c6e1b1b32ff2fc3b7d60@syzkaller.appspotmail.com
==================================================================
BUG: KCSAN: data-race in copy_mm / lru_gen_del_mm
write to 0xffff8881077eb088 of 8 bytes by task 7336 on cpu 0:
__list_del include/linux/list.h:241 [inline]
__list_del_entry include/linux/list.h:264 [inline]
list_del_init include/linux/list.h:333 [inline]
lru_gen_del_mm+0x299/0x3e0 mm/vmscan.c:2998
__mmput+0x17a/0x1c0 kernel/fork.c:1203
mmput+0x40/0x50 kernel/fork.c:1216
exit_mm+0x113/0x1a0 kernel/exit.c:617
do_exit+0x438/0x1510 kernel/exit.c:999
do_group_exit+0x138/0x140 kernel/exit.c:1154
__do_sys_exit_group kernel/exit.c:1165 [inline]
__se_sys_exit_group kernel/exit.c:1163 [inline]
__x64_sys_exit_group+0x1f/0x20 kernel/exit.c:1163
x64_sys_call+0x254f/0x2550 arch/x86/include/generated/asm/syscalls_64.h:232
do_syscall_x64 arch/x86/entry/syscall_64.c:61 [inline]
do_syscall_64+0x112/0x360 arch/x86/entry/syscall_64.c:84
entry_SYSCALL_64_after_hwframe+0x77/0x7f
read to 0xffff8881077eaa00 of 1728 bytes by task 7337 on cpu 1:
dup_mm kernel/fork.c:1537 [inline]
copy_mm+0xd6/0x340 kernel/fork.c:1595
copy_process+0x10ad/0x2340 kernel/fork.c:2310
kernel_clone+0x1c0/0x5f0 kernel/fork.c:2769
__do_sys_clone kernel/fork.c:2911 [inline]
__se_sys_clone kernel/fork.c:2895 [inline]
__x64_sys_clone+0x143/0x180 kernel/fork.c:2895
x64_sys_call+0x2479/0x2550 arch/x86/include/generated/asm/syscalls_64.h:57
do_syscall_x64 arch/x86/entry/syscall_64.c:61 [inline]
do_syscall_64+0x112/0x360 arch/x86/entry/syscall_64.c:84
entry_SYSCALL_64_after_hwframe+0x77/0x7f
Reported by Kernel Concurrency Sanitizer on:
CPU: 1 UID: 0 PID: 7337 Comm: dhcpcd-run-hook Not tainted syzkaller #0 PREEMPT(lazy)
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/24/2026
==================================================================
---
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
next reply other threads:[~2026-09-21 1:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-21 1:03 syzbot [this message]
2026-09-21 5:44 ` Barry Song
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=6ab08265.71f81b7d.15fa6d.001d.GAE@google.com \
--to=syzbot+c6e1b1b32ff2fc3b7d60@syzkaller.appspotmail.com \
--cc=akpm@linux-foundation.org \
--cc=axelrasmussen@google.com \
--cc=baohua@kernel.org \
--cc=david@kernel.org \
--cc=hannes@cmpxchg.org \
--cc=kasong@tencent.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=ljs@kernel.org \
--cc=mhocko@kernel.org \
--cc=qi.zheng@linux.dev \
--cc=shakeel.butt@linux.dev \
--cc=syzkaller-bugs@googlegroups.com \
--cc=weixugc@google.com \
--cc=yuanchu@google.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®