Queued for crash-7.2.1:
  
https://github.com/crash-utility/crash/commit/b6c0fc74fa58d48a0b6801de790...
Thanks,
  Dave
  
----- Original Message -----
 Due to the support of PTI in Kernel, the range of Virtual memory map
with
 5 level page tables [ff90000000000000 - ff9fffffffffffff] is assigned to
 LDT remap for PTI. and the vmalloc/ioremap space is updated.
 
 So, update it.
 
 Signed-off-by: Dou Liyang <douly.fnst(a)cn.fujitsu.com>
 ---
  defs.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/defs.h b/defs.h
 index ba9abad..4cd07b8 100644
 --- a/defs.h
 +++ b/defs.h
 @@ -3316,7 +3316,7 @@ struct arm64_stackframe {
  
  #define USERSPACE_TOP_5LEVEL       0x0100000000000000
  #define PAGE_OFFSET_5LEVEL         0xff10000000000000
 -#define VMALLOC_START_ADDR_5LEVEL  0xff92000000000000
 +#define VMALLOC_START_ADDR_5LEVEL  0xffa0000000000000
  #define VMALLOC_END_5LEVEL         0xffd1ffffffffffff
  #define MODULES_VADDR_5LEVEL       0xffffffffa0000000
  #define MODULES_END_5LEVEL         0xffffffffff5fffff
 --
 2.14.3