Merge remote-tracking branches 'asoc/topic/wm8961', 'asoc/topic/wm8962', 'asoc/topic...
[cascardo/linux.git] / net / netfilter / xt_RATEEST.c
index 190854b..370adf6 100644 (file)
@@ -100,7 +100,7 @@ static int xt_rateest_tg_checkentry(const struct xt_tgchk_param *par)
        int ret;
 
        if (unlikely(!rnd_inited)) {
-               jhash_rnd = prandom_u32();
+               get_random_bytes(&jhash_rnd, sizeof(jhash_rnd));
                rnd_inited = true;
        }