arm64: add weak function definition for random pool intialization
The random pool relies on devices and other items in the system to add entropy to the pool. Most of these devices may not be added until later in the bootup process. This leaves a large period of time where the random pool may not actually give random numbers. Add a weak function for devices to override with their own function to setup the random pool. Signed-off-by:Laura Abbott <lauraa@codeaurora.org> Signed-off-by:
Pranav Vashi <neobuddy89@gmail.com> Original commit: https://github.com/HRTKernel/Hacker_Kernel_SM-G92X/commit/8f7c6f8e86c56d1a9dab698cb2f31757e73d8172
Loading
Please register or sign in to comment