From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759014Ab0EYUve (ORCPT ); Tue, 25 May 2010 16:51:34 -0400 Received: from kroah.org ([198.145.64.141]:45661 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755642Ab0EYUvd (ORCPT ); Tue, 25 May 2010 16:51:33 -0400 Date: Tue, 25 May 2010 13:18:37 -0700 From: Greg KH To: "Brandeburg, Jesse" Cc: Jeff Kirsher , "linux-kernel@vger.kernel.org" , "stable@kernel.org" , Brandon , "netdev@vger.kernel.org" , "davem@davemloft.net" Subject: Re: [stable] [stable-2.6.32 PATCH] ixgbe: backport bug fix for tx panic Message-ID: <20100525201837.GA13821@kroah.com> References: <20100511004655.30590.74584.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 Tue, May 25, 2010 at 09:27:25AM -0700, Brandeburg, Jesse wrote: > > > On Tue, 25 May 2010, Jeff Kirsher wrote: > > > On Mon, May 10, 2010 at 17:46, Jeff Kirsher wrote: > > > From: Jesse Brandeburg > > > > > > backporting this commit: > > > > > > commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f > > > Author: Krishna Kumar > > > Date:   Wed Feb 3 13:13:10 2010 +0000 > > > > > >    ixgbe: Fix return of invalid txq > > > > > >    a developer had complained of getting lots of warnings: > > > > > >    "eth16 selects TX queue 98, but real number of TX queues is 64" > > > > > >    http://www.mail-archive.com/e1000-devel@lists.sourceforge.net/msg02200.html > > > > > >    As there was no follow up on that bug, I am submitting this > > >    patch assuming that the other return points will not return > > >    invalid txq's, and also that this fixes the bug (not tested). > > > > > >    Signed-off-by: Krishna Kumar > > >    Signed-off-by: Jesse Brandeburg > > >    Acked-by: Peter P Waskiewicz Jr > > >    Signed-off-by: Jeff Kirsher > > >    Signed-off-by: David S. Miller > > > > > > CC: Brandon > > > Signed-off-by: Jesse Brandeburg > > > --- > > > > > >  drivers/net/ixgbe/ixgbe_main.c |    8 ++++++-- > > >  1 files changed, 6 insertions(+), 2 deletions(-) > > > > > > > Greg - status? Did you queue this patch for the stable release and I missed it? > > Maybe we didn't say (and we should have) that this fixes a panic on > machines with > 64 cores. Please apply to -stable 32. I'll get to it for the next release after this one, if that's ok. thanks, greg k-h