On Thu, Mar 24, 2022 at 01:34:08PM +0000, Taylor R Campbell wrote: > > Date: Thu, 24 Mar 2022 14:23:09 +0100 > > From: Thomas Klausner <w...@netbsd.org> > > > > On Thu, Mar 24, 2022 at 01:03:11PM +0000, Taylor R Campbell wrote: > > > > Date: Thu, 24 Mar 2022 11:29:16 +0100 > > > > From: Thomas Klausner <w...@netbsd.org> > > > > > > > > entropy_account_cpu() at netbsd:entropy_account_cpy+0x211 > > > > > > Errr... I might have misdiagnosed this -- do you have the panic > > > message with a line number for the assertion? > > > > Sorry, no - it wasn't on the screen, and not in the messagebuffer > > after the reboot either. > > OK, I disassembled kern_entropy.o in a GENERIC kernel and it looks > like entropy_account_cpu+0x211 is the assertion I thought it was > (which would make sense), so try again with kern_entropy.c 1.54!
Thanks, it boots again. Thomas