Re: [PATCH] net: avoid limits overflow

From: David Miller
Date: Wed Nov 10 2010 - 15:12:18 EST


From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Date: Wed, 10 Nov 2010 10:24:26 +0100

> [PATCH] net: avoid limits overflow
>
> Robin Holt tried to boot a 16TB machine and found some limits were
> reached : sysctl_tcp_mem[2], sysctl_udp_mem[2]
>
> We can switch infrastructure to use long "instead" of "int", now
> atomic_long_t primitives are available for free.
>
> Signed-off-by: Eric Dumazet <eric.dumazet@xxxxxxxxx>
> Reported-by: Robin Holt <holt@xxxxxxx>
> Reviewed-by: Robin Holt <holt@xxxxxxx>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/