mirror of https://github.com/crash-utility/crash
Fix for 32-bit ARM kernels that are configured with CONFIG_SLAB
and contain percpu array_cache structures that were allocated with vmalloc(). Without the patch, during session initialization there will be error messages of the form: "crash: kmem_cache: <vaddr>: invalid array_cache pointer: <vaddr>", and during runtime, the "kmem -[sS]" commands will show kmem_cache lines that marked as "[INVALID/CORRUPTED]". (anderson@redhat.com)
This commit is contained in:
parent
c4887936fa
commit
9ef911789a
Loading…
Reference in New Issue