commit | 7f397dcdb78d699a20d96bfcfb595a2411a5bbd2 | [log] [tgz] |
---|---|---|
author | Matt Mackall <mpm@selenic.com> | Tue May 29 21:58:10 2007 -0500 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 29 20:09:34 2007 -0700 |
tree | 7ecb0b2f782a4e18eef80ff638f0469cd4ad0233 | |
parent | 602b6aeefe8932dd8bb15014e8fe6bb25d736361 [diff] |
random: fix seeding with zero entropy Add data from zero-entropy random_writes directly to output pools to avoid accounting difficulties on machines without entropy sources. Tested on lguest with all entropy sources disabled. Signed-off-by: Matt Mackall <mpm@selenic.com> Acked-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>