BUG: kernel NULL pointer dereference, address: 0000000000000000 #PF: supervisor instruction fetch in kernel mode #PF: error_code(0x0010) - not-present page PGD 4c6ab067 P4D 4c6ab067 PUD 1e69f067 PMD 0 Oops: 0010 [#1] PREEMPT SMP KASAN CPU: 1 PID: 9047 Comm: syz-executor.5 Not tainted 5.14.0-rc6-next-20210817-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 RIP: 0010:0x0 Code: Unable to access opcode bytes at RIP 0xffffffffffffffd6. RSP: 0018:ffffc9001889fe38 EFLAGS: 00010246 RAX: dffffc0000000000 RBX: ffffffff8d27cfa0 RCX: ffffc900142f0000 RDX: 1ffffffff1a4fa0a RSI: ffffffff87d03085 RDI: ffff888024986c80 RBP: ffff888024986c80 R08: 0000000000000000 R09: 0000000000000001 R10: ffffffff87d03004 R11: 0000000000000001 R12: 0000000000000001 R13: ffff888024987298 R14: ffff888024987a58 R15: ffff888024986d00 FS: 00007f2a60160700(0000) GS:ffff8880b9d00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: ffffffffffffffd6 CR3: 0000000049199000 CR4: 00000000001506e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: unix_shutdown+0x28a/0x5b0 net/unix/af_unix.c:2857 __sys_shutdown_sock net/socket.c:2242 [inline] __sys_shutdown_sock net/socket.c:2236 [inline] __sys_shutdown+0xf1/0x1b0 net/socket.c:2254 __do_sys_shutdown net/socket.c:2262 [inline] __se_sys_shutdown net/socket.c:2260 [inline] __x64_sys_shutdown+0x50/0x70 net/socket.c:2260 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x44/0xae RIP: 0033:0x4665e9 Code: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 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 bc ff ff ff f7 d8 64 89 01 48 RSP: 002b:00007f2a60160188 EFLAGS: 00000246 ORIG_RAX: 0000000000000030 RAX: ffffffffffffffda RBX: 000000000056bf80 RCX: 00000000004665e9 RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000004 RBP: 00000000004bfcc4 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 000000000056bf80 R13: 00007fff8a73940f R14: 00007f2a60160300 R15: 0000000000022000 Modules linked in: CR2: 0000000000000000 ---[ end trace 090912605fdb4a07 ]--- RIP: 0010:0x0 Code: Unable to access opcode bytes at RIP 0xffffffffffffffd6. RSP: 0018:ffffc9001889fe38 EFLAGS: 00010246 RAX: dffffc0000000000 RBX: ffffffff8d27cfa0 RCX: ffffc900142f0000 RDX: 1ffffffff1a4fa0a RSI: ffffffff87d03085 RDI: ffff888024986c80 RBP: ffff888024986c80 R08: 0000000000000000 R09: 0000000000000001 R10: ffffffff87d03004 R11: 0000000000000001 R12: 0000000000000001 R13: ffff888024987298 R14: ffff888024987a58 R15: ffff888024986d00 FS: 00007f2a60160700(0000) GS:ffff8880b9d00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: ffffffffffffffd6 CR3: 0000000049199000 CR4: 00000000001506e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 ---------------- Code disassembly (best guess), 1 bytes skipped: 0: ff c3 inc %ebx 2: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1) 9: 00 00 00 c: 0f 1f 40 00 nopl 0x0(%rax) 10: 48 89 f8 mov %rdi,%rax 13: 48 89 f7 mov %rsi,%rdi 16: 48 89 d6 mov %rdx,%rsi 19: 48 89 ca mov %rcx,%rdx 1c: 4d 89 c2 mov %r8,%r10 1f: 4d 89 c8 mov %r9,%r8 22: 4c 8b 4c 24 08 mov 0x8(%rsp),%r9 27: 0f 05 syscall 29: 48 3d 01 f0 ff ff cmp $0xfffffffffffff001,%rax <-- trapping instruction 2f: 73 01 jae 0x32 31: c3 retq 32: 48 c7 c1 bc ff ff ff mov $0xffffffffffffffbc,%rcx 39: f7 d8 neg %eax 3b: 64 89 01 mov %eax,%fs:(%rcx) 3e: 48 rex.W