[Bug 262192] Crashes at boot with kern.random.initial_seeding.bypass_before_seeding=0 in randomdev_wait_until_seeded()
Date: Wed, 09 Mar 2022 17:09:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262192 --- Comment #9 from Conrad Meyer <cem@freebsd.org> --- > Indeed, network domains initialization happens at level SI_SUB_PROTO_DOMAINS, whereas the "random_harvestq" thread is launched later (level SI_SUB_KICK_SCHEDULER). Yeah, that's unfortunate. I don't think domain registration actually needs random? But there is a lot of crap in SI_SUB_PROTO_DOMAIN that isn't DOMAIN_SET(). If you want to pursue it, identifying the stack(s) blocking on random and moving them after KICK_SCHEDULER would be a valuable contribution to FreeBSD. -- You are receiving this mail because: You are the assignee for the bug.