From: Andrew Morton <akpm@zip.com.au>
To: spider@darkmere.wanfear.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [BUG] Oops booting linux-2.4.18-pre7-ac3
Date: Tue, 05 Feb 2002 00:08:50 -0800 [thread overview]
Message-ID: <3C5F9312.DB8766B9@zip.com.au> (raw)
In-Reply-To: <20020205021933.34aff42f.spider@darkmere.wanfear.com>
Spider wrote:
>
> This is pretty much the same as "oops booting 2.4.18-pre7-ac3" by "Todd M. Roy" <troy@holstein.com> but I post it as well.
>
> I'm not subscribed, so if you wish more information (.config, other info on hardware/software installed) please cc' me.
>
> //Spider
>
> PCI: PCI BIOS revision 2.10 entry at 0xf1150, last bus=1
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> PCI: Using IRQ router VIA [1106/0686] at 00:04.0
> PCI: Disabling Via external APIC routing
> PnPBIOS: Found PnP BIOS installation structure at 0xc00fc2b0.
> PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xc2e0, dseg 0xf0000.
> PnPBIOS: 12 nodes reported by PnP BIOS; 12 recorded by driver.
> PnPBIOS: PNP0c02: ioport range 0xe400-0xe47f has been reserved.
> PnPBIOS: PNP0c02: ioport range 0xe800-0xe83f could not be reserved.
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Initializing RT netlink socket
> Unable to handle kernel NULL pointer dereference at virtual address 0000002c
Yes, sorry - I didn't test against Alan's pnpbios driver.
The problem is this, in init/main.c:
#ifdef CONFIG_PNPBIOS
pnpbios_init();
#endif
....
start_context_thread();
do_initcalls();
pnpbios_init() launches a kernel thread which calls the kernel/user.c
code before the user.c's initcall has had a chance to initialise things.
I've asked Alan to back out the rather unimportant set_user-in-reparent_to_init
fix while we contemplate this.
I suggest you disable the pnpbios driver in kernel config in -ac3.
-
prev parent reply other threads:[~2002-02-05 8:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-05 1:19 [BUG] Oops booting linux-2.4.18-pre7-ac3 Spider
2002-02-05 8:08 ` Andrew Morton [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=3C5F9312.DB8766B9@zip.com.au \
--to=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=spider@darkmere.wanfear.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.