Re: sym53c8xx oops in 2.3.32pre2

Manfred Spraul (manfreds@colorfullife.com)
Sun, 12 Dec 1999 17:11:45 +0100


Paul Flinders wrote:
>
> I'm getting the following oops in 2.3.31 on my dual celeron 400 (no
> overclocking).
>
> [...]
> >>EIP; d2053316 <[sym53c8xx]driver_template+aa36/10770> <=====

driver_template is a the last entry in the .data section, ie the oops
has nothing to do with the sym53c8xx.

> Trace; c0141c62 <read_super+106/12c>
> Trace; c014223b <do_mount+d3/174>
> Trace; c01428ac <sys_mount+36c/460>
> Trace; c010cef0 <system_call+34/38>

read_super() calls
type->read_super()
and this call crashed.

Which filesystem did you try to mount?

--
	Manfred

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/