linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Alfaro Solana <felipe_alfaro@linuxmail.org>
To: DevilKin-LKML <devilkin-lkml@blindguardian.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [2.5.67 - 2.5.68] Hangs on pcmcia yenta_socket initialisation
Date: 24 Apr 2003 00:14:53 +0200	[thread overview]
Message-ID: <1051136092.652.16.camel@teapot.felipe-alfaro.com> (raw)
In-Reply-To: <200304232050.41230.devilkin-lkml@blindguardian.org>

On Wed, 2003-04-23 at 20:50, DevilKin-LKML wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Wednesday 23 April 2003 16:23, Felipe Alfaro Solana wrote:
> > Could you please try again with this individual and newer PCMCIA patch
> > at http://patches.arm.linux.org.uk/pcmcia-20030421.diff? If you prefer,
> > you can also try with 2.5.68-mm2 which includes the mentioned patch.
> 
> Tried the patch against vanilla 2.5.68, gives me this oops
> 
> Linux Kernel Card Services 3.1.22
>   options:  [pci] [cardbus] [pm]
> Intel PCIC probe: not found.
> PCI: Found IRQ 11 for device 00:03.0
> PCI: Sharing IRQ 11 with 00:03.1
> PCI: Sharing IRQ 11 with 00:07.2
> Yenta IRQ list 0698, PCI irq11
> Socket status: 30000020
> PCI: Found IRQ 11 for device 00:03.1
> PCI: Sharing IRQ 11 with 00:03.0
> PCI: Sharing IRQ 11 with 00:07.2
> Yenta IRQ list 0698, PCI irq11
> Socket status: 30000010
> cs: IO port probe 0x0c00-0x0cff: clean.
> cs: IO port probe 0x0800-0x08ff: excluding 0x800-0x84f 0x868-0x86f
> cs: IO port probe 0x0100-0x04ff: excluding 0x280-0x287 0x4d0-0x4d7
> cs: IO port probe 0x0a00-0x0aff: clean.
> Unable to handle kernel paging request at virtual address d10545c0
>  printing eip:
> c01b0368
> *pde = 0fb66067
> *pte = 00000000
> Oops: 0000 [#1]
> CPU:    0
> EIP:    0060:[<c01b0368>]    Not tainted
> EFLAGS: 00010286
> EIP is at pci_bus_match+0x18/0xb0
> eax: 00000000   ebx: cf2a8800   ecx: d10545c0   edx: 00000000
> esi: cf2a884c   edi: ffffffed   ebp: c12d284c   esp: ce591e88
> ds: 007b   es: 007b   ss: 0068
> Process pcmcia/0 (pid: 388, threadinfo=ce590000 task=ce6f7300)
> Stack: d109edc8 c01d1abf cf2a884c d109edc8 d109edf8 cf2a884c c02d7ff8 c01d1b5f 
>        cf2a884c d109edc8 cf2a884c c02d7fa0 cf2a8888 c01d1d24 cf2a884c c0282ddf 
>        c02de000 cf2a884c 00000000 cf2a8888 c01d0ef0 cf2a884c cf2a8800 cffd08b4 
> Call Trace:
>  [<d109edc8>] m3_pci_driver+0x28/0xa0 [maestro3]
>  [<c01d1abf>] bus_match+0x2f/0x80
>  [<d109edc8>] m3_pci_driver+0x28/0xa0 [maestro3]
>  [<d109edf8>] m3_pci_driver+0x58/0xa0 [maestro3]
>  [<c01d1b5f>] device_attach+0x4f/0x90
>  [<d109edc8>] m3_pci_driver+0x28/0xa0 [maestro3]
>  [<c01d1d24>] bus_add_device+0x64/0xb0
>  [<c01d0ef0>] device_add+0xd0/0x110
>  [<c01aca6b>] pci_bus_add_devices+0x4b/0xb0
>  [<d116fdad>] cb_alloc+0xad/0xf0 [pcmcia_core]
>  [<d115a17e>] pci_set_socket+0x3e/0x40 [yenta_socket]
>  [<d115d140>] +0x0/0x5a0 [yenta_socket]
>  [<d116c6d1>] state_wait_ready+0x151/0x260 [pcmcia_core]
>  [<d116b9fa>] get_socket_status+0x1a/0x20 [pcmcia_core]
>  [<d116cbae>] sm_do_work+0x5e/0x70 [pcmcia_core]
>  [<c012867f>] worker_thread+0x1ff/0x2e0
>  [<d116cb50>] sm_do_work+0x0/0x70 [pcmcia_core]
>  [<c01168f0>] default_wake_function+0x0/0x20
>  [<c01091c2>] ret_from_fork+0x6/0x14
>  [<c01168f0>] default_wake_function+0x0/0x20
>  [<c0128480>] worker_thread+0x0/0x2e0
>  [<c01071dd>] kernel_thread_helper+0x5/0x18
> 
> Code: 8b 11 85 d2 74 7a 89 f6 83 fa ff 74 2b 0f b7 43 24 39 c2 74 
>  

Don't know what the device "M3" is. This falls out of my knowledge...
Russell, Andrew, someone?

-- 
Please AVOID sending me WORD, EXCEL or POWERPOINT attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Linux Registered User #287198


      parent reply	other threads:[~2003-04-23 22:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-23  5:47 [2.5.67 - 2.5.68] Hangs on pcmcia yenta_socket initialisation DevilKin
2003-04-23 11:12 ` Felipe Alfaro Solana
2003-04-23 12:54   ` DevilKin
2003-04-23 14:23     ` Felipe Alfaro Solana
2003-04-23 18:50       ` DevilKin-LKML
2003-04-23 19:43         ` Russell King
2003-04-24  7:40           ` DevilKin-LKML
2003-04-24  7:57             ` Russell King
2003-04-24 10:06               ` DevilKin
2003-04-24 10:11                 ` Russell King
2003-04-24 10:16                   ` DevilKin
2003-04-24 10:13                 ` DevilKin
2003-05-05  8:51               ` [FIXED 2.5.69] " DevilKin
2003-05-06 23:48                 ` Matthew Harrell
2003-05-07  5:19                   ` DevilKin
2003-04-23 22:14         ` Felipe Alfaro Solana [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1051136092.652.16.camel@teapot.felipe-alfaro.com \
    --to=felipe_alfaro@linuxmail.org \
    --cc=devilkin-lkml@blindguardian.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).