Page MenuHomeFreeBSD

random(4): Reorder configuration of random source modules
ClosedPublic

Authored by cem on Aug 17 2019, 7:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 14, 8:23 AM
Unknown Object (File)
Thu, Apr 3, 3:15 AM
Unknown Object (File)
Mar 15 2025, 8:02 AM
Unknown Object (File)
Mar 11 2025, 12:35 PM
Unknown Object (File)
Feb 28 2025, 7:24 AM
Unknown Object (File)
Jan 26 2025, 8:46 PM
Unknown Object (File)
Jan 18 2025, 9:45 PM
Unknown Object (File)
Jan 18 2025, 5:36 PM
Subscribers

Details

Summary

Move fast entropy source registration to the earlier
SI_SUB_RANDOM:SI_ORDER_FOURTH and move random_harvestq_prime after that.
Relocate the registration routines out of the much later randomdev module
and into random_harvestq.

This is necessary for the fast random sources to actually register before we
perform random_harvestq_prime() early in the kernel boot.

No functional change.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25937
Build 24499: arc lint + arc unit