commit | 902c098a3663de3fa18639efbb71b6080f0bcd3c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Jul 04 10:38:30 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jul 14 20:17:43 2012 -0400 |
tree | e2f984d5903236d4d593e457fd1279fd24177af2 | |
parent | 775f4b297b780601e61787b766f306ed3e1d23eb [diff] |
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" <tytso@mit.edu> Cc: stable@vger.kernel.org