From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 45542DE17C for ; Sat, 12 Apr 2008 18:50:03 +1000 (EST) Message-ID: <480077B1.3010804@garzik.org> Date: Sat, 12 Apr 2008 04:49:53 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Thomas Klein Subject: Re: [PATCH] ehea: Fix DLPAR memory add support References: <200804041504.54130.osstklei@de.ibm.com> In-Reply-To: <200804041504.54130.osstklei@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Jan-Bernd Themann , netdev , Hannes Hering , linux-kernel , linux-ppc , Christoph Raisch , Stefan Roscher List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Thomas Klein wrote: > This patch fixes two weaknesses in send/receive packet handling which may > lead to kernel panics during DLPAR memory add operations. > > Signed-off-by: Thomas Klein applied