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)
Feb 18 2024, 6:41 AM
Unknown Object (File)
Dec 27 2023, 9:06 PM
Unknown Object (File)
Dec 27 2023, 9:06 PM
Unknown Object (File)
Dec 27 2023, 9:05 PM
Unknown Object (File)
Dec 27 2023, 8:48 PM
Unknown Object (File)
Dec 20 2023, 8:02 AM
Unknown Object (File)
Oct 20 2023, 8:04 AM
Unknown Object (File)
Jul 9 2023, 1:03 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable