Actually, the other thing I should have mentioned is that this disassembly
is wrong. It should read (i.e. objdump -d vmlinux says):
fffffc000034ae3c: 01 00 22 44 and t0,t1,t0
fffffc000034ae40: 03 00 20 f4 bne t0,fffffc000034ae50
<filldir+0x100>
fffffc000034ae44: 00 04 52 46 mov a2,v0
fffffc000034ae48: e8 9e bd a6 ldq a5,-24856(gp) <===
fffffc000034ae4c: 8c 68 95 6b jsr at,(a5),fffffc0000345080 <open_dentry+0x88>
fffffc000034ae50: 01 54 42 42 addq a2,0x12,t0
fffffc000034ae54: a8 03 48 a4 ldq t1,936(t7)
fffffc000034ae58: 03 04 c1 42 addq t8,t0,t2
fffffc000034ae5c: 01 34 60 40 addq t2,0x1,t0
(this is a different kernel than the one that oopsed.)
Evidently ksymoops needs a bit of looking at.
Tim.
*/
-
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/