Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758018AbXIBEtS (ORCPT ); Sun, 2 Sep 2007 00:49:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751890AbXIBEtD (ORCPT ); Sun, 2 Sep 2007 00:49:03 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:54849 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750972AbXIBEtA (ORCPT ); Sun, 2 Sep 2007 00:49:00 -0400 Date: Sun, 2 Sep 2007 10:32:06 +0530 (IST) From: Satyam Sharma X-X-Sender: satyam@enigma.security.iitk.ac.in To: Alexey Dobriyan cc: Andrew Morton , Linux Kernel Mailing List , netdev@vger.kernel.org, davem@davemloft.net Subject: Re: 2.6.23-rc4-mm1: unpingable box and NULL dereference at tcp_rto_min() In-Reply-To: <20070902023618.GA2537@martell.zuzino.mipt.ru> Message-ID: References: <20070831215822.26e1432b.akpm@linux-foundation.org> <20070902023618.GA2537@martell.zuzino.mipt.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 918 Lines: 26 On Sun, 2 Sep 2007, Alexey Dobriyan wrote: > > Unable to handle kernel NULL pointer dereference at 0000000000000039 RIP: > [] tcp_rto_min+0xc/0x20 tcp_rto_min() lacks a check-for-NULL. You want 5c127c58ae9bf196 from the net-2.6.git tree -- so this will be gone in -rc6. > P.S.: uh-oh, it's "[TCP] Allow minnimum RTO ..." aka 05bb1fad1cde Yup, it came from this last commit in net-2.6 before -rc5. [ Considering it's pretty core code (and thus the oops fairly easily reproducible), I initially thought this must've come from net-2.6.24. I suspect lot of testers might hit this, so would be wise to put that patch up as a hot-fix ? ] Satyam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/