commit | 59b8d4f1f5d26e4ca92172ff6dcd1492cdb39613 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Jul 27 23:30:25 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jul 27 23:30:25 2016 -0400 |
tree | 946cb48bfa761f7d30ff0f99f5fcb9e158d9362f | |
parent | 86a574de4590ffe6fd3f3ca34cdcf655a78e36ec [diff] |
random: use for_each_online_node() to iterate over NUMA nodes This fixes a crash on s390 with fake NUMA enabled. Reported-by: Heiko Carstens <heiko.carstens@de.ibm.com> Fixes: 1e7f583af67b ("random: make /dev/urandom scalable for silly userspace programs") Signed-off-by: Theodore Ts'o <tytso@mit.edu>