Re: [PATCH v2 1/8] device-tree: add re-randomization helper function

2022-10-11 Thread Alistair Francis
On Wed, Oct 12, 2022 at 6:57 AM Jason A. Donenfeld wrote: > > When the system reboots, the rng-seed that the FDT has should be > re-randomized, so that the new boot gets a new seed. Several > architectures require this functionality, so export a function for > injecting a new seed into the given F

[PATCH v2 1/8] device-tree: add re-randomization helper function

2022-10-11 Thread Jason A. Donenfeld
When the system reboots, the rng-seed that the FDT has should be re-randomized, so that the new boot gets a new seed. Several architectures require this functionality, so export a function for injecting a new seed into the given FDT. Cc: Alistair Francis Cc: David Gibson Signed-off-by: Jason A.