2002-12-21 17:51:59

by Cosmin Matei (lkml)

[permalink] [raw]
Subject: [OOPS] Kernel 2.4.20 ...


Hi all,

I receive this oops from the begining of 2.4.19. Now I'm running a 2.4.20
in SMP mode. Is there anyone who can tell me what is the problem of my
kernel?

Thank you,
Cosmin
--------------------------------------------------------------------------
ksymoops 2.4.8 on i686 2.4.20-SMP. Options used
-V (specified)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.20-SMP/ (default)
-m /usr/src/linux/System.map (default)

kernel BUG at /usr/src/linux-2.4.20-SMP/include/asm/spinlock.h:86!
invalid operand: 0000
CPU: 0
EIP: 0010:[<c011f86b>] Tainted: P
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010002
eax: 00000001 ebx: c0388165 ecx: c02f762c edx: 00000001
esi: 00000046 edi: 0000003f ebp: 00000003 esp: f5449f10
ds: 0018 es: 0018 ss: 0018
Process pppd (pid: 1518, stackpage=f5449000)
Stack: f5448000 00000000 f5449f54 c01154e3 c02bb780 00000000 c010ac8d 00000001
00000001 00000000 00000000 c9fe1d0c 00000000 c0357870 c010941e f5449f54
00000000 c9fe1d0c c9fe1d0c f5449fc4 00000000 c0357870 00000003 00000001
Call trace: [<c01154e3>] (0xf5449f1c))
[<c010ac8d>] (0xf5449f28))
[<c010941e>] (0xf5449f48))
[<c010ac8d>] (0xf5449f7c))
[<c010b02c>] (0xf5449f98))
Code: 0f 0b 56 00 20 50 2b c0 c6 05 44 76 2f c0 01 b8 00 e0 ff ff


>>EIP; c011f86b <printk+1db/210> <=====

>>ebx; c0388165 <printk_buf.1+25/400>
>>ecx; c02f762c <iomem_resource+0/1c>
>>esp; f5449f10 <[i2c-dev].data.end+f3d015/10e4165>

Trace; c01154e3 <nmi_watchdog_tick+a3/189>
Trace; c010ac8d <handle_IRQ_event+2d/90>
Trace; c010941e <nmi+1e/30>
Trace; c010ac8d <handle_IRQ_event+2d/90>
Trace; c010b02c <do_IRQ+11c/1e0>

Code; c011f86b <printk+1db/210>
00000000 <_EIP>:
Code; c011f86b <printk+1db/210> <=====
0: 0f 0b ud2a <=====
Code; c011f86d <printk+1dd/210>
2: 56 push %esi
Code; c011f86e <printk+1de/210>
3: 00 20 add %ah,(%eax)
Code; c011f870 <printk+1e0/210>
5: 50 push %eax
Code; c011f871 <printk+1e1/210>
6: 2b c0 sub %eax,%eax
Code; c011f873 <printk+1e3/210>
8: c6 05 44 76 2f c0 01 movb $0x1,0xc02f7644
Code; c011f87a <printk+1ea/210>
f: b8 00 e0 ff ff mov $0xffffe000,%eax

<0>Kernel panic: Aiee, killing interrupt handler!


2002-12-22 01:39:20

by Richard B. Johnson

[permalink] [raw]
Subject: Re: [OOPS] Kernel 2.4.20 ...

On Sat, 21 Dec 2002, Lists (lst) wrote:

>
> Hi all,
>
> I receive this oops from the begining of 2.4.19. Now I'm running a 2.4.20
> in SMP mode. Is there anyone who can tell me what is the problem of my
> kernel?
>
> Thank you,
> Cosmin


You are using some module that the linux-2.4.20 developers don't
want you to use. Either it's not been converted to current conventions
or it's proprietary an therefore can't be converted.

To wit:

> EIP: 0010:[<c011f86b>] Tainted: P
> kernel BUG at /usr/src/linux-2.4.20-SMP/include/asm/spinlock.h:86!


Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
Why is the government concerned about the lunatic fringe? Think about it.


2002-12-22 09:57:30

by Cosmin Matei (lkml)

[permalink] [raw]
Subject: Re: [OOPS] Kernel 2.4.20 ...

On Sat, 21 Dec 2002, Richard B. Johnson wrote:

> You are using some module that the linux-2.4.20 developers don't
> want you to use. Either it's not been converted to current conventions
> or it's proprietary an therefore can't be converted.

lsmod on my machine:
Module Size Used by Not tainted
via686a 8480 0
eeprom 3504 0 (unused)
i2c-proc 6416 0 [via686a eeprom]
i2c-isa 1200 0 (unused)
i2c-dev 3908 0 (unused)
i2c-viapro 4152 0 (unused)
i2c-core 15748 0 [via686a eeprom i2c-proc i2c-isa i2c-dev i2c-viapro]
ipip 6788 1 (autoclean)
orinoco_cs 4808 2
orinoco 37288 0 [orinoco_cs]
hermes 3460 0 [orinoco_cs orinoco]
ds 6696 2 [orinoco_cs]
i82365 22196 2
pcmcia_core 35072 0 [orinoco_cs ds i82365]
3c59x 23716 2
pci-scan 3140 1 [3c59x]


