From: Theodore Ts'o Date: Sun, 3 Nov 2013 04:15:05 +0000 (-0400) Subject: random: make add_timer_randomness() fill the nonblocking pool first X-Git-Tag: v3.13-rc1~61^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40db23e5337d99fda05ee6cd18034b516f8f123d;p=pandora-kernel.git random: make add_timer_randomness() fill the nonblocking pool first Change add_timer_randomness() so that it directs incoming entropy to the nonblocking pool first if it hasn't been fully initialized yet. This matches the strategy we use in add_interrupt_randomness(), which allows us to push the randomness where we need it the most during when the system is first booting up, so that get_random_bytes() and /dev/urandom become safe to use as soon as possible. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed