• Miles Chen's avatar
    arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset() · 12f799c8
    Miles Chen authored
    When debug with kaslr, it is sometimes necessary to have PHYS_OFFSET to
    perform linear virtual address to physical address translation.
    Sometimes we're debugging with only few information such as a kernel log
    and a symbol file, print PHYS_OFFSET in dump_kernel_offset() for that case.
    
    Tested by:
    echo c > /proc/sysrq-trigger
    [   11.996161] SMP: stopping secondary CPUs
    [   11.996732] Kernel Offset: 0x2522200000 from 0xffffff8008000000
    [   11.996881] PHYS_OFFSET: 0xffffffeb40000000
    
    Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Signed-off-by: default avatarMiles Chen <miles.chen@mediatek.com>
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    12f799c8
setup.c 10.7 KB