On Tue, 10 Nov 2020 at 10:48, Peter Maydell wrote:
>
> On Tue, 3 Nov 2020 at 01:52, Philippe Mathieu-Daudé wrote:
> >
> > Cc'ing Daniel (patches 1-3) & Marc-André (2).
> >
> > On 11/3/20 2:14 AM, Havard Skinnemoen via wrote:
> > > This series contains a fix for the randomness calculation in
> >
On Tue, 3 Nov 2020 at 01:52, Philippe Mathieu-Daudé wrote:
>
> Cc'ing Daniel (patches 1-3) & Marc-André (2).
>
> On 11/3/20 2:14 AM, Havard Skinnemoen via wrote:
> > This series contains a fix for the randomness calculation in
> > npcm7xx_rng-test.
> > It also makes test failures fatal. The last
Cc'ing Daniel (patches 1-3) & Marc-André (2).
On 11/3/20 2:14 AM, Havard Skinnemoen via wrote:
> This series contains a fix for the randomness calculation in npcm7xx_rng-test.
> It also makes test failures fatal. The last patch would have dumped the random
> data to stderr if the randomness test f
This series contains a fix for the randomness calculation in npcm7xx_rng-test.
It also makes test failures fatal. The last patch would have dumped the random
data to stderr if the randomness test fails, except now that failures are
fatal, it never actually gets a chance to do that.
It may not make