From: Theodore Ts'o Date: Wed, 4 Jul 2012 14:38:30 +0000 (-0400) Subject: random: use lockless techniques in the interrupt path X-Git-Tag: v3.6-rc1~26^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902c098a3663de3fa18639efbb71b6080f0bcd3c;p=pandora-kernel.git random: use lockless techniques in the interrupt path The real-time Linux folks don't like add_interrupt_randomness() taking a spinlock since it is called in the low-level interrupt routine. This also allows us to reduce the overhead in the fast path, for the random driver, which is the interrupt collection path. Signed-off-by: "Theodore Ts'o" Cc: stable@vger.kernel.org --- Reading git-diff-tree failed