From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754708AbZLNHpb (ORCPT ); Mon, 14 Dec 2009 02:45:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751967AbZLNHpa (ORCPT ); Mon, 14 Dec 2009 02:45:30 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:53753 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751440AbZLNHp3 (ORCPT ); Mon, 14 Dec 2009 02:45:29 -0500 Date: Sun, 13 Dec 2009 23:45:30 -0800 (PST) Message-Id: <20091213.234530.82029083.davem@davemloft.net> To: eric.dumazet@gmail.com Cc: lists@nerdbynature.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: Badness at net/ipv4/inet_connection_sock.c:293 From: David Miller In-Reply-To: <4B25D38F.1090702@gmail.com> References: <20091212.010340.227842186.davem@davemloft.net> <4B2360BF.5000102@gmail.com> <4B25D38F.1090702@gmail.com> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eric Dumazet Date: Mon, 14 Dec 2009 06:56:31 +0100 > It seems to me tcp_create_openreq_child() doesnt properly initialize > newtp->cookie_values to NULL, but this should not produce warnings like that ? If oldtp->cookie_values is NULL, the child's should be as well because of sk_clone().