git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e46645
)
random: run random_int_secret_init() run after all late_initcalls
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 10 Sep 2013 14:52:35 +0000
(10:52 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 23 Sep 2013 10:35:06 +0000
(06:35 -0400)
The some platforms (e.g., ARM) initializes their clocks as
late_initcalls for some unknown reason. So make sure
random_int_secret_init() is run after all of the late_initcalls are
run.
Cc: stable@vger.kernel.org
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found