From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 24 Oct 2007 07:06:33 +0200 From: Heiko Carstens Subject: Re: [BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface Message-ID: <20071024050633.GA12335@osiris.boeblingen.de.ibm.com> References: <471EBC02.5000907@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <471EBC02.5000907@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Kamalesh Babulal Cc: linux390@de.ibm.com, linux-s390@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Whitcroft List-ID: On Wed, Oct 24, 2007 at 08:59:06AM +0530, Kamalesh Babulal wrote: > Hi, >=20 > Kernel panic's while bringing up the network interface with the 2.6.23-gi= t19 >=20 > Setting network parameters: =DD OK =A8 > Bringing up loopback interface: =DD OK =A8 > Bringing up interface eth0: > =DD<00000000002e2f72>=A8 inet_ioctl+0xd6/0x110 > =DD<000000000027cae2>=A8 sock_ioctl+0x26e/0x2a0 > =DD<00000000000b4c52>=A8 do_ioctl+0x4a/0xac > =DD<00000000000b5076>=A8 vfs_ioctl+0x3c2/0x3d8 > =DD<00000000000b50ec>=A8 sys_ioctl+0x60/0x88 > =DD<0000000000021b7e>=A8 sysc_noemu+0x10/0x16 > =DD<00000200001201ca>=A8 0x200001201ca >=20 > <0>Kernel panic - not syncing: Fatal exception in interrupt > 00: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP st= op from > CPU 01. > 02: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP st= op from > CPU 01. > 03: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP st= op from > CPU 01. > 01: HCPGIR450W CP entered; disabled wait PSW 00020001 80000000 00000000 0= 00164DE That should be fixed with this one: commit f1ecfd5d3b69d98b814435758c485e6fd0e112de Author: Ursula Braun Date: Mon Oct 22 16:16:14 2007 +0200 remove header_ops bug in qeth driver =20 Remove qeth bug caused by commit: [NET]: Move hardware header operations out of netdevice. =20 This is the second part of the qeth header_ops patch, since first patch sent 10/19 has been insufficient. Nevertheless first patch is still valid and should be kept. =20 Signed-off-by: Ursula Braun Signed-off-by: Jeff Garzik Patch is in -rc1. Could you please pull and try again? Thanks.