]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
arm64: kpti: Use early_param for kpti= command-line option
authorWill Deacon <will.deacon@arm.com>
Fri, 22 Jun 2018 09:25:25 +0000 (10:25 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Jan 2019 09:28:55 +0000 (09:28 +0000)
commitb8b4756f7ca48a487fbb40853e4df2e67837a638
tree09b89b980e6f22f982241d2bc9feb64a9bba289f
parent8106f610d28cf1168320cf4b6ec76507cd0b997b
arm64: kpti: Use early_param for kpti= command-line option

BugLink: http://bugs.launchpad.net/bugs/1807469
commit b5b7dd647f2d21b93f734ce890671cd908e69b0a upstream.

We inspect __kpti_forced early on as part of the cpufeature enable
callback which remaps the swapper page table using non-global entries.

Ensure that __kpti_forced has been updated to reflect the kpti=
command-line option before we start using it.

Fixes: ea1e3de85e94 ("arm64: entry: Add fake CPU feature for unmapping the kernel at EL0")
Cc: <stable@vger.kernel.org> # 4.16.x-
Reported-by: Wei Xu <xuwei5@hisilicon.com>
Tested-by: Sudeep Holla <sudeep.holla@arm.com>
Tested-by: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/arm64/kernel/cpufeature.c