Re: [Patch] Limit sysctl_tcp_mem and sysctl_udp_mem initializersto prevent integer overflows.

From: Robin Holt
Date: Wed Nov 10 2010 - 01:16:24 EST


On Tue, Oct 05, 2010 at 02:50:55PM -0700, David Miller wrote:
> From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
> Date: Sat, 02 Oct 2010 15:22:16 +0200
>
> > [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.
> >
> > Reported-by: Robin Holt <holt@xxxxxxx>
> > Signed-off-by: Eric Dumazet <eric.dumazet@xxxxxxxxx>
>
> Eric please resubmit this when the sysctl fix is resolved.

It looks like the sysctl fix is upstream. Has this been resubmitted
and I missed it?

Robin
--
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/