Re: Oops in 2.6.10-rc1

From: Linus Torvalds
Date: Sun Nov 07 2004 - 20:19:26 EST




On Mon, 8 Nov 2004, Christian Kujau wrote:
>
> what i did not expect is that this ChangeSet is now *not* the culprit,
> because there is no oops. am i right? [1]

Yes.

So now I'd like to know _where_ the culprit is, since it turned out to be
not the ALSA code.

> i did another thing: i enabled the (deprecated) OSS driver (es1371.ko)
> tried to load this thing:
>
> http://www.nerdbynature.de/bits/prinz/2.6.10-rc1/dmesg-debug_oops-OSS.txt
>
> it oopses.
> - you said it's not a b0rken pci thingy
> - i have to assume now that it's not an ALSA issue (since oss oopses too)
> - it is OSS? the driver? i've CC'ed linux-sound...

Sounds like something else changed, and likely the ALSA _and_ the OSS
driver both broke. Which is not all that unlikely, since I suspect they
share a lot of history.

> yes, like Documentation/BUG-HUNTING says. but i seem to have difficulties
> in using my tools (bk). sorry for that.

Not your fault. Think of this as a learning experience ;)

Anyway, now that the _other_ driver also oopses, and with a very similar
oops too, so it looks like they both depended on some undocumented (or
changed) detail in the PCI layer. Next step would be to see if the thing
that breaks is this merge:

ChangeSet@xxxxxx, 2004-11-04 17:07:16-08:00, torvalds@xxxxxxxxxxxxxxx
Merge bk://kernel.bkbits.net/gregkh/linux/driver-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux

which merges Greg's PCI/driver model changes.

It's all the same steps you took with the ALSA merge, you're a
professional by now ;)

Greg, have you followed this thread?

> (whose only wish these days is to get over this strange thing and not
> wasting peoples precious time with a "sound driver". hey, at least the
> box is booting...)

Hey, sound is important. And especially if you somehow found something
non-sound that just broke sound by mistake, all the more important to fix
it.

Linus
-
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/