Hi Markus,
> next_pseudo_random32 implements a LCG with known bad statistical
> properties and is only used in two pieces of testing code. Remove and
> convert the remaining two users to the single PRNG interface in
> prandom.h
>
> This removes another option of using an insecure PRNG.
>
> Marku
next_pseudo_random32 implements a LCG with known bad statistical
properties and is only used in two pieces of testing code. Remove and
convert the remaining two users to the single PRNG interface in
prandom.h
This removes another option of using an insecure PRNG.
Markus Theil (3):
drm/i915/self