general protection fault, probably for non-canonical address 0xdffffc0000000007: 0000 [#1] PREEMPT SMP KASAN
KASAN: null-ptr-deref in range [0x0000000000000038-0x000000000000003f]
CPU: 0 PID: 353 Comm: syz-executor.0 Not tainted 5.10.234-syzkaller-1006629-g6686f2996d23 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 12/27/2024
RIP: 0010:do_rmdir+0x28e/0x5c0 fs/namei.c:3905
Code: e8 87 8d b6 ff 45 89 e5 48 bb 00 00 00 00 00 fc ff df eb 7c 49 8d 5c 24 30 48 89 d8 48 c1 e8 03 48 b9 00 00 00 00 00 fc ff df <80> 3c 08 00 74 08 48 89 df e8 94 2c f4 ff 48 83 3b 00 74 32 e8 49
RSP: 0018:ffffc90000f07de0 EFLAGS: 00010202
RAX: 0000000000000007 RBX: 0000000000000038 RCX: dffffc0000000000
RDX: 0000000000000000 RSI: 0000000000000003 RDI: 0000000000000000
RBP: ffffc90000f07f18 R08: ffffffff81b6a348 R09: ffffed1021265fc6
R10: 0000000000000000 R11: dffffc0000000001 R12: 0000000000000008
R13: ffff88810932fe00 R14: 1ffff11021265fc0 R15: ffffc90000f07e01
FS:  00007fe3650ec6c0(0000) GS:ffff8881f7000000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fe3650ecd58 CR3: 000000011001b000 CR4: 00000000003506b0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 __do_sys_rmdir fs/namei.c:3930 [inline]
 __se_sys_rmdir fs/namei.c:3928 [inline]
 __x64_sys_rmdir+0x49/0x50 fs/namei.c:3928
 do_syscall_64+0x34/0x70
 entry_SYSCALL_64_after_hwframe+0x61/0xcb
RIP: 0033:0x7fe36558bde9
Code: 28 00 00 00 75 05 48 83 c4 28 c3 e8 e1 20 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b0 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007fe3650ec0c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000054
RAX: ffffffffffffffda RBX: 00007fe3656ba050 RCX: 00007fe36558bde9
RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000020000200
RBP: 00007fe3655d847a R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 000000000000006e R14: 00007fe3656ba050 R15: 00007ffc5af3e5a8
Modules linked in:
---[ end trace 3628738e9ed62e24 ]---
RIP: 0010:do_rmdir+0x28e/0x5c0 fs/namei.c:3905
Code: e8 87 8d b6 ff 45 89 e5 48 bb 00 00 00 00 00 fc ff df eb 7c 49 8d 5c 24 30 48 89 d8 48 c1 e8 03 48 b9 00 00 00 00 00 fc ff df <80> 3c 08 00 74 08 48 89 df e8 94 2c f4 ff 48 83 3b 00 74 32 e8 49
RSP: 0018:ffffc90000f07de0 EFLAGS: 00010202
RAX: 0000000000000007 RBX: 0000000000000038 RCX: dffffc0000000000
RDX: 0000000000000000 RSI: 0000000000000003 RDI: 0000000000000000
RBP: ffffc90000f07f18 R08: ffffffff81b6a348 R09: ffffed1021265fc6
R10: 0000000000000000 R11: dffffc0000000001 R12: 0000000000000008
R13: ffff88810932fe00 R14: 1ffff11021265fc0 R15: ffffc90000f07e01
FS:  00007fe3650ec6c0(0000) GS:ffff8881f7100000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fe36510cfa8 CR3: 000000011001b000 CR4: 00000000003506a0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
----------------
Code disassembly (best guess):
   0:	e8 87 8d b6 ff       	call   0xffb68d8c
   5:	45 89 e5             	mov    %r12d,%r13d
   8:	48 bb 00 00 00 00 00 	movabs $0xdffffc0000000000,%rbx
   f:	fc ff df
  12:	eb 7c                	jmp    0x90
  14:	49 8d 5c 24 30       	lea    0x30(%r12),%rbx
  19:	48 89 d8             	mov    %rbx,%rax
  1c:	48 c1 e8 03          	shr    $0x3,%rax
  20:	48 b9 00 00 00 00 00 	movabs $0xdffffc0000000000,%rcx
  27:	fc ff df
* 2a:	80 3c 08 00          	cmpb   $0x0,(%rax,%rcx,1) <-- trapping instruction
  2e:	74 08                	je     0x38
  30:	48 89 df             	mov    %rbx,%rdi
  33:	e8 94 2c f4 ff       	call   0xfff42ccc
  38:	48 83 3b 00          	cmpq   $0x0,(%rbx)
  3c:	74 32                	je     0x70
  3e:	e8                   	.byte 0xe8
  3f:	49                   	rex.WB