general protection fault, probably for non-canonical address 0xdffffc0000000072: 0000 [#1] PREEMPT SMP KASAN
KASAN: null-ptr-deref in range [0x0000000000000390-0x0000000000000397]
CPU: 0 PID: 12124 Comm: kworker/u4:21 Not tainted 5.18.0-rc3-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Workqueue: tipc_rcv tipc_topsrv_accept
RIP: 0010:kernel_accept+0x56/0x350 net/socket.c:3405
Code: c1 ea 03 80 3c 02 00 0f 85 90 02 00 00 48 b8 00 00 00 00 00 fc ff df 4c 8b 65 18 49 8d bc 24 94 03 00 00 48 89 fa 48 c1 ea 03 <0f> b6 14 02 48 89 f8 83 e0 07 83 c0 01 38 d0 7c 08 84 d2 0f 85 50
RSP: 0018:ffffc900036afc28 EFLAGS: 00010217
RAX: dffffc0000000000 RBX: ffffc900036afca0 RCX: 0000000000000000
RDX: 0000000000000072 RSI: ffffffff87348e6a RDI: 0000000000000394
RBP: ffff88805580e600 R08: 0000000000000001 R09: ffffffff90033a47
R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000800 R14: ffff88807363a670 R15: ffff88807363a1c0
FS:  0000000000000000(0000) GS:ffff8880b9c00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000000020663000 CR3: 00000000427d1000 CR4: 0000000000350ef0
Call Trace:
 <TASK>
 tipc_topsrv_accept+0x197/0x280 net/tipc/topsrv.c:460
 process_one_work+0x996/0x1610 kernel/workqueue.c:2289
 worker_thread+0x665/0x1080 kernel/workqueue.c:2436
 kthread+0x2e9/0x3a0 kernel/kthread.c:376
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298
 </TASK>
Modules linked in:
---[ end trace 0000000000000000 ]---
RIP: 0010:kernel_accept+0x56/0x350 net/socket.c:3405
Code: c1 ea 03 80 3c 02 00 0f 85 90 02 00 00 48 b8 00 00 00 00 00 fc ff df 4c 8b 65 18 49 8d bc 24 94 03 00 00 48 89 fa 48 c1 ea 03 <0f> b6 14 02 48 89 f8 83 e0 07 83 c0 01 38 d0 7c 08 84 d2 0f 85 50
RSP: 0018:ffffc900036afc28 EFLAGS: 00010217
RAX: dffffc0000000000 RBX: ffffc900036afca0 RCX: 0000000000000000
RDX: 0000000000000072 RSI: ffffffff87348e6a RDI: 0000000000000394
RBP: ffff88805580e600 R08: 0000000000000001 R09: ffffffff90033a47
R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000800 R14: ffff88807363a670 R15: ffff88807363a1c0
FS:  0000000000000000(0000) GS:ffff8880b9d00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00000000205be000 CR3: 0000000024bd0000 CR4: 0000000000350ee0
----------------
Code disassembly (best guess):
   0:	c1 ea 03             	shr    $0x3,%edx
   3:	80 3c 02 00          	cmpb   $0x0,(%rdx,%rax,1)
   7:	0f 85 90 02 00 00    	jne    0x29d
   d:	48 b8 00 00 00 00 00 	movabs $0xdffffc0000000000,%rax
  14:	fc ff df
  17:	4c 8b 65 18          	mov    0x18(%rbp),%r12
  1b:	49 8d bc 24 94 03 00 	lea    0x394(%r12),%rdi
  22:	00
  23:	48 89 fa             	mov    %rdi,%rdx
  26:	48 c1 ea 03          	shr    $0x3,%rdx
* 2a:	0f b6 14 02          	movzbl (%rdx,%rax,1),%edx <-- trapping instruction
  2e:	48 89 f8             	mov    %rdi,%rax
  31:	83 e0 07             	and    $0x7,%eax
  34:	83 c0 01             	add    $0x1,%eax
  37:	38 d0                	cmp    %dl,%al
  39:	7c 08                	jl     0x43
  3b:	84 d2                	test   %dl,%dl
  3d:	0f                   	.byte 0xf
  3e:	85                   	.byte 0x85
  3f:	50                   	push   %rax