[Crash-utility] [PATCH v2 0/3] Improve kaslr_offset detection

Alexey Makhalov amakhalov at vmware.com
Tue Oct 27 01:07:28 UTC 2020


V2 changes:

Patch #1:
 - Unchanged
Patch #2 ("calc_kaslr_offset: check for 5-level paging"): 
 - Implemented Lianbo's suggestion to use CR4 to detect 5-level paging.
Patch #3:
 - Initialize st->_stext_vmlinux for sadump and vmware.
 - Improved commit message regarding --kaslr=auto

Alexey Makhalov (3):
  vmware_vmss: get proper ITDR
  calc_kaslr_offset: check for 5-level paging
  kaslr: get offset by walking page tree

 defs.h         |   4 +-
 kaslr_helper.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 sadump.c       |   3 +-
 symbols.c      |   4 +-
 vmware_vmss.c  |  24 ++++++++++-
 5 files changed, 154 insertions(+), 10 deletions(-)

-- 
2.11.0




More information about the Crash-utility mailing list