From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753185Ab0JCLQV (ORCPT ); Sun, 3 Oct 2010 07:16:21 -0400 Received: from relay3.sgi.com ([192.48.152.1]:56034 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753056Ab0JCLQT (ORCPT ); Sun, 3 Oct 2010 07:16:19 -0400 Date: Sun, 3 Oct 2010 06:16:16 -0500 From: Robin Holt To: Eric Dumazet Cc: Robin Holt , Andrew Morton , Willy Tarreau , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, "David S. Miller" , Alexey Kuznetsov , "Pekka Savola (ipv6)" , James Morris , Hideaki YOSHIFUJI , Patrick McHardy Subject: Re: [Patch] Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overflows. Message-ID: <20101003111616.GS14064@sgi.com> References: <20101002112405.951704198@gulag1.americas.sgi.com> <20101002112419.248437367@gulag1.americas.sgi.com> <1286025736.2582.1827.camel@edumazet-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1286025736.2582.1827.camel@edumazet-laptop> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 02, 2010 at 03:22:16PM +0200, Eric Dumazet wrote: > Le samedi 02 octobre 2010 à 06:24 -0500, Robin Holt a écrit : ... > Strange, you mention sctp in changelog but I cant see the patch. After looking at the patch, I realized it really belonged in a separate change and sent that to the sctp mailing list without noticing I forgot to Cc: lkml. > We can switch infrastructure to use long "instead" of "int", now > atomic_long_t primitives are available for free. > > Reported-by: Robin Holt > Signed-off-by: Eric Dumazet Reviewed-by: Robin Holt