1) it's most likely a struct->field where struct's ptr location was NULL and
field is offset 0xa0 (160 bytes)
2) even one-bit-off, it's still a deref of an invalid ptr
3) "a" is 1010, 2 bits off from 0x0
4) "c" is 1100, also 2 bits off
Methinks it's a valid oops, hopefully accompanied by a valid ksymoops
James
-
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/