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

2023-10-27 Thread Ilias Apalodimas
Simon, I've reviewed patch#2 which I had some concerns and it looks ok. The series is assigned to me but you've reviewed the vast majority of the patchset. Will you send ti via the -dm tree or shall I pick it up? Thanks /Ilias On Tue, Sep 12, 2023 at 02:34:59PM -0700, seanedm...@linux.microsoft.

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

2023-09-12 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. T