syzbot


general protection fault in ksm_do_scan

Status: upstream: reported on 2024/08/27 09:55
Subsystems: mm
[Documentation on labels]
Reported-by: syzbot+ab2cf748d72119c9c291@syzkaller.appspotmail.com
First crash: 96d, last: 4d20h
Discussions (1)
Title Replies (including bot) Last reply
[syzbot] [mm?] general protection fault in ksm_do_scan 0 (1) 2024/08/27 09:55

Sample crash report:
Oops: general protection fault, probably for non-canonical address 0xdffffc0000000084: 0000 [#1] PREEMPT SMP KASAN NOPTI
KASAN: null-ptr-deref in range [0x0000000000000420-0x0000000000000427]
CPU: 0 UID: 0 PID: 37 Comm: ksmd Not tainted 6.12.0-rc1-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024
RIP: 0010:scan_get_next_rmap_item mm/ksm.c:2529 [inline]
RIP: 0010:ksm_do_scan+0x823/0x6de0 mm/ksm.c:2651
Code: ff ff ff ff e8 0e 35 bd 09 48 89 c3 48 85 c0 4c 89 74 24 48 0f 84 ac 0b 00 00 48 89 5c 24 18 48 83 c3 20 48 89 d8 48 c1 e8 03 <42> 80 3c 38 00 74 08 48 89 df e8 9e 6b 01 00 48 8b 1b be 00 00 00
RSP: 0018:ffffc90000ad7a80 EFLAGS: 00010217
RAX: 0000000000000084 RBX: 0000000000000426 RCX: ffff8880206e0000
RDX: 0000000000000000 RSI: 0000000000000001 RDI: 0000000000000000
RBP: ffffc90000ad7d90 R08: ffffffff8bba2d21 R09: ffffffff8bba2ba7
R10: 0000000000000004 R11: ffff8880206e0000 R12: ffffc90000ad7ce0
R13: ffffc90000ad7c70 R14: ffff888031b972c4 R15: dffffc0000000000
FS:  0000000000000000(0000) GS:ffff8880b8600000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 000055557e0a17d0 CR3: 000000005ca96000 CR4: 0000000000350ef0
Call Trace:
 <TASK>
 ksm_scan_thread+0x110/0x490 mm/ksm.c:2676
 kthread+0x2f2/0x390 kernel/kthread.c:389
 ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147
 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244
 </TASK>
Modules linked in:
---[ end trace 0000000000000000 ]---
RIP: 0010:scan_get_next_rmap_item mm/ksm.c:2529 [inline]
RIP: 0010:ksm_do_scan+0x823/0x6de0 mm/ksm.c:2651
Code: ff ff ff ff e8 0e 35 bd 09 48 89 c3 48 85 c0 4c 89 74 24 48 0f 84 ac 0b 00 00 48 89 5c 24 18 48 83 c3 20 48 89 d8 48 c1 e8 03 <42> 80 3c 38 00 74 08 48 89 df e8 9e 6b 01 00 48 8b 1b be 00 00 00
RSP: 0018:ffffc90000ad7a80 EFLAGS: 00010217
RAX: 0000000000000084 RBX: 0000000000000426 RCX: ffff8880206e0000
RDX: 0000000000000000 RSI: 0000000000000001 RDI: 0000000000000000
RBP: ffffc90000ad7d90 R08: ffffffff8bba2d21 R09: ffffffff8bba2ba7
R10: 0000000000000004 R11: ffff8880206e0000 R12: ffffc90000ad7ce0
R13: ffffc90000ad7c70 R14: ffff888031b972c4 R15: dffffc0000000000
FS:  0000000000000000(0000) GS:ffff8880b8700000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fff3bfb8ba8 CR3: 000000002d864000 CR4: 0000000000350ef0
----------------
Code disassembly (best guess), 4 bytes skipped:
   0:	e8 0e 35 bd 09       	call   0x9bd3513
   5:	48 89 c3             	mov    %rax,%rbx
   8:	48 85 c0             	test   %rax,%rax
   b:	4c 89 74 24 48       	mov    %r14,0x48(%rsp)
  10:	0f 84 ac 0b 00 00    	je     0xbc2
  16:	48 89 5c 24 18       	mov    %rbx,0x18(%rsp)
  1b:	48 83 c3 20          	add    $0x20,%rbx
  1f:	48 89 d8             	mov    %rbx,%rax
  22:	48 c1 e8 03          	shr    $0x3,%rax
* 26:	42 80 3c 38 00       	cmpb   $0x0,(%rax,%r15,1) <-- trapping instruction
  2b:	74 08                	je     0x35
  2d:	48 89 df             	mov    %rbx,%rdi
  30:	e8 9e 6b 01 00       	call   0x16bd3
  35:	48 8b 1b             	mov    (%rbx),%rbx
  38:	be                   	.byte 0xbe
  39:	00 00                	add    %al,(%rax)

Crashes (8):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2024/09/30 19:35 upstream 9852d85ec9d4 bbd4e0a4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in ksm_do_scan
2024/09/26 15:12 upstream aa486552a110 0d19f247 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root general protection fault in ksm_do_scan
2024/08/28 17:14 upstream 86987d84b968 940f38c1 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in ksm_do_scan
2024/08/27 09:54 upstream 3e9bff3bbe13 9aee4e0b .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in ksm_do_scan
2024/08/09 16:38 upstream ee9a43b7cfe2 a9e7e9e3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root general protection fault in ksm_do_scan
2024/08/09 10:23 upstream cf6d429eb656 61405512 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root general protection fault in ksm_do_scan
2024/07/07 09:54 upstream 22f902dfc51e bc4ebbb5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in ksm_do_scan
2024/07/01 06:11 upstream 3ffea9a7a6f7 757f06b1 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce general protection fault in ksm_do_scan
* Struck through repros no longer work on HEAD.