------------[ cut here ]------------ VFS: brelse: Trying to free free buffer WARNING: CPU: 0 PID: 0 at fs/buffer.c:1145 __brelse fs/buffer.c:1145 [inline] WARNING: CPU: 0 PID: 0 at fs/buffer.c:1145 brelse+0x78/0xa0 include/linux/buffer_head.h:326 Modules linked in: CPU: 0 PID: 0 Comm: swapper/0 Not tainted 6.1.0-syzkaller-13031-g77856d911a8c #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022 RIP: 0010:__brelse fs/buffer.c:1145 [inline] RIP: 0010:brelse+0x78/0xa0 include/linux/buffer_head.h:326 Code: df be 04 00 00 00 e8 d7 08 e0 ff f0 ff 0b eb 1c e8 1d 6b 8a ff eb 15 e8 16 6b 8a ff 48 c7 c7 00 52 fe 8a 31 c0 e8 88 5d 51 ff <0f> 0b 5b 5d c3 89 d9 80 e1 07 80 c1 03 38 c1 7c af 48 89 df e8 df RSP: 0018:ffffc90000007f18 EFLAGS: 00010046 RAX: 6478f26c57452300 RBX: ffff88807293b5d0 RCX: ffffffff8d0bb7c0 RDX: 0000000080010002 RSI: 0000000080010002 RDI: 0000000000000000 RBP: 0000000000000000 R08: ffffffff816f29ad R09: ffffed1017304f5b R10: ffffed1017304f5b R11: 1ffff11017304f5a R12: 0000000000000000 R13: 1ffff11017308526 R14: ffff8880b98360f8 R15: dffffc0000000000 FS: 0000000000000000(0000) GS:ffff8880b9800000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007fe6a2280130 CR3: 000000000d08e000 CR4: 00000000003506f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: __invalidate_bh_lrus+0x37/0x3c0 fs/buffer.c:1380 invalidate_bh_lru+0x66/0xb0 fs/buffer.c:1393 __flush_smp_call_function_queue+0x2cc/0xcd0 kernel/smp.c:630 __sysvec_call_function_single+0x62/0x70 arch/x86/kernel/smp.c:248 sysvec_call_function_single+0x8c/0xb0 arch/x86/kernel/smp.c:243 asm_sysvec_call_function_single+0x16/0x20 arch/x86/include/asm/idtentry.h:657 RIP: 0010:native_save_fl arch/x86/include/asm/irqflags.h:29 [inline] RIP: 0010:arch_local_save_flags arch/x86/include/asm/irqflags.h:70 [inline] RIP: 0010:arch_irqs_disabled arch/x86/include/asm/irqflags.h:130 [inline] RIP: 0010:acpi_safe_halt drivers/acpi/processor_idle.c:113 [inline] RIP: 0010:acpi_idle_do_entry drivers/acpi/processor_idle.c:570 [inline] RIP: 0010:acpi_idle_enter+0x43d/0x7e0 drivers/acpi/processor_idle.c:707 Code: ff e8 37 43 e2 f6 48 83 e3 08 44 8b 7c 24 04 0f 85 e8 00 00 00 e8 d3 f0 e8 f6 66 90 e8 5c 3e e2 f6 0f 00 2d 75 67 ad 00 fb f4 <9c> 8f 44 24 40 4c 89 e0 48 c1 e8 03 42 80 3c 28 00 74 08 4c 89 e7 RSP: 0018:ffffffff8d007b80 EFLAGS: 000002d3 RAX: ffffffff8aa99764 RBX: 0000000000000000 RCX: ffffffff8d0bb7c0 RDX: 0000000000000000 RSI: ffffffff8aedbae0 RDI: ffffffff8b4bbfe0 RBP: ffffffff8d007c30 R08: ffffffff8aa99749 R09: fffffbfff1a176f9 R10: fffffbfff1a176f9 R11: 1ffffffff1a176f8 R12: ffffffff8d007bc0 R13: dffffc0000000000 R14: ffff8881452da000 R15: 0000000000000001 cpuidle_enter_state+0x50a/0xf10 drivers/cpuidle/cpuidle.c:239 cpuidle_enter+0x59/0x90 drivers/cpuidle/cpuidle.c:356 call_cpuidle kernel/sched/idle.c:155 [inline] cpuidle_idle_call kernel/sched/idle.c:236 [inline] do_idle+0x3b9/0x640 kernel/sched/idle.c:303 cpu_startup_entry+0x15/0x20 kernel/sched/idle.c:400 rest_init+0x24f/0x270 init/main.c:732 arch_call_rest_init+0xa/0x10 init/main.c:893 start_kernel+0x471/0x520 init/main.c:1148 secondary_startup_64_no_verify+0xcf/0xdb ---------------- Code disassembly (best guess), 1 bytes skipped: 0: e8 37 43 e2 f6 callq 0xf6e2433c 5: 48 83 e3 08 and $0x8,%rbx 9: 44 8b 7c 24 04 mov 0x4(%rsp),%r15d e: 0f 85 e8 00 00 00 jne 0xfc 14: e8 d3 f0 e8 f6 callq 0xf6e8f0ec 19: 66 90 xchg %ax,%ax 1b: e8 5c 3e e2 f6 callq 0xf6e23e7c 20: 0f 00 2d 75 67 ad 00 verw 0xad6775(%rip) # 0xad679c 27: fb sti 28: f4 hlt * 29: 9c pushfq <-- trapping instruction 2a: 8f 44 24 40 popq 0x40(%rsp) 2e: 4c 89 e0 mov %r12,%rax 31: 48 c1 e8 03 shr $0x3,%rax 35: 42 80 3c 28 00 cmpb $0x0,(%rax,%r13,1) 3a: 74 08 je 0x44 3c: 4c 89 e7 mov %r12,%rdi