Yes, but no.
The corruption was at offset 52 decimal into struct ahc_linux_device.
Without knowing your config it is hard for me to work out what you have at
that offset. Rebuild your kernel with -g and do:
(gdb) p/d &(((struct ahc_linux_device *)0)->maxtags)
until you find which member is at offset 52.
Something incremented that field by one after it was freed.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/