aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2021-06-17 10:50:49 +0000
committerRussell King (Oracle) <[email protected]>2021-06-21 10:39:39 +0000
commite17362d683fb6bcda0e419ec0ad7cabb8252c509 (patch)
tree380bb31b60456ab791aafc27d657864322c3ab54 /tools/perf/scripts/python/syscall-counts.py
parentARM: 9096/1: Remove arm_pm_restart() (diff)
downloadkernel-e17362d683fb6bcda0e419ec0ad7cabb8252c509.tar.gz
kernel-e17362d683fb6bcda0e419ec0ad7cabb8252c509.zip
ARM: 9097/1: mmu: Declare section start/end correctly
The kernel test robot reported an interesting bug: A debug print was using %08x with kernel_sec_start and kernel_sec_end being phys_addr_t which can be either u32 or u64 (possibly more). Actually these should just be declared as u32 to begin with: they are declared as such in the assembly in head.S and the kernel definitely boots in a 32 bit physical address space. Redeclare the kernel_sec_start and kernel_sec_end to rid the bug. Reported-by: kernel test robot <[email protected]> Fixes: 6e121df14ccd ("ARM: 9090/1: Map the lowmem and kernel separately") Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions