On Mon, May 14, 2018 at 6:58 PM, Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> wrote: > > > On 05/08/2018 08:20 PM, Andrey Konovalov wrote: > >> + for_each_possible_cpu(cpu) { >> + per_cpu(prng_state, cpu) = get_random_u32(); >> + } > > > Use checkpatch please. Checkpatch doesn't report this, will fix in v2.