general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 [#1] PREEMPT SMP KASAN
KASAN: null-ptr-deref in range [0x0000000000000018-0x000000000000001f]
CPU: 1 PID: 9924 Comm: kworker/u4:14 Tainted: G        W          6.1.25-syzkaller-00021-g683966ac69a0 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/26/2023
Workqueue: netns cleanup_net
RIP: 0010:tipc_conn_close+0x54/0x140 net/tipc/topsrv.c:157
Code: d8 48 c1 e8 03 48 89 45 c8 42 80 3c 38 00 74 08 48 89 df e8 ae 21 e3 fc 48 89 5d d0 48 8b 1b 48 83 c3 18 48 89 d8 48 c1 e8 03 <42> 80 3c 38 00 74 08 48 89 df e8 8d 21 e3 fc 4c 8b 2b 4d 8d b5 28
RSP: 0018:ffffc9000b297ba0 EFLAGS: 00010206
RAX: 0000000000000003 RBX: 0000000000000018 RCX: ffff88811cfcd100
RDX: 0000000000000000 RSI: ffffffff8548f020 RDI: ffff888113919c00
RBP: ffffc9000b297bd8 R08: ffffffff84edebb2 R09: 0000000000000003
R10: ffffffffffffffff R11: dffffc0000000001 R12: ffff888113919c00
R13: ffff88811865ad18 R14: ffff88811865ad1c R15: dffffc0000000000
FS:  0000000000000000(0000) GS:ffff8881f7100000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000001b31b25000 CR3: 000000015f143000 CR4: 00000000003506a0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 <TASK>
 tipc_topsrv_stop net/tipc/topsrv.c:703 [inline]
 tipc_topsrv_exit_net+0x139/0x320 net/tipc/topsrv.c:725
 ops_exit_list net/core/net_namespace.c:169 [inline]
 cleanup_net+0x64b/0xbf0 net/core/net_namespace.c:601
 process_one_work+0x73d/0xcb0 kernel/workqueue.c:2296
 worker_thread+0xa60/0x1260 kernel/workqueue.c:2443
 kthread+0x26d/0x300 kernel/kthread.c:376
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306
 </TASK>
Modules linked in:
---[ end trace 0000000000000000 ]---
RIP: 0010:tipc_conn_close+0x54/0x140 net/tipc/topsrv.c:157
Code: d8 48 c1 e8 03 48 89 45 c8 42 80 3c 38 00 74 08 48 89 df e8 ae 21 e3 fc 48 89 5d d0 48 8b 1b 48 83 c3 18 48 89 d8 48 c1 e8 03 <42> 80 3c 38 00 74 08 48 89 df e8 8d 21 e3 fc 4c 8b 2b 4d 8d b5 28
RSP: 0018:ffffc9000b297ba0 EFLAGS: 00010206
RAX: 0000000000000003 RBX: 0000000000000018 RCX: ffff88811cfcd100
RDX: 0000000000000000 RSI: ffffffff8548f020 RDI: ffff888113919c00
RBP: ffffc9000b297bd8 R08: ffffffff84edebb2 R09: 0000000000000003
R10: ffffffffffffffff R11: dffffc0000000001 R12: ffff888113919c00
R13: ffff88811865ad18 R14: ffff88811865ad1c R15: dffffc0000000000
FS:  0000000000000000(0000) GS:ffff8881f7100000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 000055555657d818 CR3: 000000010f2db000 CR4: 00000000003506a0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
----------------
Code disassembly (best guess):
   0:	d8 48 c1             	fmuls  -0x3f(%rax)
   3:	e8 03 48 89 45       	call   0x4589480b
   8:	c8 42 80 3c          	enter  $0x8042,$0x3c
   c:	38 00                	cmp    %al,(%rax)
   e:	74 08                	je     0x18
  10:	48 89 df             	mov    %rbx,%rdi
  13:	e8 ae 21 e3 fc       	call   0xfce321c6
  18:	48 89 5d d0          	mov    %rbx,-0x30(%rbp)
  1c:	48 8b 1b             	mov    (%rbx),%rbx
  1f:	48 83 c3 18          	add    $0x18,%rbx
  23:	48 89 d8             	mov    %rbx,%rax
  26:	48 c1 e8 03          	shr    $0x3,%rax
* 2a:	42 80 3c 38 00       	cmpb   $0x0,(%rax,%r15,1) <-- trapping instruction
  2f:	74 08                	je     0x39
  31:	48 89 df             	mov    %rbx,%rdi
  34:	e8 8d 21 e3 fc       	call   0xfce321c6
  39:	4c 8b 2b             	mov    (%rbx),%r13
  3c:	4d                   	rex.WRB
  3d:	8d                   	.byte 0x8d
  3e:	b5 28                	mov    $0x28,%ch