UPSTREAM: arm64: Enable CONFIG_ARM64_SW_TTBR0_PAN
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 1 Jul 2016 17:25:31 +0000 (18:25 +0100)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 16 Jan 2017 09:30:56 +0000 (15:00 +0530)
commitaf43b1ce6227db54b5ffb8d97d2bd88c80d03a47
tree50a6ea073382e03e8c713ce75060c6f3126fb7d2
parent62a7c6fac9744a9a1a002a1fb5e3b39c8dca5866
UPSTREAM: arm64: Enable CONFIG_ARM64_SW_TTBR0_PAN

This patch adds the Kconfig option to enable support for TTBR0 PAN
emulation. The option is default off because of a slight performance hit
when enabled, caused by the additional TTBR0_EL1 switching during user
access operations or exception entry/exit code.

Cc: Will Deacon <will.deacon@arm.com>
Cc: James Morse <james.morse@arm.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Bug: 31432001
Change-Id: I2f0b5f332e3c56ea0453ff69826525dec49f034b
(cherry picked from commit ba42822af1c287f038aa550f3578c61c212a892e)
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
arch/arm64/Kconfig