commit | 5910895f0e868d4f70303922ed00ccdc328b3c30 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Sep 12 14:10:25 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Oct 10 14:32:16 2013 -0400 |
tree | c51b3a58cad1a18e941f1d0ed1c56747944aa3cc | |
parent | 30e37ec516ae5a6957596de7661673c615c82ea4 [diff] |
random: fix the tracepoint for get_random_bytes(_arch) Fix a problem where get_random_bytes_arch() was calling the tracepoint get_random_bytes(). So add a new tracepoint for get_random_bytes_arch(), and make get_random_bytes() and get_random_bytes_arch() call their correct tracepoint. Also, add a new tracepoint for add_device_randomness() Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>