Hi Linus, On Tue, Mar 22, 2022 at 12:29 PM Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > Christ, how I hate the crazy "no entropy means that we can't use it". > > It's a disease, I tell you. > > And it seems to be the direct cause of this misfeature. A disease indeed. > By all means the code can say "I can't credit this as entropy", but > the fact that it then doesn't even mix it into the fast pool is just > wrong, wrong, wrong. > > I think *that* is what we should fix. The fact is, urandom has > long-standing semantics as "don't block", and that it shouldn't care > about the (often completely insane) entropy crediting rules. > > But that "don't care about entropy rules" should then also mean "oh, > we'll mix things in even if we don't credit entropy". > > I hope that's the easy fix you are thinking about. Yes, exactly. And the patch to fix it is literally 2 lines. I'm playing with it now and I'll think about it a bit and hopefully have something for you to pull not before long. In general, your intuition is correct, I think, that the entropy crediting scheme is sort of insane and leads to problems. As I wrote in <https://www.zx2c4.com/projects/linux-rng-5.17-5.18/> at the end, other RNG schemes like Fortuna don't really suffer from this in the same way because they're not even counting entropy. This might be something to look at seriously in the future. Jason