On Mon, 10 Oct 2022 at 11:54, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Thu, 6 Oct 2022 at 14:16, 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). > > Unfortunately it turns out that this breaks the reverse-debugging > test that is part of 'make check-avocado'. > > Running all of 'check-avocado' takes a long time, so here's how > to run the specific test: > > make -C your-build-tree check-venv # Only for the first time > your-build-tree/tests/venv/bin/avocado run > your-build-tree/tests/avocado/boot_linux.py
derp, wrong test name, should be your-build-tree/tests/venv/bin/avocado run your-build-tree/tests/avocado/reverse_debugging.py -- PMM