<tomeu>
asking before I start debugging a crash, guess the format has changed at some point
<austriancoder>
That repo works with a recent kernel
<lynxeye>
tomeu: The dump extractor should work. Only issue is that it doesn't understand the MMUv2 format, so might print bogus info when checking MMU entries.
<tomeu>
it's actually crashing at:
<tomeu>
0x0000aaaaaaaa14f8 in main (argc=<optimized out>, argv=<optimized out>) at dump/viv-unpack.c:258
<tomeu>
og, that is on 5.17, should I try with a more recent kernel?
<lynxeye>
tomeu: maybe just comment out the MMU entry checking for now?
<lynxeye>
I have a WIP patch to add MMUv2 support somewhere. To integrate this properly we need to add the feature registers to the dump, which isn't done at the moment, so the extarctor doesn't know if it's dealing with a v1 or v2 MMU.