Re: [PATCH v3 2/3] powerpc/powernv: wire up rng during setup_arch

From: Jason A. Donenfeld
Date: Sun Jun 19 2022 - 16:32:29 EST


Hi Michael,

On Sun, Jun 19, 2022 at 1:49 PM Michael Ellerman <mpe@xxxxxxxxxxxxxx> wrote:
> This crashes on power8 because it's too early to call kzalloc() in
> rng_create(), and it's also too early to setup the percpu variables in
> there.
>
> I'll rework it and post a v4.

Oh, darn. Sorry about that. Thanks for reworking it.

Jason