Re: [PATCH v4 02/11] device-tree: add re-randomization helper function

2022-10-25 Thread Jason A. Donenfeld
On Tue, Oct 25, 2022 at 3:30 PM Philippe Mathieu-Daudé wrote: > > On 25/10/22 02:43, 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 expo

Re: [PATCH v4 02/11] device-tree: add re-randomization helper function

2022-10-25 Thread Philippe Mathieu-Daudé
On 25/10/22 02:43, 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 FDT. Cc: Alistair Fran

Re: [PATCH v4 02/11] device-tree: add re-randomization helper function

2022-10-24 Thread Alistair Francis
On Tue, Oct 25, 2022 at 10:51 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

[PATCH v4 02/11] device-tree: add re-randomization helper function

2022-10-24 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.