]> Pileus Git - ~andy/linux/commit
random: fix the tracepoint for get_random_bytes(_arch)
authorTheodore Ts'o <tytso@mit.edu>
Thu, 12 Sep 2013 18:10:25 +0000 (14:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 Oct 2013 18:32:16 +0000 (14:32 -0400)
commit5910895f0e868d4f70303922ed00ccdc328b3c30
treec51b3a58cad1a18e941f1d0ed1c56747944aa3cc
parent30e37ec516ae5a6957596de7661673c615c82ea4
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>
drivers/char/random.c
include/trace/events/random.h