Re: git: 970a71e1ef9a - main - Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERR
Date: Wed, 04 Jun 2025 17:05:37 UTC
On 31/05/25 20:03, Konstantin Belousov wrote: > The branch main has been updated by kib: > > URL: https://cgit.FreeBSD.org/src/commit/?id=970a71e1ef9a9792059c7c824a0106abb4fddcec > > commit 970a71e1ef9a9792059c7c824a0106abb4fddcec > Author: Konstantin Belousov <kib@FreeBSD.org> > AuthorDate: 2025-05-31 22:06:46 +0000 > Commit: Konstantin Belousov <kib@FreeBSD.org> > CommitDate: 2025-05-31 22:59:55 +0000 > > Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERR > > Guessed by: alc > Sponsored by: The FreeBSD Foundation > MFC after: 1 week Hello Konstantin! I've upgraded my laptop recently and got a panic during boot. After bisecting I ended up on this series of commits you pushed on May 31. Commit 7944a87dce93 made by Jessica is good for me and after applying all these commits (2761de0832c1..970a71e1ef9a) I see the panic. Most recent main also panics so it's consistent for me. KDB: stack backtrace: db_trace_self_urapper() at db_trace_self_urapper+0x2b/frame 0xfffffe0137afda80 vpanic() at vpanic+0x136/frame 0xfffffe0137afdbb0 panic() at panic+0x43/frame Bxfffffe0137afdc10 trap_pfault() at trap_pfault+0x3da/frame 0xfffffe0137afdc60 calltrap() at calltrap+0x8/frame 0xfffffe0137afdc60 --- trap Oxc, rip = 0xffffffff80df545c, rsp = Bxfffffe0137afdd30, rbp = 0xfffffe0137afdd50 --- autoremove_wake_function() at autoremove_wake_function+0xic/frame 0xfffffe0137afdd50 linux_wake_up() at linux_wake_up+Bxca/frame 0xfffffe0137afdda0 gen8_de_irg_handler() at genB_de_irq_handler+0x501/frame 0xfffffe@137afde10 gen11_irq_ handler() at gen11_irq_handler +0x93/frame Exfffffe0137afde40 lkpi_irq_handler() at lkpi_irq_handler+0x29/frame 0xfffffe0137afde60 ithread_loop() at ithread_1oop+0x239/frame 0xfffffe0137afdef0 fork_exit() at fork_exit+0x7b/frame 0xfffffe0137afdf30 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0137afdf30 --- trap @x1288d8, rip = 0x9d00b000128994, rsp = 0x9d030000128a10, rbp = 0x9cd3a0001287b0 --- KDB: enter: panic [] thread pid 12 tid 100892 ] Stopped at kdb_enter+0x33: movq $0,0x10333f2(%rip) db> -- Renato Botelho