I recently received a crash involving a link list, one of whose entries had a corrupted next pointer. While debugging this, I found it useful to examine the list by traversing it using the prev pointers instead of next.
The attached patch is what I used for this. Rabin
0001-list-reverse-traversal.patch
Description: Binary data
-- Crash-utility mailing list [email protected] https://www.redhat.com/mailman/listinfo/crash-utility
