BUG: kernel NULL pointer dereference, address: 0000000000000000 #PF: supervisor instruction fetch in kernel mode #PF: error_code(0x0010) - not-present page PGD 8000000079dab067 P4D 8000000079dab067 PUD 620df067 PMD 0 Oops: Oops: 0010 [#1] SMP KASAN PTI CPU: 0 UID: 0 PID: 6759 Comm: syz.2.28225 Not tainted 6.16.0-rc1-syzkaller-00157-g02adc1490e6d #0 PREEMPT(full) Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 05/07/2025 RIP: 0010:0x0 Code: Unable to access opcode bytes at 0xffffffffffffffd6. RSP: 0018:ffffc90003d7f818 EFLAGS: 00010283 RAX: ffffffff81f856e4 RBX: 1ffffd40003a7b90 RCX: 0000000000080000 RDX: ffffc9000c91b000 RSI: ffffea0001d3dc80 RDI: ffff888033096a80 RBP: ffffc90003d7f8d0 R08: ffffea0001d3dc87 R09: 1ffffd40003a7b90 R10: dffffc0000000000 R11: 0000000000000000 R12: 0000000000000000 R13: ffffea0001d3dc88 R14: ffffea0001d3dc80 R15: 1ffffd40003a7b91 FS: 0000000000000000(0000) GS:ffff888125c52000(0063) knlGS:00000000f5076b40 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033 CR2: ffffffffffffffd6 CR3: 0000000064552000 CR4: 00000000003526f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: filemap_read_folio+0x114/0x380 mm/filemap.c:2412 do_read_cache_folio+0x350/0x590 mm/filemap.c:3894 freader_get_folio+0x3c4/0x830 lib/buildid.c:77 freader_fetch+0xa3/0x5d0 lib/buildid.c:120 __build_id_parse+0x133/0x7d0 lib/buildid.c:305 do_procmap_query fs/proc/task_mmu.c:534 [inline] procfs_procmap_ioctl+0x7f0/0xce0 fs/proc/task_mmu.c:613 __do_compat_sys_ioctl fs/ioctl.c:1005 [inline] __se_compat_sys_ioctl fs/ioctl.c:948 [inline] __ia32_compat_sys_ioctl+0x543/0x840 fs/ioctl.c:948 do_syscall_32_irqs_on arch/x86/entry/syscall_32.c:83 [inline] __do_fast_syscall_32+0xb6/0x2b0 arch/x86/entry/syscall_32.c:306 do_fast_syscall_32+0x34/0x80 arch/x86/entry/syscall_32.c:331 entry_SYSENTER_compat_after_hwframe+0x84/0x8e RIP: 0023:0xf7f52539 Code: 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 51 52 55 89 e5 0f 34 cd 80 <5d> 5a 59 c3 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 RSP: 002b:00000000f507655c EFLAGS: 00000206 ORIG_RAX: 0000000000000036 RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00000000c0686611 RDX: 0000000080000180 RSI: 0000000000000000 RDI: 0000000000000000 RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000206 R12: 0000000000000000 R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 Modules linked in: CR2: 0000000000000000 ---[ end trace 0000000000000000 ]--- RIP: 0010:0x0 Code: Unable to access opcode bytes at 0xffffffffffffffd6. RSP: 0018:ffffc90003d7f818 EFLAGS: 00010283 RAX: ffffffff81f856e4 RBX: 1ffffd40003a7b90 RCX: 0000000000080000 RDX: ffffc9000c91b000 RSI: ffffea0001d3dc80 RDI: ffff888033096a80 RBP: ffffc90003d7f8d0 R08: ffffea0001d3dc87 R09: 1ffffd40003a7b90 R10: dffffc0000000000 R11: 0000000000000000 R12: 0000000000000000 R13: ffffea0001d3dc88 R14: ffffea0001d3dc80 R15: 1ffffd40003a7b91 FS: 0000000000000000(0000) GS:ffff888125c52000(0063) knlGS:00000000f5076b40 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033 CR2: ffffffffffffffd6 CR3: 0000000064552000 CR4: 00000000003526f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 ---------------- Code disassembly (best guess): 0: 03 74 b4 01 add 0x1(%rsp,%rsi,4),%esi 4: 10 07 adc %al,(%rdi) 6: 03 74 b0 01 add 0x1(%rax,%rsi,4),%esi a: 10 08 adc %cl,(%rax) c: 03 74 d8 01 add 0x1(%rax,%rbx,8),%esi 20: 00 51 52 add %dl,0x52(%rcx) 23: 55 push %rbp 24: 89 e5 mov %esp,%ebp 26: 0f 34 sysenter 28: cd 80 int $0x80 * 2a: 5d pop %rbp <-- trapping instruction 2b: 5a pop %rdx 2c: 59 pop %rcx 2d: c3 ret 2e: 90 nop 2f: 90 nop 30: 90 nop 31: 90 nop 32: 90 nop 33: 90 nop 34: 90 nop 35: 90 nop 36: 90 nop 37: 90 nop 38: 90 nop 39: 90 nop 3a: 90 nop 3b: 90 nop 3c: 90 nop 3d: 90 nop 3e: 90 nop 3f: 90 nop