linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.69-mm1 OOPS: modprobe usbcore
@ 2003-05-05 16:11 Felipe Alfaro Solana
  2003-05-05 16:51 ` Greg KH
  2003-05-05 18:43 ` jjs
  0 siblings, 2 replies; 4+ messages in thread
From: Felipe Alfaro Solana @ 2003-05-05 16:11 UTC (permalink / raw)
  To: LKML

*pde = 00102027
*pte = 00324000
Oops: 0000 [#1]
CPU:    0
EIP:    0060:[<c0110a5d>]    Not tainted VLI
EFLAGS: 00010202
EIP is at apply_alternatives+0xc1/0xf4
eax: 00000001   ebx: e084b5f4   ecx: 00000000   edx: 00000001
esi: c0324b1f   edi: e0838606   ebp: df9f3ee4   esp: df9f3ed0
ds: 007b   es: 007b   ss: 0068
Process modprobe (pid: 62, threadinfo=df9f2000 task=dfdb8e00)
Stack: c02c3b40 00000003 e082b2d4 c029a861 e082b021 df9f3f04 c0118ab8
e084b5f4
       e084b68f e082af7d e0816000 e0851e80 00000500 df9f3f8c c013de18
e0816000
       e082b0a4 e0851e80 0000001b e0851e80 4001e004 c163619c 00000000
00000528
Call Trace:
[<c0118ab8>] module_finalize+0x7f/0x8b
[<c013de18>] load_module+0x61c/0x821
[<c013e0b1>] sys_init_module+0x94/0x340
[<c0109e01>] sysenter_past_esp+0x52/0x71

Code: 85 d2 7e 31 83 fa 09 b8 08 00 00 00 8b 4d ec 0f 4c c2 8b 7d f0 8b
34 81 03
3b 89 c1 c1 e9 02 f3 a5 a8 02 74 02 66 a5 a8 01 74 01 <a4> a9 c2 01 45
f0 85 d2
7f cf 83 c3 0c 3b 5d 0c 72 82 83 c4 08

This error is reproducble 100% of the time when trying to boot Red Hat
Linux 9 with a 2.5.69-mm1 kernel. Config attached.

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


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

* Re: 2.5.69-mm1 OOPS: modprobe usbcore
  2003-05-05 16:11 2.5.69-mm1 OOPS: modprobe usbcore Felipe Alfaro Solana
@ 2003-05-05 16:51 ` Greg KH
  2003-05-05 22:43   ` Felipe Alfaro Solana
  2003-05-05 18:43 ` jjs
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2003-05-05 16:51 UTC (permalink / raw)
  To: Felipe Alfaro Solana; +Cc: LKML

On Mon, May 05, 2003 at 06:11:28PM +0200, Felipe Alfaro Solana wrote:
> 
> This error is reproducble 100% of the time when trying to boot Red Hat
> Linux 9 with a 2.5.69-mm1 kernel. Config attached.

Same thing happen on 2.5.69 (no mm)?

thanks,

greg k-h

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

* Re: 2.5.69-mm1 OOPS: modprobe usbcore
  2003-05-05 16:11 2.5.69-mm1 OOPS: modprobe usbcore Felipe Alfaro Solana
  2003-05-05 16:51 ` Greg KH
@ 2003-05-05 18:43 ` jjs
  1 sibling, 0 replies; 4+ messages in thread
From: jjs @ 2003-05-05 18:43 UTC (permalink / raw)
  To: linux kernel; +Cc: Felipe Alfaro Solana, Andrew Morton

Felipe Alfaro Solana wrote:

>Process modprobe (pid: 62, threadinfo=df9f2000 task=dfdb8e00)
>
>
>[<c0118ab8>] module_finalize+0x7f/0x8b
>[<c013de18>] load_module+0x61c/0x821
>[<c013e0b1>] sys_init_module+0x94/0x340
>[<c0109e01>] sysenter_past_esp+0x52/0x71
>
>This error is reproducble 100% of the time when trying to boot Red Hat
>Linux 9 with a 2.5.69-mm1 kernel. Config attached.
>

Just a me too, I see the same thing in 2.5.69-mm1.

I first saw it in 2.5.68-mm4,  2.5.68-mm3 was fine -

I suspect 2.5.69 vanilla is fine as well, currently
compiling to verify -

Joe


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

* Re: 2.5.69-mm1 OOPS: modprobe usbcore
  2003-05-05 16:51 ` Greg KH
@ 2003-05-05 22:43   ` Felipe Alfaro Solana
  0 siblings, 0 replies; 4+ messages in thread
From: Felipe Alfaro Solana @ 2003-05-05 22:43 UTC (permalink / raw)
  To: Greg KH; +Cc: LKML

On Mon, 2003-05-05 at 18:51, Greg KH wrote:
> On Mon, May 05, 2003 at 06:11:28PM +0200, Felipe Alfaro Solana wrote:
> > 
> > This error is reproducble 100% of the time when trying to boot Red Hat
> > Linux 9 with a 2.5.69-mm1 kernel. Config attached.
> 
> Same thing happen on 2.5.69 (no mm)?

No... Vanilla 2.5.69 works fine.

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


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

end of thread, other threads:[~2003-05-05 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-05 16:11 2.5.69-mm1 OOPS: modprobe usbcore Felipe Alfaro Solana
2003-05-05 16:51 ` Greg KH
2003-05-05 22:43   ` Felipe Alfaro Solana
2003-05-05 18:43 ` jjs

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).