Re: [PATCH v2 0/7] Update DSCR tests

2023-04-26 Thread Michael Ellerman
On Thu, 06 Apr 2023 14:33:13 +1000, Benjamin Gray wrote: > The randomness based DSCR tests currently have a low probability of doing > any writes to the DSCR, making them inefficient in uncovering bugs. > > This series adds lockstep variants to these RNG tests, to ensure the happy > path is always

[PATCH v2 0/7] Update DSCR tests

2023-04-05 Thread Benjamin Gray
The randomness based DSCR tests currently have a low probability of doing any writes to the DSCR, making them inefficient in uncovering bugs. This series adds lockstep variants to these RNG tests, to ensure the happy path is always tested, and improves the randomness and size of the RNG tests. It