syzbot


general protection fault in mld_clear_delrec

Status: upstream: reported on 2025/05/08 01:23
Subsystems: net
[Documentation on labels]
Reported-by: syzbot+888c7330963d4b45da35@syzkaller.appspotmail.com
First crash: 117d, last: 14h15m
Discussions (1)
Title Replies (including bot) Last reply
[syzbot] [net?] general protection fault in mld_clear_delrec 0 (1) 2025/05/08 01:23
Similar bugs (1)
Kernel Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-6.1 BUG: unable to handle kernel paging request in mld_clear_delrec 8 3 15d 49d 0/3 upstream: reported on 2025/07/10 11:40

Sample crash report:
Oops: general protection fault, probably for non-canonical address 0xdffffc001fffc000: 0000 [#1] SMP KASAN NOPTI
KASAN: probably user-memory-access in range [0x00000000fffe0000-0x00000000fffe0007]
CPU: 0 UID: 0 PID: 5919 Comm: kworker/0:5 Not tainted syzkaller #0 PREEMPT(full) 
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/12/2025
Workqueue: mld mld_query_work
RIP: 0010:mld_clear_delrec+0x2f0/0x6d0 net/ipv6/mcast.c:840
Code: 20 00 0f 85 b4 03 00 00 49 8b 5d 28 49 c7 45 28 00 00 00 00 48 85 db 75 37 e9 d4 00 00 00 e8 b7 49 71 f7 48 89 d8 48 c1 e8 03 <42> 80 3c 20 00 0f 85 70 03 00 00 48 8b 2b 48 8d 7b 30 48 89 de e8
RSP: 0018:ffffc9000237fa90 EFLAGS: 00010206
RAX: 000000001fffc000 RBX: 00000000fffe0000 RCX: ffffffff8a4a42b0
RDX: ffff888026aba440 RSI: ffffffff8a4a4249 RDI: 0000000000000005
RBP: 0000000000000001 R08: 0000000000000005 R09: 0000000000000000
R10: 0000000000000001 R11: 0000000000000000 R12: dffffc0000000000
R13: ffff8880579da800 R14: ffff88807a55b000 R15: dffffc0000000000
FS:  0000000000000000(0000) GS:ffff8881246b9000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000200000234030 CR3: 00000000263b8000 CR4: 00000000003526f0
Call Trace:
 <TASK>
 mld_process_v1 net/ipv6/mcast.c:1390 [inline]
 __mld_query_work net/ipv6/mcast.c:1476 [inline]
 mld_query_work+0xf2f/0x3780 net/ipv6/mcast.c:1568
 process_one_work+0x9cf/0x1b70 kernel/workqueue.c:3236
 process_scheduled_works kernel/workqueue.c:3319 [inline]
 worker_thread+0x6c8/0xf10 kernel/workqueue.c:3400
 kthread+0x3c5/0x780 kernel/kthread.c:463
 ret_from_fork+0x5d7/0x6f0 arch/x86/kernel/process.c:148
 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:245
 </TASK>
Modules linked in:
---[ end trace 0000000000000000 ]---
RIP: 0010:mld_clear_delrec+0x2f0/0x6d0 net/ipv6/mcast.c:840
Code: 20 00 0f 85 b4 03 00 00 49 8b 5d 28 49 c7 45 28 00 00 00 00 48 85 db 75 37 e9 d4 00 00 00 e8 b7 49 71 f7 48 89 d8 48 c1 e8 03 <42> 80 3c 20 00 0f 85 70 03 00 00 48 8b 2b 48 8d 7b 30 48 89 de e8
RSP: 0018:ffffc9000237fa90 EFLAGS: 00010206
RAX: 000000001fffc000 RBX: 00000000fffe0000 RCX: ffffffff8a4a42b0
RDX: ffff888026aba440 RSI: ffffffff8a4a4249 RDI: 0000000000000005
RBP: 0000000000000001 R08: 0000000000000005 R09: 0000000000000000
R10: 0000000000000001 R11: 0000000000000000 R12: dffffc0000000000
R13: ffff8880579da800 R14: ffff88807a55b000 R15: dffffc0000000000
FS:  0000000000000000(0000) GS:ffff8881246b9000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000200000057030 CR3: 000000007c9be000 CR4: 00000000003526f0
----------------
Code disassembly (best guess):
   0:	20 00                	and    %al,(%rax)
   2:	0f 85 b4 03 00 00    	jne    0x3bc
   8:	49 8b 5d 28          	mov    0x28(%r13),%rbx
   c:	49 c7 45 28 00 00 00 	movq   $0x0,0x28(%r13)
  13:	00
  14:	48 85 db             	test   %rbx,%rbx
  17:	75 37                	jne    0x50
  19:	e9 d4 00 00 00       	jmp    0xf2
  1e:	e8 b7 49 71 f7       	call   0xf77149da
  23:	48 89 d8             	mov    %rbx,%rax
  26:	48 c1 e8 03          	shr    $0x3,%rax
* 2a:	42 80 3c 20 00       	cmpb   $0x0,(%rax,%r12,1) <-- trapping instruction
  2f:	0f 85 70 03 00 00    	jne    0x3a5
  35:	48 8b 2b             	mov    (%rbx),%rbp
  38:	48 8d 7b 30          	lea    0x30(%rbx),%rdi
  3c:	48 89 de             	mov    %rbx,%rsi
  3f:	e8                   	.byte 0xe8

Crashes (214):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2025/08/27 22:54 upstream 39f90c196721 e12e5ba4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root general protection fault in mld_clear_delrec
2025/08/22 08:02 upstream 3957a5720157 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root general protection fault in mld_clear_delrec
2025/08/21 21:18 upstream 32b7144f806e 0b9605c8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in mld_clear_delrec
2025/08/17 01:00 upstream 90d970cade8e 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root general protection fault in mld_clear_delrec
2025/08/17 00:49 upstream 90d970cade8e 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root general protection fault in mld_clear_delrec
2025/08/15 19:55 upstream d7ee5bdce789 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root general protection fault in mld_clear_delrec
2025/08/15 05:49 upstream 24ea63ea3877 dcc075fb .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in mld_clear_delrec
2025/08/01 16:58 upstream 038d61fd6422 40127d41 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root general protection fault in mld_clear_delrec
2025/07/04 20:26 upstream 4c06e63b9203 d869b261 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root general protection fault in mld_clear_delrec
2025/05/05 06:17 upstream 92a09c47464d b0714e37 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root general protection fault in mld_clear_delrec
2025/05/04 01:13 upstream 2a239ffbebb5 b0714e37 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in mld_clear_delrec
2025/08/28 08:16 upstream 07d9df80082b e12e5ba4 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream general protection fault in mld_clear_delrec
2025/08/28 05:32 upstream 39f90c196721 e12e5ba4 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream general protection fault in mld_clear_delrec
2025/08/20 16:12 upstream b19a97d57c15 bd178e57 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream general protection fault in mld_clear_delrec
2025/08/26 16:08 net 007a5ffadc4f bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/26 10:30 net 007a5ffadc4f bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/26 07:51 net 007a5ffadc4f bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/23 14:15 net ec79003c5f9d bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/23 05:20 net ec79003c5f9d bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/23 00:06 net 01b9128c5db1 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/21 10:20 net f7b0b97c2d38 0b9605c8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/20 22:25 net 51f27beeb79f bd178e57 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/20 03:52 net 01792bc3e5bd 79512909 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/18 07:47 net 715c7a36d59f 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/18 05:00 net 715c7a36d59f 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/17 19:31 net 715c7a36d59f 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/17 06:32 net 715c7a36d59f 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/17 04:08 net 715c7a36d59f 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/16 15:49 net 715c7a36d59f 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/16 12:38 net 715c7a36d59f 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/16 02:49 net 79116acb75e1 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/15 22:30 net 79116acb75e1 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce general protection fault in mld_clear_delrec
2025/08/28 13:17 net-next d4854be4ec21 443c11c7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/27 16:47 net-next 242041164339 e12e5ba4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/27 08:09 net-next 3c14917953a5 e12e5ba4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/27 04:51 net-next 3c14917953a5 e12e5ba4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/26 02:06 net-next 992e9f53a0db bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/25 21:43 net-next 992e9f53a0db bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/25 13:31 net-next b1c92cdf5af3 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/24 23:51 net-next b1c92cdf5af3 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/24 17:43 net-next b1c92cdf5af3 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/24 16:39 net-next b1c92cdf5af3 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/24 07:53 net-next b1c92cdf5af3 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/23 09:41 net-next b1c92cdf5af3 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/23 01:49 net-next a7bd72158063 bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/22 05:57 net-next a9af709fda7e bf27483f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/21 06:13 net-next c3199adbe4ff 0b9605c8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/21 04:07 net-next c3199adbe4ff 0b9605c8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/20 06:29 net-next 51992f99f068 79512909 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/19 09:50 net-next a510980e740c 523f460e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/17 20:49 net-next bab3ce404553 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/17 15:13 net-next bab3ce404553 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/16 09:37 net-next bab3ce404553 1804e95e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce general protection fault in mld_clear_delrec
2025/08/19 23:24 linux-next 886e5e7b0432 79512909 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in mld_clear_delrec
* Struck through repros no longer work on HEAD.