Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756421AbZJLLpF (ORCPT ); Mon, 12 Oct 2009 07:45:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756355AbZJLLpE (ORCPT ); Mon, 12 Oct 2009 07:45:04 -0400 Received: from mail-a04.ithnet.com ([217.64.83.99]:56833 "HELO ithnet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1755065AbZJLLpC (ORCPT ); Mon, 12 Oct 2009 07:45:02 -0400 X-Sender-Authentication: net64 Date: Mon, 12 Oct 2009 13:44:21 +0200 From: Stephan von Krawczynski To: David Miller Cc: rjw@sisk.pl, linux-kernel@vger.kernel.org, kernel-testers@vger.kernel.org, netdev@vger.kernel.org, jeffrey.t.kirsher@intel.com, jesse.brandeburg@intel.com, peter.p.waskiewicz.jr@intel.com Subject: Re: [Bug #14252] WARNING: at include/linux/skbuff.h:1382 w/ e1000 Message-Id: <20091012134421.1dcaf78b.skraw@ithnet.com> In-Reply-To: <20091012.034919.98011643.davem@davemloft.net> References: <56acieJJ2fF.A.nEB.Hzl0KB@chimera> <20091012.034919.98011643.davem@davemloft.net> Organization: ith Kommunikationstechnik GmbH X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.9; i686-pc-linux-gnu) 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 Content-Length: 2135 Lines: 50 On Mon, 12 Oct 2009 03:49:19 -0700 (PDT) David Miller wrote: > From: "Rafael J. Wysocki" > Date: Mon, 12 Oct 2009 01:01:06 +0200 (CEST) > > > This message has been generated automatically as a part of a report > > of regressions introduced between 2.6.30 and 2.6.31. > > > > The following bug entry is on the current list of known regressions > > introduced between 2.6.30 and 2.6.31. Please verify if it still should > > be listed and let me know (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14252 > > Subject : WARNING: at include/linux/skbuff.h:1382 w/ e1000 > > Submitter : Stephan von Krawczynski > > Date : 2009-09-20 11:26 (22 days old) > > References : http://marc.info/?l=linux-kernel&m=125344599006033&w=4 > > Hmmm... e1000 calls skb_trim() on both jumbo and non-jumbo ring > buffers which get recycled. > > At least for the Jumbo case, that's illegal as you cannot call > skb_trim() on an SKB with paged data. > > But this assertion is triggering for the non-jumbo ring where > only linear packets should be present as far as I can tell. > > Some Intel folks need to take a look, CC:'d, and people need > to CC: their networking bug reports to netdev@vger.kernel.org > so that the proper folks see it. > > Thanks. Really, this was a lucky catch, because most of the time the box goes dead right away. Don't interpret "most of the time" as "continously every day". It just happens sometimes. I am not that surprised because it's a box on the "frontline", you can find a lot of trash going on there, like: Oct 12 12:21:01 box kernel: TCP: Peer 217.231.204.133:61124/80 unexpectedly shrunk window 2348821413:2348838837 (repaired) Oct 12 12:21:02 box kernel: TCP: Peer 217.231.204.133:61124/80 unexpectedly shrunk window 2348821413:2348838837 (repaired) -- Regards, Stephan -- 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/