[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/6] device-tree: add re-randomization helper function
From: |
Peter Maydell |
Subject: |
Re: [PATCH 1/6] device-tree: add re-randomization helper function |
Date: |
Mon, 10 Oct 2022 11:58:42 +0100 |
On Mon, 10 Oct 2022 at 11:54, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Thu, 6 Oct 2022 at 14:16, Peter Maydell <peter.maydell@linaro.org> wrote:
> >
> > On Fri, 30 Sept 2022 at 00:23, Jason A. Donenfeld <Jason@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.francis@wdc.com>
> > > Cc: David Gibson <david@gibson.dropbear.id.au>
> > > Signed-off-by: Jason A. Donenfeld <Jason@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
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Peter Maydell, 2022/10/06
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Jason A. Donenfeld, 2022/10/06
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Peter Maydell, 2022/10/10
- Re: [PATCH 1/6] device-tree: add re-randomization helper function,
Peter Maydell <=
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Jason A. Donenfeld, 2022/10/10
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Peter Maydell, 2022/10/10
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Jason A. Donenfeld, 2022/10/10
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Pavel Dovgalyuk, 2022/10/11
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Jason A. Donenfeld, 2022/10/11
- Re: [PATCH 1/6] device-tree: add re-randomization helper function, Jason A. Donenfeld, 2022/10/11