Hi Peter, On Thu, Oct 6, 2022 at 7:16 AM Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Fri, 30 Sept 2022 at 00:23, Jason A. Donenfeld <ja...@zx2c4.com> 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 Francis <alistair.fran...@wdc.com> > > Cc: David Gibson <da...@gibson.dropbear.id.au> > > Signed-off-by: Jason A. Donenfeld <ja...@zx2c4.com> > > Hi; I've applied this series to target-arm.next (seems the easiest way > to take it into the tree).
Thanks for taking it. > PS: if you could remember to send cover letters for multipatch > patchsets, that helps our automated tooling. (I think this is > why the series didn't show up in patchew, for instance.) Good call, will do. Jason