Re: [PATCH v4 0/5] Populate kaslr seed with RNG

2023-11-10 Thread Tom Rini
On Fri, Nov 03, 2023 at 11:38:39AM -0700, seanedm...@linux.microsoft.com wrote: > From: Sean Edmond > > This patch series creates a common API (fdt_fixup_kaslr_seed()) for > populating the kaslr seed in the DTB. Existing users (kaslrseed, > and ARMv8 sec firmware) have been updated to use

[PATCH v4 0/5] Populate kaslr seed with RNG

2023-11-03 Thread seanedmond
From: Sean Edmond This patch series creates a common API (fdt_fixup_kaslr_seed()) for populating the kaslr seed in the DTB. Existing users (kaslrseed, and ARMv8 sec firmware) have been updated to use this common API. New functionality has been introduced to populate the kaslr using the RNG.