From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 2.6.31] ehea: Fix napi list corruption on ifconfig down Date: Tue, 04 Aug 2009 11:48:49 -0700 (PDT) Message-ID: <20090804.114849.263290756.davem@davemloft.net> References: <200908041620.16542.hannes.hering@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, netdev@vger.kernel.org, ossrosch@linux.vnet.ibm.com, ossthema@de.ibm.com, raisch@de.ibm.com, themann@de.ibm.com, osstklei@de.ibm.com To: hannes.hering@linux.vnet.ibm.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38261 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933261AbZHDSsk (ORCPT ); Tue, 4 Aug 2009 14:48:40 -0400 In-Reply-To: <200908041620.16542.hannes.hering@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Hannes Hering Date: Tue, 4 Aug 2009 16:20:15 +0200 > This patch fixes the napi list handling when an ehea interface is shut down to > avoid corruption of the napi list. > > Signed-off-by: Hannes Hering Applied, thanks.