Re: 2.6.2-rc in BK: Oops loading parport_pc.

From: bill davidsen
Date: Mon Jan 26 2004 - 18:53:23 EST


In article <20040126010832.GA5462@xxxxxxxxxxxxxxxxxxxx>,
Matthias Andree <matthias.andree@xxxxxx> wrote:
| On Sun, 25 Jan 2004, Andrew Morton wrote:
|
| > Matthias Andree <matthias.andree@xxxxxx> wrote:
| > >
| > > Loading the parport_pc modules crashes in 2.6.2-rc; I have recently done
| > > a "bk pull" and enabled some PNP options, among them ISA PNP.
| >
| > Often this is because some other, unrelated module left things registered
| > after it was removed. Or otherwise wrecked shared data structures.
|
| The breakage is somehow related to CONFIG_PNP. I set that option to N,
| ran "make oldconfig ; make", installed the kernel, rebooted, problem
| gone.

2.6.2-rc2:
root> grep PNP .config
CONFIG_PNP=y
CONFIG_PNP_DEBUG=y
CONFIG_ISAPNP=y
CONFIG_PNPBIOS=y
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y

Boots and loads parport_pc just fine, so it looks as if either it got
fixed (likely) or other evildoers are at work.
--
bill davidsen <davidsen@xxxxxxx>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/