Home
last modified time | relevance | path

Searched hist:"5910895 f0e868d4f70303922ed00ccdc328b3c30" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/char/
H A Drandom.cdiff 5910895f0e868d4f70303922ed00ccdc328b3c30 Thu Sep 12 20:10:25 CEST 2013 Theodore Ts'o <tytso@mit.edu> 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>