On Thu, Jan 27, 2005 at 10:12:28AM +0000, Arjan van de Ven wrote: > > > The patch below introduces get_random_int() and randomize_range(), two > helpers used in later patches in the series. get_random_int() shares the > tcp/ip random number stuff so the CONFIG_INET ifdef needs to move slightly, > and to reduce the damange due to that, secure_ip_id() needs to move inside > random.c
Sorry I'm a bit behind on the list, but this is going to conflict with the random.c changes in -mm, where all the network-specific bits were moved off to net/. I'm not against adding a generic fast PRNG here, but this way is backwards. Let's instead make a new function get_prng_int() and convert the network bits to use it. -- Mathematics is the supreme nostalgia of our time. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/