Re: [PATCH] powerpc/archrandom: fix arch_get_random_seed_int()

2019-12-08 Thread Michael Ellerman
On Wed, 2019-12-04 at 11:50:15 UTC, Ard Biesheuvel wrote: > Commit 01c9348c7620ec65 > > powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_* > > updated arch_get_random_[int|long]() to be NOPs, and moved the hardware > RNG backing to arch_get_random_seed_[int|long]()

[PATCH] powerpc/archrandom: fix arch_get_random_seed_int()

2019-12-04 Thread Ard Biesheuvel
Commit 01c9348c7620ec65 powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_* updated arch_get_random_[int|long]() to be NOPs, and moved the hardware RNG backing to arch_get_random_seed_[int|long]() instead. However, it failed to take into account that