LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface
@ 2007-10-24  3:29 Kamalesh Babulal
  2007-10-24  5:06 ` Heiko Carstens
  0 siblings, 1 reply; 3+ messages in thread
From: Kamalesh Babulal @ 2007-10-24  3:29 UTC (permalink / raw)
  To: linux390; +Cc: linux-s390, netdev, linux-kernel, Andy Whitcroft

Hi,

Kernel panic's while bringing up the network interface with the 2.6.23-git19

Setting network parameters:  Ý  OK  ¨
Bringing up loopback interface:  Ý  OK  ¨
Bringing up interface eth0:
 Ý<00000000002e2f72>¨ inet_ioctl+0xd6/0x110
 Ý<000000000027cae2>¨ sock_ioctl+0x26e/0x2a0
 Ý<00000000000b4c52>¨ do_ioctl+0x4a/0xac
 Ý<00000000000b5076>¨ vfs_ioctl+0x3c2/0x3d8
 Ý<00000000000b50ec>¨ sys_ioctl+0x60/0x88
 Ý<0000000000021b7e>¨ sysc_noemu+0x10/0x16
 Ý<00000200001201ca>¨ 0x200001201ca

 <0>Kernel panic - not syncing: Fatal exception in interrupt
00: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
 CPU 01.
02: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
 CPU 01.
03: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
 CPU 01.
01: HCPGIR450W CP entered; disabled wait PSW 00020001 80000000 00000000 000164DE

-- 
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface
  2007-10-24  3:29 [BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface Kamalesh Babulal
@ 2007-10-24  5:06 ` Heiko Carstens
  2007-10-24 10:55   ` Kamalesh Babulal
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Carstens @ 2007-10-24  5:06 UTC (permalink / raw)
  To: Kamalesh Babulal
  Cc: linux390, linux-s390, netdev, linux-kernel, Andy Whitcroft

On Wed, Oct 24, 2007 at 08:59:06AM +0530, Kamalesh Babulal wrote:
> Hi,
> 
> Kernel panic's while bringing up the network interface with the 2.6.23-git19
> 
> Setting network parameters:  Ý  OK  ¨
> Bringing up loopback interface:  Ý  OK  ¨
> Bringing up interface eth0:
>  Ý<00000000002e2f72>¨ inet_ioctl+0xd6/0x110
>  Ý<000000000027cae2>¨ sock_ioctl+0x26e/0x2a0
>  Ý<00000000000b4c52>¨ do_ioctl+0x4a/0xac
>  Ý<00000000000b5076>¨ vfs_ioctl+0x3c2/0x3d8
>  Ý<00000000000b50ec>¨ sys_ioctl+0x60/0x88
>  Ý<0000000000021b7e>¨ sysc_noemu+0x10/0x16
>  Ý<00000200001201ca>¨ 0x200001201ca
> 
>  <0>Kernel panic - not syncing: Fatal exception in interrupt
> 00: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
>  CPU 01.
> 02: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
>  CPU 01.
> 03: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
>  CPU 01.
> 01: HCPGIR450W CP entered; disabled wait PSW 00020001 80000000 00000000 000164DE

That should be fixed with this one:

commit f1ecfd5d3b69d98b814435758c485e6fd0e112de
Author: Ursula Braun <braunu@de.ibm.com>
Date:   Mon Oct 22 16:16:14 2007 +0200

    remove header_ops bug in qeth driver
    
    Remove qeth bug caused by commit:
    [NET]: Move hardware header operations out of netdevice.
    
    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.
    
    Signed-off-by: Ursula Braun <braunu@de.ibm.com>
    Signed-off-by: Jeff Garzik <jeff@garzik.org>

Patch is in -rc1. Could you please pull and try again? Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface
  2007-10-24  5:06 ` Heiko Carstens
@ 2007-10-24 10:55   ` Kamalesh Babulal
  0 siblings, 0 replies; 3+ messages in thread
From: Kamalesh Babulal @ 2007-10-24 10:55 UTC (permalink / raw)
  To: Heiko Carstens; +Cc: linux390, linux-s390, netdev, linux-kernel, Andy Whitcroft

Heiko Carstens wrote:
> On Wed, Oct 24, 2007 at 08:59:06AM +0530, Kamalesh Babulal wrote:
>> Hi,
>>
>> Kernel panic's while bringing up the network interface with the 2.6.23-git19
>>
>> Setting network parameters:  Ý  OK  ¨
>> Bringing up loopback interface:  Ý  OK  ¨
>> Bringing up interface eth0:
>>  Ý<00000000002e2f72>¨ inet_ioctl+0xd6/0x110
>>  Ý<000000000027cae2>¨ sock_ioctl+0x26e/0x2a0
>>  Ý<00000000000b4c52>¨ do_ioctl+0x4a/0xac
>>  Ý<00000000000b5076>¨ vfs_ioctl+0x3c2/0x3d8
>>  Ý<00000000000b50ec>¨ sys_ioctl+0x60/0x88
>>  Ý<0000000000021b7e>¨ sysc_noemu+0x10/0x16
>>  Ý<00000200001201ca>¨ 0x200001201ca
>>
>>  <0>Kernel panic - not syncing: Fatal exception in interrupt
>> 00: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
>>  CPU 01.
>> 02: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
>>  CPU 01.
>> 03: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from
>>  CPU 01.
>> 01: HCPGIR450W CP entered; disabled wait PSW 00020001 80000000 00000000 000164DE
> 
> That should be fixed with this one:
> 
> commit f1ecfd5d3b69d98b814435758c485e6fd0e112de
> Author: Ursula Braun <braunu@de.ibm.com>
> Date:   Mon Oct 22 16:16:14 2007 +0200
> 
>     remove header_ops bug in qeth driver
>     
>     Remove qeth bug caused by commit:
>     [NET]: Move hardware header operations out of netdevice.
>     
>     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.
>     
>     Signed-off-by: Ursula Braun <braunu@de.ibm.com>
>     Signed-off-by: Jeff Garzik <jeff@garzik.org>
> 
> Patch is in -rc1. Could you please pull and try again? Thanks.

Hi,

The kernel panic is not seen in the 2.6.24-rc1 kernel.

-- 
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-24 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-24  3:29 [BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface Kamalesh Babulal
2007-10-24  5:06 ` Heiko Carstens
2007-10-24 10:55   ` Kamalesh Babulal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).