From: H. Peter Anvin Date: Sun, 31 Jul 2011 20:54:50 +0000 (-0700) Subject: random: Add support for architectural random hooks X-Git-Tag: v3.2-rc1~139^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d77173266c1791f1553e9e8ccea65dc87c4485;p=pandora-kernel.git random: Add support for architectural random hooks Add support for architecture-specific hooks into the kernel-directed random number generator interfaces. This patchset does not use the architecture random number generator interfaces for the userspace-directed interfaces (/dev/random and /dev/urandom), thus eliminating the need to distinguish between them based on a pool pointer. Changes in version 3: - Moved the hooks from extract_entropy() to get_random_bytes(). - Changes the hooks to inlines. Signed-off-by: H. Peter Anvin Cc: Fenghua Yu Cc: Matt Mackall Cc: Herbert Xu Cc: "Theodore Ts'o" --- Reading git-diff-tree failed