linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Oop in 2.5.68-mm2 apply_alternatives
@ 2003-04-27  8:13 Thomas Schlichter
  2003-04-27  8:21 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Schlichter @ 2003-04-27  8:13 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 944 bytes --]

I get following (hand copied) Oops at init when booting 2.5.68-mm2. As the 
last message diplayed is "Setting up network device eth0" I think the reason 
is loading the module 8130too or any of its dependencies. (My .config is not 
attached, but if missed I'll send it to you).

   Thomas Schlichter

P.S.: Even if the keyboard works at this stage and for example 
<SHIFT><Scroll-Lock> works, the SysReq doesn't. But the support for it should 
have been compiled in...

Unable to handle kernel paging request at virtual address c040e93c
  printing eip:
c040e93c
*pde = 00103027
Oops: 0000[#1]
VPU: 0
EIP: 0060:[<c040e93c>] Not tainted VLI
EFLAGS: 00010282
EIP is at apply_alternatives+0x0/0xb0

~~Register values not written down~~

Process modprobe (pid: 199, threadinfo=cf34000 task=c13386e0)
Stack: c011fa04 d491e540 d491e558 000003c0 00000000 d491ff80 d490918e cf34bf98

~~The other Stack values not written down~~

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Oop in 2.5.68-mm2 apply_alternatives
  2003-04-27  8:13 Oop in 2.5.68-mm2 apply_alternatives Thomas Schlichter
@ 2003-04-27  8:21 ` Andrew Morton
  2003-04-27  8:53   ` Thomas Schlichter
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2003-04-27  8:21 UTC (permalink / raw)
  To: Thomas Schlichter; +Cc: linux-kernel

Thomas Schlichter <schlicht@uni-mannheim.de> wrote:
>
> I get following (hand copied) Oops at init when booting 2.5.68-mm2.

You'll need to delete the `__init' qualifier from the definition
of arch/i386/kernel/setup.c:apply_alternatives()

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

* Re: Oop in 2.5.68-mm2 apply_alternatives
  2003-04-27  8:21 ` Andrew Morton
@ 2003-04-27  8:53   ` Thomas Schlichter
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Schlichter @ 2003-04-27  8:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 478 bytes --]

On April 27, Andrew Morton wrote:
> Thomas Schlichter <schlicht@uni-mannheim.de> wrote:
> > I get following (hand copied) Oops at init when booting 2.5.68-mm2.
>
> You'll need to delete the `__init' qualifier from the definition
> of arch/i386/kernel/setup.c:apply_alternatives()

Thank you!
Sorry I missed the thread from Petr Vandrovec and Rusty Russell before.
Now I changed __init to __init_or_module as Rusty proposed and it works 
fine...

   Thomas Schlichter

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2003-04-27  8:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-27  8:13 Oop in 2.5.68-mm2 apply_alternatives Thomas Schlichter
2003-04-27  8:21 ` Andrew Morton
2003-04-27  8:53   ` Thomas Schlichter

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