Re: [PATCH v2 0/3] prandom: remove next_pseudo_random32

2025-02-13 Thread Krzysztof Karas
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

[PATCH v2 0/3] prandom: remove next_pseudo_random32

2025-02-12 Thread Markus Theil
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