diff options
author | 2016-02-26 17:57:14 +0100 | |
---|---|---|
committer | 2016-02-29 18:31:03 +0000 | |
commit | 020d044f66874eba058ce8264fc550f3eca67879 (patch) | |
tree | 77456326c82899b4ef57593788b0bebf02f00ed0 /tools/perf/scripts/python/stackcollapse.py | |
parent | arm64: mm: list kernel sections in order (diff) | |
download | linux-dev-020d044f66874eba058ce8264fc550f3eca67879.tar.xz linux-dev-020d044f66874eba058ce8264fc550f3eca67879.zip |
arm64: mm: treat memstart_addr as a signed quantity
Commit c031a4213c11 ("arm64: kaslr: randomize the linear region")
implements randomization of the linear region, by subtracting a random
multiple of PUD_SIZE from memstart_addr. This causes the virtual mapping
of system RAM to move upwards in the linear region, and at the same time
causes memstart_addr to assume a value which may be negative if the offset
of system RAM in the physical space is smaller than its offset relative to
PAGE_OFFSET in the virtual space.
Since memstart_addr is effectively an offset now, redefine its type as s64
so that expressions involving shifting or division preserve its sign.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions