BUG: unable to handle page fault for address: ffffed105d025fff
#PF: supervisor read access in kernel mode
#PF: error_code(0x0000) - not-present page
PGD 23fff3067 P4D 23fff3067 PUD 23fff1067 PMD 0 
Oops: 0000 [#1] PREEMPT SMP KASAN
CPU: 0 PID: 1022 Comm: syz-executor.1 Not tainted 5.4.233-syzkaller-00003-gf423d52eea72 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 04/28/2023
RIP: 0010:fuse_dev_do_write+0x21f0/0x4e00 fs/fuse/dev.c:1939
Code: d0 b3 ff 4d 8b 3f 4c 89 e0 48 c1 e8 03 0f b6 04 18 84 c0 0f 85 cc 26 00 00 45 8b 24 24 41 ff cc 4d 01 fc 4c 89 e0 48 c1 e8 03 <0f> b6 04 18 84 c0 0f 85 cd 26 00 00 41 c6 04 24 00 41 80 3c 1e 00
RSP: 0018:ffff8881eb0977e0 EFLAGS: 00010a07
RAX: 1ffff1105d025fff RBX: dffffc0000000000 RCX: 0000000000040000
RDX: ffffc90000942000 RSI: 000000000000004f RDI: 0000000000000050
RBP: ffff8881eb097b30 R08: ffffffff81e005b0 R09: fffff94000d4b7ff
R10: 0000000000000000 R11: dffffc0000000001 R12: ffff8882e812ffff
R13: 0000000000000010 R14: 1ffff1103d171eee R15: ffff8881e8130000
FS:  00007ff165e8e700(0000) GS:ffff8881f6e00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: ffffed105d025fff CR3: 00000001d9cc4000 CR4: 00000000003406b0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 fuse_dev_write+0x15b/0x1e0 fs/fuse/dev.c:1976
 call_write_iter include/linux/fs.h:1981 [inline]
 new_sync_write fs/read_write.c:483 [inline]
 __vfs_write+0x5d3/0x750 fs/read_write.c:496
 vfs_write+0x206/0x4e0 fs/read_write.c:558
 ksys_write+0x199/0x2c0 fs/read_write.c:611
 do_syscall_64+0xca/0x1c0 arch/x86/entry/common.c:290
 entry_SYSCALL_64_after_hwframe+0x5c/0xc1
Modules linked in:
CR2: ffffed105d025fff
---[ end trace c9f64090f57a4e1c ]---
RIP: 0010:fuse_dev_do_write+0x21f0/0x4e00 fs/fuse/dev.c:1939
Code: d0 b3 ff 4d 8b 3f 4c 89 e0 48 c1 e8 03 0f b6 04 18 84 c0 0f 85 cc 26 00 00 45 8b 24 24 41 ff cc 4d 01 fc 4c 89 e0 48 c1 e8 03 <0f> b6 04 18 84 c0 0f 85 cd 26 00 00 41 c6 04 24 00 41 80 3c 1e 00
RSP: 0018:ffff8881eb0977e0 EFLAGS: 00010a07
RAX: 1ffff1105d025fff RBX: dffffc0000000000 RCX: 0000000000040000
RDX: ffffc90000942000 RSI: 000000000000004f RDI: 0000000000000050
RBP: ffff8881eb097b30 R08: ffffffff81e005b0 R09: fffff94000d4b7ff
R10: 0000000000000000 R11: dffffc0000000001 R12: ffff8882e812ffff
R13: 0000000000000010 R14: 1ffff1103d171eee R15: ffff8881e8130000
FS:  00007ff165e8e700(0000) GS:ffff8881f6e00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: ffffed105d025fff CR3: 00000001d9cc4000 CR4: 00000000003406b0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
----------------
Code disassembly (best guess):
   0:	d0 b3 ff 4d 8b 3f    	shlb   0x3f8b4dff(%rbx)
   6:	4c 89 e0             	mov    %r12,%rax
   9:	48 c1 e8 03          	shr    $0x3,%rax
   d:	0f b6 04 18          	movzbl (%rax,%rbx,1),%eax
  11:	84 c0                	test   %al,%al
  13:	0f 85 cc 26 00 00    	jne    0x26e5
  19:	45 8b 24 24          	mov    (%r12),%r12d
  1d:	41 ff cc             	dec    %r12d
  20:	4d 01 fc             	add    %r15,%r12
  23:	4c 89 e0             	mov    %r12,%rax
  26:	48 c1 e8 03          	shr    $0x3,%rax
* 2a:	0f b6 04 18          	movzbl (%rax,%rbx,1),%eax <-- trapping instruction
  2e:	84 c0                	test   %al,%al
  30:	0f 85 cd 26 00 00    	jne    0x2703
  36:	41 c6 04 24 00       	movb   $0x0,(%r12)
  3b:	41 80 3c 1e 00       	cmpb   $0x0,(%r14,%rbx,1)