Re: [PATCH v5 0/3] automatically add /chosen/kaslr-seed and deduplicate code

2024-06-17 Thread Tom Rini
On Mon, Jun 17, 2024 at 12:32:22PM -0700, Tim Harvey wrote: > On Thu, Jun 13, 2024 at 3:18 PM Tom Rini wrote: > > > > On Thu, May 30, 2024 at 03:06:31PM -0700, Tim Harvey wrote: > > > > > This series will automatically add /chosen/kaslr-seed to the dt if DM_RNG > > > is enabled > > > during the

Re: [PATCH v5 0/3] automatically add /chosen/kaslr-seed and deduplicate code

2024-06-17 Thread Tim Harvey
On Thu, Jun 13, 2024 at 3:18 PM Tom Rini wrote: > > On Thu, May 30, 2024 at 03:06:31PM -0700, Tim Harvey wrote: > > > This series will automatically add /chosen/kaslr-seed to the dt if DM_RNG > > is enabled > > during the boot process. > > > > If RANDOMIZE_BASE is enabled in the Linux kernel

Re: [PATCH v5 0/3] automatically add /chosen/kaslr-seed and deduplicate code

2024-06-13 Thread Tom Rini
On Thu, May 30, 2024 at 03:06:31PM -0700, Tim Harvey wrote: > This series will automatically add /chosen/kaslr-seed to the dt if DM_RNG is > enabled > during the boot process. > > If RANDOMIZE_BASE is enabled in the Linux kernel instructing it to > randomize the virtual address at which the

[PATCH v5 0/3] automatically add /chosen/kaslr-seed and deduplicate code

2024-05-30 Thread Tim Harvey
This series will automatically add /chosen/kaslr-seed to the dt if DM_RNG is enabled during the boot process. If RANDOMIZE_BASE is enabled in the Linux kernel instructing it to randomize the virtual address at which the kernel image is loaded, it expects entropy to be provided by the