From: Theodore Ts'o Date: Thu, 12 Sep 2013 18:10:25 +0000 (-0400) Subject: random: fix the tracepoint for get_random_bytes(_arch) X-Git-Tag: v3.13-rc1~61^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5910895f0e868d4f70303922ed00ccdc328b3c30;p=pandora-kernel.git 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" --- Reading git-diff-tree failed