From: Robin Holt <holt@sgi.com>
To: eric.dumazet@gmail.com
Cc: David Miller <davem@davemloft.net>,
holt@sgi.com, akpm@linux-foundation.org, w@1wt.eu,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
kuznet@ms2.inr.ac.ru, pekkas@netcore.fi, jmorris@namei.org,
yoshfuji@linux-ipv6.org, kaber@trash.net
Subject: Re: [Patch] Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overflows.
Date: Wed, 10 Nov 2010 00:15:07 -0600 [thread overview]
Message-ID: <20101110061507.GF4330@sgi.com> (raw)
In-Reply-To: <20101005.145055.63017205.davem@davemloft.net>
On Tue, Oct 05, 2010 at 02:50:55PM -0700, David Miller wrote:
> From: Eric Dumazet <eric.dumazet@gmail.com>
> 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@sgi.com>
> > Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
>
> 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
next prev parent reply other threads:[~2010-11-10 6:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20101002112405.951704198@gulag1.americas.sgi.com>
2010-10-02 11:24 ` [Patch] Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overflows Robin Holt
2010-10-02 13:22 ` Eric Dumazet
2010-10-03 11:16 ` Robin Holt
2010-10-05 21:50 ` David Miller
2010-11-10 6:15 ` Robin Holt [this message]
2010-11-10 9:24 ` [PATCH] net: avoid limits overflow Eric Dumazet
2010-11-10 20:12 ` David Miller
2010-10-05 21:50 ` [Patch] Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overflows David Miller
2010-10-18 17:43 ` Robin Holt
2010-10-18 17:52 ` Eric Dumazet
2010-10-18 18:34 ` Robin Holt
[not found] <20101020120336.967805943@gulag1.americas.sgi.com>
2010-10-20 12:03 ` Robin Holt
2010-10-20 12:03 ` Robin Holt
2010-10-24 22:28 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101110061507.GF4330@sgi.com \
--to=holt@sgi.com \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=jmorris@namei.org \
--cc=kaber@trash.net \
--cc=kuznet@ms2.inr.ac.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pekkas@netcore.fi \
--cc=w@1wt.eu \
--cc=yoshfuji@linux-ipv6.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.