Re: [PATCH v3 1/2] kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()

From: Marco Elver
Date: Tue Dec 01 2020 - 03:41:55 EST


Hi Paul,

On Tue, 24 Nov 2020 at 12:02, Marco Elver <elver@xxxxxxxxxx> wrote:
> Rewrite kcsan_prandom_u32_max() to not depend on code that might be
> instrumented, removing any dependency on lib/random32.c. The rewrite
> implements a simple linear congruential generator, that is sufficient
> for our purposes (for udelay() and skip_watch counter randomness).
>
[...]

It's been about 7 days -- feel free to pick up this series (unless
there are new comments).

Thanks,
-- Marco