syzbot


BUG: unable to handle kernel paging request in device_move

Status: upstream: reported on 2024/12/16 11:50
Reported-by: syzbot+6face46c1d2f28e76643@syzkaller.appspotmail.com
First crash: 177d, last: 9d11h
Similar bugs (2)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream general protection fault in device_move kernel syz 3538 28m 202d 0/28 upstream: reported syz repro on 2024/11/20 18:53
linux-6.1 general protection fault in device_move 28 8h33m 162d 0/3 upstream: reported on 2024/12/31 11:47

Sample crash report:
Unable to handle kernel paging request at virtual address dfff80000000000b
Mem abort info:
  ESR = 0x0000000096000006
  EC = 0x25: DABT (current EL), IL = 32 bits
  SET = 0, FnV = 0
  EA = 0, S1PTW = 0
  FSC = 0x06: level 2 translation fault
Data abort info:
  ISV = 0, ISS = 0x00000006
  CM = 0, WnR = 0
[dfff80000000000b] address between user and kernel address ranges
Internal error: Oops: 0000000096000006 [#1] PREEMPT SMP
Modules linked in:
CPU: 1 PID: 4244 Comm: syz-executor Not tainted 5.15.181-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 04/19/2025
pstate: 00400005 (nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
pc : klist_put lib/klist.c:212 [inline]
pc : klist_del lib/klist.c:230 [inline]
pc : klist_remove+0x12c/0x2f8 lib/klist.c:249
lr : spin_unlock include/linux/spinlock.h:403 [inline]
lr : klist_remove+0x108/0x2f8 lib/klist.c:247
sp : ffff80001f8f7780
x29: ffff80001f8f7810 x28: ffff0000e6ce11f0 x27: 1fffe0001b594cc9
x26: dfff800000000000 x25: ffff0000e4eb1b40 x24: dfff800000000000
x23: ffff700003f1eef0 x22: ffff800014927d00 x21: 1fffe00019f1da0c
x20: 0000000000000000 x19: ffff0000cf8ed060 x18: 0000000000000000
x17: ffff800016ce0000 x16: ffff8000082d4b24 x15: ffff8000167c04c0
x14: ffff0000e4eb2540 x13: dfff800000000000 x12: 0000000000000001
x11: 1ffff00002924fa4 x10: 0000000000000001 x9 : 0000000000000000
x8 : 000000000000000b x7 : 0000000000000000 x6 : 0000000000000000
x5 : ffff80001706d950 x4 : 0000000000000008 x3 : ffff8000082d4c38
x2 : 0000000000000001 x1 : 0000000000000001 x0 : 0000000000000058
Call trace:
 klist_put lib/klist.c:212 [inline]
 klist_del lib/klist.c:230 [inline]
 klist_remove+0x12c/0x2f8 lib/klist.c:249
 device_move+0x16c/0x5b0 drivers/base/core.c:4338
 hci_conn_del_sysfs+0x9c/0x150 net/bluetooth/hci_sysfs.c:73
 hci_conn_cleanup+0x424/0x5b8 net/bluetooth/hci_conn.c:140
 hci_conn_del+0x238/0x378 net/bluetooth/hci_conn.c:678
 hci_conn_hash_flush+0x17c/0x214 net/bluetooth/hci_conn.c:1623
 hci_dev_do_close+0x7e4/0x105c net/bluetooth/hci_core.c:1795
 hci_unregister_dev+0x23c/0x4c0 net/bluetooth/hci_core.c:4040
 vhci_release+0x74/0xc4 drivers/bluetooth/hci_vhci.c:345
 __fput+0x1c0/0x7f8 fs/file_table.c:311
 ____fput+0x20/0x30 fs/file_table.c:339
 task_work_run+0x12c/0x1e0 kernel/task_work.c:188
 exit_task_work include/linux/task_work.h:33 [inline]
 do_exit+0x67c/0x1f58 kernel/exit.c:874
 do_group_exit+0x100/0x268 kernel/exit.c:996
 __do_sys_exit_group kernel/exit.c:1007 [inline]
 __se_sys_exit_group kernel/exit.c:1005 [inline]
 __wake_up_parent+0x0/0x60 kernel/exit.c:1005
 __invoke_syscall arch/arm64/kernel/syscall.c:38 [inline]
 invoke_syscall+0x98/0x2b8 arch/arm64/kernel/syscall.c:52
 el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:142
 do_el0_svc+0x58/0x14c arch/arm64/kernel/syscall.c:181
 el0_svc+0x78/0x1e0 arch/arm64/kernel/entry-common.c:608
 el0t_64_sync_handler+0xcc/0xe4 arch/arm64/kernel/entry-common.c:626
 el0t_64_sync+0x1a0/0x1a4 arch/arm64/kernel/entry.S:584
Code: f9400268 927ff914 91016280 d343fc08 (38786908) 
---[ end trace 535750795ee3d3a7 ]---
----------------
Code disassembly (best guess):
   0:	f9400268 	ldr	x8, [x19]
   4:	927ff914 	and	x20, x8, #0xfffffffffffffffe
   8:	91016280 	add	x0, x20, #0x58
   c:	d343fc08 	lsr	x8, x0, #3
* 10:	38786908 	ldrb	w8, [x8, x24] <-- trapping instruction

Crashes (26):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2025/05/07 18:36 linux-5.15.y 16fdf2c7111b dbf35fa1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 BUG: unable to handle kernel paging request in device_move
2025/04/04 12:58 linux-5.15.y 0c935c049b5c 1c4febdb .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 BUG: unable to handle kernel paging request in device_move
2025/03/28 20:12 linux-5.15.y 0c935c049b5c 9a1a9e31 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 BUG: unable to handle kernel paging request in device_move
2025/03/21 21:53 linux-5.15.y 0c935c049b5c c6512ef7 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 BUG: unable to handle kernel paging request in device_move
2025/02/14 06:54 linux-5.15.y c16c81c81336 d9a046cf .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 BUG: unable to handle kernel paging request in device_move
2025/01/31 20:32 linux-5.15.y 003148680b79 aa47157c .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 BUG: unable to handle kernel paging request in device_move
2024/12/16 11:49 linux-5.15.y 963e654022cc eec85da6 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 BUG: unable to handle kernel paging request in device_move
2025/06/02 00:48 linux-5.15.y 98f47d0e9b8c 3d2f584d .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/05/12 22:18 linux-5.15.y 3b8db0e4f263 f6671af7 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/05/11 21:20 linux-5.15.y 3b8db0e4f263 77908e5f .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/04/14 06:18 linux-5.15.y f7347f400572 0bd6db41 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/04/05 21:30 linux-5.15.y 0c935c049b5c 1c65791e .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/04/01 19:40 linux-5.15.y 0c935c049b5c b8645499 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/03/28 17:16 linux-5.15.y 0c935c049b5c 9a1a9e31 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/03/25 00:15 linux-5.15.y 0c935c049b5c 875573af .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/03/17 05:13 linux-5.15.y 0c935c049b5c e2826670 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/03/14 02:31 linux-5.15.y 0c935c049b5c e2826670 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/03/04 21:17 linux-5.15.y c16c81c81336 c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/02/08 08:07 linux-5.15.y c16c81c81336 ef44b750 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/02/04 10:26 linux-5.15.y c16c81c81336 8f267cef .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/02/03 14:47 linux-5.15.y c16c81c81336 a21a8419 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/01/24 16:57 linux-5.15.y 003148680b79 1293872d .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2025/01/03 19:39 linux-5.15.y 91786f140358 f3558dbf .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2024/12/24 00:24 linux-5.15.y 91786f140358 444551c4 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2024/12/20 10:13 linux-5.15.y 91786f140358 0f61b415 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
2024/12/17 13:18 linux-5.15.y 963e654022cc f93b2b55 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan general protection fault in device_move
* Struck through repros no longer work on HEAD.