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 ESMTP id DD36DDDE3C for ; Sun, 10 Jun 2007 08:26:40 +1000 (EST) Message-ID: <466B2918.9070400@garzik.org> Date: Sat, 09 Jun 2007 18:26:32 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Thomas Klein Subject: Re: [PATCH 2.6.22-rc4] ehea: Fixed possible kernel panic on VLAN packet recv References: <200706062053.16986.osstklei@de.ibm.com> In-Reply-To: <200706062053.16986.osstklei@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Thomas Klein , Jan-Bernd Themann , netdev , linux-kernel , Christoph Raisch , Stefan Roscher , linux-ppc , Marcus Eder List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Thomas Klein wrote: > This patch fixes a possible kernel panic due to not checking the vlan group > when processing received VLAN packets and a malfunction in VLAN/hypervisor > registration. > > > Signed-off-by: Thomas Klein applied