Re: [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

2022-04-24 Thread Jason A. Donenfeld
On Sun, Apr 24, 2022 at 12:33:44AM +0100, Maciej W. Rozycki wrote: > unconditionally. I think this discovery asks for code optimisation, which > I'll try to cook up sometime. At some point too, by the way, we might also consider putting that into a .c file rather than a static inline in the .h,

Re: [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

2022-04-24 Thread Maciej W. Rozycki
On Sun, 24 Apr 2022, Jason A. Donenfeld wrote: > > unconditionally. I think this discovery asks for code optimisation, which > > I'll try to cook up sometime. > > At some point too, by the way, we might also consider putting that into > a .c file rather than a static inline in the .h, since tha