Re: [PATCH RFC v1 00/10] archs/random: fallback to using sched_clock() if no cycle counter

From: Jason A. Donenfeld
Date: Sun Apr 10 2022 - 17:39:02 EST


Hi Thomas,

On Sun, Apr 10, 2022 at 10:57 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> > Not yet having too much knowledge, I'm tentatively leaning toward the
> > safe side, of just using ktime_read_raw_clock() in the current places
> > that return zero all the time -- that is, for the purpose this patchset
> > has.
>
> That's probably a good approach and it's init/runtime discoverable.

Alright then. I'll send out a v2 and we'll see how that looks.

Jason