From: Hannes Frederic Sowa Date: Wed, 23 Oct 2013 18:05:27 +0000 (+0200) Subject: net: make net_get_random_once irq safe X-Git-Tag: v3.13-rc1~105^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84be2bd96a108b09c8440263fa3adb3fb225fa3;p=pandora-kernel.git net: make net_get_random_once irq safe I initial build non irq safe version of net_get_random_once because I would liked to have the freedom to defer even the extraction process of get_random_bytes until the nonblocking pool is fully seeded. I don't think this is a good idea anymore and thus this patch makes net_get_random_once irq safe. Now someone using net_get_random_once does not need to care from where it is called. Cc: David S. Miller Cc: Eric Dumazet Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed