diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-01-11 13:50:21 (GMT) |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2016-01-25 11:09:05 (GMT) |
commit | 7b1af9795773d745c2a8c7d4ca5f2936e8b6adfb (patch) | |
tree | d9c5eea9b5ce9fde24219644ee1e0b22ce8f6213 /arch/arm64/mm/proc-macros.S | |
parent | 75feee3d9d51775072d3a04f47d4a439a4c4590e (diff) | |
download | linux-7b1af9795773d745c2a8c7d4ca5f2936e8b6adfb.tar.xz |
arm64: kasan: ensure that the KASAN zero page is mapped read-only
When switching from the early KASAN shadow region, which maps the
entire shadow space read-write, to the permanent KASAN shadow region,
which uses a zero page to shadow regions that are not subject to
instrumentation, the lowest level table kasan_zero_pte[] may be
reused unmodified, which means that the mappings of the zero page
that it contains will still be read-write.
So update it explicitly to map the zero page read only when we
activate the permanent mapping.
Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/mm/proc-macros.S')
0 files changed, 0 insertions, 0 deletions