I'm using modules for sensors (from lm_sensors), for orinoco PCMCIA card
(from pcmcia-cs) and Donald Becker's drivers for 3c59x cards (the driver
from the kernel it's not working for me). All of these are stable. What
can I do?

Thank you,
Cosmin

2002-12-27 17:19:57

by Cosmin Matei (lkml)

[permalink] [raw]
Subject: Re: [OOPS] Kernel 2.4.20 ...

On Sat, 21 Dec 2002, Richard B. Johnson wrote:

> > I receive this oops from the begining of 2.4.19. Now I'm running a 2.4.20
> > in SMP mode. Is there anyone who can tell me what is the problem of my
> > kernel?
> You are using some module that the linux-2.4.20 developers don't
> want you to use. Either it's not been converted to current conventions
> or it's proprietary an therefore can't be converted.
>
> To wit:
>
> > EIP: 0010:[<c011f86b>] Tainted: P
> > kernel BUG at /usr/src/linux-2.4.20-SMP/include/asm/spinlock.h:86!

Hi again,

I eliminated almost all modules and after 6 days of uptime I recived
another OOPS.

Output of ksymoops:
ksymoops 2.4.8 on i686 2.4.20-SMP. Options used
-V (specified)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.20-SMP/ (default)
-m /usr/src/linux/System.map (default)

kernel BUG at slab.c:1218!
invalid operand: 0000
CPU: 0
EIP: 0010:[<c013d8cb>] Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010002
eax: c221e640 ebx: 022e5c34 ecx: 0000006c edx: 0000004c
esi: fc060000 edi: e794e000 ebp: e794e63c esp: f7bf1f10
ds: 0018 es: 0018 ss: 0018
Process kswapd (pid: 7, stackpage=f7bf1000)
Stack: 0076bea0 e794e000 f4c740c0 e794e63c c013ec67 c221e640 e794e000 e794e63c
00000c80 0000007f f7bfad08 f7bfac00 00000000 00000003 00000000 00000000
00000000 c221e640 00000020 000001d0 c02f8b28 00000000 c0140d70 0000003c
Call Trace: [<c013ec67>] (0xf7bf1f20))
[<c0140d70>] (0xf7bf1f68))
[<c0140e41>] (0xf7bf1f78))
[<c0140ff9>] (0xf7bf1f9c))
[<c0141066>] (0xf7bf1fb0))
[<c01411b1>] (0xf7bf1fc0))
[<c0141110>] (0xf7bf1fc8))
[<c0105000>] (0xf7bf1fec))
[<c0107386>] (0xf7bf1ff0))
[<c0141110>] (0xf7bf1ff8))
Code: 0f 0b c2 04 78 04 2c c0 89 d8 0f af c1 8d 04 30 39 c5 74 08


>>EIP; c013d8cb <kmem_extra_free_checks+2b/70> <=====

>>eax; c221e640 <_end+1e510a8/33572ac8>
>>edi; e794e000 <_end+27580a68/33572ac8>
>>ebp; e794e63c <_end+275810a4/33572ac8>

Trace; c013ec67 <kmem_cache_reap+277/650>
Trace; c0140d70 <shrink_caches+10/80>
Trace; c0140e41 <try_to_free_pages_zone+61/f0>
Trace; c0140ff9 <kswapd_balance_pgdat+59/a0>
Trace; c0141066 <kswapd_balance+26/40>
Trace; c01411b1 <kswapd+a1/ba>
Trace; c0141110 <kswapd+0/ba>
Trace; c0105000 <_stext+0/0>
Trace; c0107386 <kernel_thread+26/30>
Trace; c0141110 <kswapd+0/ba>

Code; c013d8cb <kmem_extra_free_checks+2b/70>
00000000 <_EIP>:
Code; c013d8cb <kmem_extra_free_checks+2b/70> <=====
0: 0f 0b ud2a <=====
Code; c013d8cd <kmem_extra_free_checks+2d/70>
2: c2 04 78 ret $0x7804
Code; c013d8d0 <kmem_extra_free_checks+30/70>
5: 04 2c add $0x2c,%al
Code; c013d8d2 <kmem_extra_free_checks+32/70>
7: c0 89 d8 0f af c1 8d rorb $0x8d,0xc1af0fd8(%ecx)
Code; c013d8d9 <kmem_extra_free_checks+39/70>
e: 04 30 add $0x30,%al
Code; c013d8db <kmem_extra_free_checks+3b/70>
10: 39 c5 cmp %eax,%ebp
Code; c013d8dd <kmem_extra_free_checks+3d/70>
12: 74 08 je 1c <_EIP+0x1c>

What is the problem now?

Thank You,
Cosmin