Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756625AbZDHXJt (ORCPT ); Wed, 8 Apr 2009 19:09:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756035AbZDHXId (ORCPT ); Wed, 8 Apr 2009 19:08:33 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:43673 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1756081AbZDHXIc (ORCPT ); Wed, 8 Apr 2009 19:08:32 -0400 Date: Wed, 08 Apr 2009 16:08:22 -0700 (PDT) Message-Id: <20090408.160822.121490305.davem@davemloft.net> To: shemminger@vyatta.com Cc: mschmidt@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] skge: fix occasional BUG during MTU change From: David Miller In-Reply-To: <20090408160621.06f4e556@s6510> References: <20090407183623.7545bb0b@leela> <20090408.160152.56341911.davem@davemloft.net> <20090408160621.06f4e556@s6510> X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) 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: 1298 Lines: 33 From: Stephen Hemminger Date: Wed, 8 Apr 2009 16:06:21 -0700 > On Wed, 08 Apr 2009 16:01:52 -0700 (PDT) > David Miller wrote: > >> From: Michal Schmidt >> Date: Tue, 7 Apr 2009 18:36:23 +0200 >> >> > The BUG_ON(skge->tx_ring.to_use != skge->tx_ring.to_clean) in skge_up() >> > was sometimes observed when setting MTU. >> > >> > skge_down() disables the TX queue, but then reenables it by mistake via >> > skge_tx_clean(). >> > Fix it by moving the waking of the queue from skge_tx_clean() to the >> > other caller. And to make sure start_xmit is not in progress on another >> > CPU, skge_down() should call netif_tx_disable(). >> > >> > The bug was reported to me by Jiri Jilek whose Debian system sometimes >> > failed to boot. He tested the patch and the bug did not happen anymore. >> > >> > Signed-off-by: Michal Schmidt >> >> Stephen, an ACK possibly? > > I wanted to test on real hardware, and am offsite this week. Ok, I'll wait for that, thanks! -- 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/