[Crash-utility] [PATH v3 0/3] arm64: fix kernel memory map handling for kaslr-enabled kernel

AKASHI Takahiro takahiro.akashi at linaro.org
Fri May 27 11:03:49 UTC 2016


Not a big jump from v2, but ...

Chnages in v3:
* Refined KASLR handling
  hopefully the tool works even on a live system if CONFIG_RANDOMIZE_RAM is
  not configured
* Fixed a renaming of a member of struct page
* Removed a commit message regarding an issue of backtracing a panic'ed task
  because this is not a bug in this tool, but my kdump patch's.
* Reported "kmem <vmalloc addr>" issue in a commit message

changes in v2:
* Fixed build warnings
* Moved ARM64_NEW_VMEMMAP to machdep->flags
* Show additional kaslr-related parameters in arm64_dump_machdep_table()
* Handle a VMCOREINFO, "NUMBER(kimage_voffset)"

AKASHI Takahiro (3):
  arm64: fix kernel memory map handling for kaslr-enabled kernel
  fix a renaming of a member of struct page, _count to _refcount
  arm64: show a warning for 48-bit kernel with 4KB page

 arm64.c   | 219 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 defs.h    |  24 +++++--
 main.c    |   7 +-
 memory.c  |   6 +-
 symbols.c |  12 ++--
 5 files changed, 204 insertions(+), 64 deletions(-)

-- 
2.8.1




More information about the Crash-utility mailing list