public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.0-test5]oops inserting PCMCIA card
@ 2003-09-08 23:30 Fedor Karpelevitch
  2003-09-09 16:30 ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: Fedor Karpelevitch @ 2003-09-08 23:30 UTC (permalink / raw)
  To: linux-kernel

when I insert a PCMCIA card I get the oops cited below. There is no driver for the card so it is not to blame.
when I eject the card afterwards I get an oops in interrupt so it reboots I could not capture the trace.

here is the bridge info:

00:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)
        Subsystem: Compaq Computer Corporation: Unknown device 00b0
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 168, cache line size 10
        Interrupt: pin A routed to IRQ 10
        Region 0: Memory at ffbfe000 (32-bit, non-prefetchable) [size=4K]
        Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
        Memory window 1: 10000000-103ff000
        I/O window 0: 00001000-000010ff
        I/O window 1: 00001400-000014ff
        BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
        16-bit legacy interface ports at 0001

here is the oops: (I get same oops in test4-mm6)

Sep  8 16:05:49 bologoe kernel: Unable to handle kernel paging request at virtual address d08721c0
Sep  8 16:05:49 bologoe kernel:  printing eip:
Sep  8 16:05:49 bologoe kernel: c020b80a
Sep  8 16:05:49 bologoe kernel: *pde = 013ae067
Sep  8 16:05:49 bologoe kernel: *pte = 00000000
Sep  8 16:05:49 bologoe kernel: Oops: 0000 [#1]
Sep  8 16:05:49 bologoe kernel: CPU:    0
Sep  8 16:05:49 bologoe kernel: EIP:    0060:[pci_match_device+10/160]    Not tainted
Sep  8 16:05:49 bologoe kernel: EFLAGS: 00010286
Sep  8 16:05:49 bologoe kernel: EIP is at pci_match_device+0xa/0xa0
Sep  8 16:05:49 bologoe kernel: eax: d08721c0   ebx: cdbf9334   ecx: 00000002   edx: d08721c0
Sep  8 16:05:49 bologoe kernel: esi: d08afe88   edi: cdbf9334   ebp: cdef3e14   esp: cdef3e10
Sep  8 16:05:49 bologoe kernel: ds: 007b   es: 007b   ss: 0068
Sep  8 16:05:49 bologoe kernel: Process pccardd (pid: 765, threadinfo=cdef2000 task=cdd7db40)
Sep  8 16:05:49 bologoe kernel: Stack: d08afe60 cdef3e54 c020c14a d08721c0 cdbf9334 0000006b 000005ed 00000088 
Sep  8 16:05:49 bologoe kernel:        c0202fdf c3cd8d54 d0827b80 00000282 0000002e 0248a870 d08afe88 cdbf9388 
Sep  8 16:05:49 bologoe kernel:        ffffffed cdef3e70 c025a95a cdbf9388 d08afe88 d08afed4 cdbf9388 c037e7f8 
Sep  8 16:05:49 bologoe kernel: Call Trace:
Sep  8 16:05:49 bologoe kernel:  [pci_bus_match+42/816] pci_bus_match+0x2a/0x330
Sep  8 16:05:49 bologoe kernel:  [kset_hotplug+751/960] kset_hotplug+0x2ef/0x3c0
Sep  8 16:05:49 bologoe kernel:  [bus_match+42/112] bus_match+0x2a/0x70
Sep  8 16:05:49 bologoe kernel:  [device_attach+82/176] device_attach+0x52/0xb0
Sep  8 16:05:49 bologoe kernel:  [bus_add_device+117/192] bus_add_device+0x75/0xc0
Sep  8 16:05:49 bologoe kernel:  [device_add+209/272] device_add+0xd1/0x110
Sep  8 16:05:49 bologoe kernel:  [pci_bus_add_devices+583/976] pci_bus_add_devices+0x247/0x3d0
Sep  8 16:05:49 bologoe kernel:  [__crc___wait_on_buffer+2481555/2542871] cardbus_assign_irqs+0xc1/0xd0 [pcmcia_core]
Sep  8 16:05:49 bologoe kernel:  [__crc___wait_on_buffer+2481762/2542871] cb_alloc+0xc0/0x100 [pcmcia_core]
Sep  8 16:05:49 bologoe kernel:  [__crc___wait_on_buffer+2467213/2542871] socket_setup+0x11b/0x170 [pcmcia_core]
Sep  8 16:05:49 bologoe kernel:  [__crc___wait_on_buffer+2467471/2542871] socket_insert+0xad/0x150 [pcmcia_core]
Sep  8 16:05:49 bologoe kernel:  [__crc___wait_on_buffer+2468209/2542871] socket_detect_change+0x4f/0x80 [pcmcia_core]
Sep  8 16:05:49 bologoe kernel:  [__crc___wait_on_buffer+2468851/2542871] pccardd+0x251/0x320 [pcmcia_core]
Sep  8 16:05:49 bologoe kernel:  [default_wake_function+0/48] default_wake_function+0x0/0x30
Sep  8 16:05:49 bologoe kernel:  [ret_from_fork+6/20] ret_from_fork+0x6/0x14
Sep  8 16:05:49 bologoe kernel:  [default_wake_function+0/48] default_wake_function+0x0/0x30
Sep  8 16:05:49 bologoe kernel:  [__crc___wait_on_buffer+2468258/2542871] pccardd+0x0/0x320 [pcmcia_core]
Sep  8 16:05:49 bologoe kernel:  [kernel_thread_helper+5/12] kernel_thread_helper+0x5/0xc
Sep  8 16:05:49 bologoe kernel: 
Sep  8 16:05:49 bologoe kernel: Code: 8b 0a 85 c9 74 74 83 f9 ff 74 2e 0f b7 43 24 39 c1 74 26 31 
Sep  8 16:05:49 bologoe pci.agent[1865]: ... no modules for PCI slot 0000:02:00.0

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

* Re: [2.6.0-test5]oops inserting PCMCIA card
  2003-09-08 23:30 [2.6.0-test5]oops inserting PCMCIA card Fedor Karpelevitch
@ 2003-09-09 16:30 ` Russell King
       [not found]   ` <200309091202.03759.fedor@karpelevitch.net>
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King @ 2003-09-09 16:30 UTC (permalink / raw)
  To: Fedor Karpelevitch; +Cc: linux-kernel

On Mon, Sep 08, 2003 at 04:30:19PM -0700, Fedor Karpelevitch wrote:
> Unable to handle kernel paging request at virtual address d08721c0
>  printing eip:
> c020b80a
> *pde = 013ae067
> *pte = 00000000
> Oops: 0000 [#1]
> CPU:    0
> EIP:    0060:[pci_match_device+10/160]    Not tainted
> EFLAGS: 00010286
> EIP is at pci_match_device+0xa/0xa0
> eax: d08721c0   ebx: cdbf9334   ecx: 00000002   edx: d08721c0
> esi: d08afe88   edi: cdbf9334   ebp: cdef3e14   esp: cdef3e10
> ds: 007b   es: 007b   ss: 0068
> Process pccardd (pid: 765, threadinfo=cdef2000 task=cdd7db40)
> Stack: d08afe60 cdef3e54 c020c14a d08721c0 cdbf9334 0000006b 000005ed 00000088 
>        c0202fdf c3cd8d54 d0827b80 00000282 0000002e 0248a870 d08afe88 cdbf9388 
>        ffffffed cdef3e70 c025a95a cdbf9388 d08afe88 d08afed4 cdbf9388 c037e7f8 
> Call Trace:
>  [pci_bus_match+42/816] pci_bus_match+0x2a/0x330
>  [kset_hotplug+751/960] kset_hotplug+0x2ef/0x3c0
>  [bus_match+42/112] bus_match+0x2a/0x70
>  [device_attach+82/176] device_attach+0x52/0xb0
>  [bus_add_device+117/192] bus_add_device+0x75/0xc0
>  [device_add+209/272] device_add+0xd1/0x110
>  [pci_bus_add_devices+583/976] pci_bus_add_devices+0x247/0x3d0
>  [__crc___wait_on_buffer+2481555/2542871] cardbus_assign_irqs+0xc1/0xd0 [pcmcia_core]
>  [__crc___wait_on_buffer+2481762/2542871] cb_alloc+0xc0/0x100 [pcmcia_core]
>  [__crc___wait_on_buffer+2467213/2542871] socket_setup+0x11b/0x170 [pcmcia_core]
>  [__crc___wait_on_buffer+2467471/2542871] socket_insert+0xad/0x150 [pcmcia_core]
>  [__crc___wait_on_buffer+2468209/2542871] socket_detect_change+0x4f/0x80 [pcmcia_core]
>  [__crc___wait_on_buffer+2468851/2542871] pccardd+0x251/0x320 [pcmcia_core]
>  [default_wake_function+0/48] default_wake_function+0x0/0x30
>  [ret_from_fork+6/20] ret_from_fork+0x6/0x14
>  [default_wake_function+0/48] default_wake_function+0x0/0x30
>  [__crc___wait_on_buffer+2468258/2542871] pccardd+0x0/0x320 [pcmcia_core]
>  [kernel_thread_helper+5/12] kernel_thread_helper+0x5/0xc
> 
> Code: 8b 0a 85 c9 74 74 83 f9 ff 74 2e 0f b7 43 24 39 c1 74 26 31 

This isn't a PCMCIA nor CardBus problem.

If its in pci_bus_match, I'll place my bets on a PCI driver whose
pci_driver structure is marked __initdata, or whose pci_device_id table
is marked __initdata.

Which modules do you have loaded?

-- 
Russell King (rmk@arm.linux.org.uk)	http://www.arm.linux.org.uk/personal/
Linux kernel maintainer of:
  2.6 ARM Linux   - http://www.arm.linux.org.uk/
  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
  2.6 Serial core

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

* Re: [2.6.0-test5]oops inserting PCMCIA card
       [not found]   ` <200309091202.03759.fedor@karpelevitch.net>
@ 2003-09-09 19:14     ` Russell King
  2003-09-10  6:01       ` Fedor Karpelevitch
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King @ 2003-09-09 19:14 UTC (permalink / raw)
  To: Fedor Karpelevitch, Linus Torvalds, David Jones; +Cc: linux-kernel

On Tue, Sep 09, 2003 at 12:02:03PM -0700, Fedor Karpelevitch wrote:
> see attachments. I included couple other items in case they may be 
> relevant.

Well, first driver I looked at - ati-agp.  This should fix all the AGP
drivers.

Linus please apply.  pci_device_id tables can not and must not be marked
discardable.

diff -ur orig/drivers/char/agp/ati-agp.c linux/drivers/char/agp/ati-agp.c
--- orig/drivers/char/agp/ati-agp.c	Mon Sep  8 23:36:52 2003
+++ linux/drivers/char/agp/ati-agp.c	Tue Sep  9 20:11:19 2003
@@ -491,7 +491,7 @@
 	agp_put_bridge(bridge);
 }
 
-static struct pci_device_id agp_ati_pci_table[] __initdata = {
+static struct pci_device_id agp_ati_pci_table[] = {
 	{
 	.class		= (PCI_CLASS_BRIDGE_HOST << 8),
 	.class_mask	= ~0,
diff -ur orig/drivers/char/agp/sis-agp.c linux/drivers/char/agp/sis-agp.c
--- orig/drivers/char/agp/sis-agp.c	Mon Sep  8 23:36:53 2003
+++ linux/drivers/char/agp/sis-agp.c	Tue Sep  9 20:12:38 2003
@@ -215,7 +215,7 @@
 	agp_put_bridge(bridge);
 }
 
-static struct pci_device_id agp_sis_pci_table[] __initdata = {
+static struct pci_device_id agp_sis_pci_table[] = {
 	{
 	.class		= (PCI_CLASS_BRIDGE_HOST << 8),
 	.class_mask	= ~0,
diff -ur orig/drivers/char/agp/uninorth-agp.c linux/drivers/char/agp/uninorth-agp.c
--- orig/drivers/char/agp/uninorth-agp.c	Thu Sep  4 16:36:58 2003
+++ linux/drivers/char/agp/uninorth-agp.c	Tue Sep  9 20:12:38 2003
@@ -350,7 +350,7 @@
 	agp_put_bridge(bridge);
 }
 
-static struct pci_device_id agp_uninorth_pci_table[] __initdata = {
+static struct pci_device_id agp_uninorth_pci_table[] = {
 	{
 	.class		= (PCI_CLASS_BRIDGE_HOST << 8),
 	.class_mask	= ~0,
diff -ur orig/drivers/char/agp/via-agp.c linux/drivers/char/agp/via-agp.c
--- orig/drivers/char/agp/via-agp.c	Mon Sep  8 23:36:53 2003
+++ linux/drivers/char/agp/via-agp.c	Tue Sep  9 20:12:38 2003
@@ -432,7 +432,7 @@
 	agp_put_bridge(bridge);
 }
 
-static struct pci_device_id agp_via_pci_table[] __initdata = {
+static struct pci_device_id agp_via_pci_table[] = {
 	{
 	.class		= (PCI_CLASS_BRIDGE_HOST << 8),
 	.class_mask	= ~0,

-- 
Russell King (rmk@arm.linux.org.uk)	http://www.arm.linux.org.uk/personal/
Linux kernel maintainer of:
  2.6 ARM Linux   - http://www.arm.linux.org.uk/
  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
  2.6 Serial core

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

* Re: [2.6.0-test5]oops inserting PCMCIA card
  2003-09-09 19:14     ` Russell King
@ 2003-09-10  6:01       ` Fedor Karpelevitch
  0 siblings, 0 replies; 4+ messages in thread
From: Fedor Karpelevitch @ 2003-09-10  6:01 UTC (permalink / raw)
  To: Russell King, Linus Torvalds, David Jones; +Cc: linux-kernel

Russell King wrote:
> On Tue, Sep 09, 2003 at 12:02:03PM -0700, Fedor Karpelevitch wrote:
> > see attachments. I included couple other items in case they may
> > be relevant.
>
> Well, first driver I looked at - ati-agp.  This should fix all the
> AGP drivers.
>
> Linus please apply.  pci_device_id tables can not and must not be
> marked discardable.
>
> diff -ur orig/drivers/char/agp/ati-agp.c
....

thanks. this seems to fix this issue for me. Is there any more direct 
way trigger this bug?

Fedor.

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

end of thread, other threads:[~2003-09-10  5:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-08 23:30 [2.6.0-test5]oops inserting PCMCIA card Fedor Karpelevitch
2003-09-09 16:30 ` Russell King
     [not found]   ` <200309091202.03759.fedor@karpelevitch.net>
2003-09-09 19:14     ` Russell King
2003-09-10  6:01       ` Fedor Karpelevitch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox