From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 6CAADDDDF9 for ; Tue, 5 May 2009 04:07:09 +1000 (EST) Date: Mon, 04 May 2009 11:07:01 -0700 (PDT) Message-Id: <20090504.110701.11718010.davem@davemloft.net> To: hannes.hering@linux.vnet.ibm.com Subject: Re: [PATCH 2.6.30-rc5] ehea: fix invalid pointer access From: David Miller In-Reply-To: <200905041802.30527.hannes.hering@linux.vnet.ibm.com> References: <200905041802.30527.hannes.hering@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: themann@de.ibm.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, raisch@de.ibm.com, ossrosch@linux.vnet.ibm.com, linuxppc-dev@ozlabs.org, ossthema@de.ibm.com, osstklei@de.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Hannes Hering Date: Mon, 4 May 2009 18:02:30 +0200 > This patch fixes an invalid pointer access in case the receive queue holds no > pointer to the next skb when the queue is empty. > > Signed-off-by: Hannes Hering > Signed-off-by: Jan-Bernd Themann Applied, thanks.