arm64: Force SSBS on context switch
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 22 Jul 2019 13:53:09 +0000 (14:53 +0100)
committerWill Deacon <will@kernel.org>
Mon, 22 Jul 2019 14:24:16 +0000 (15:24 +0100)
commitcbdf8a189a66001c36007bf0f5c975d0376c5c3a
tree04692e85f7d27e7ff4c6c07aed2905a1d6b7112d
parent4574b0b9abc83a3522b2e91c43b9f0c479855d3a
arm64: Force SSBS on context switch

On a CPU that doesn't support SSBS, PSTATE[12] is RES0.  In a system
where only some of the CPUs implement SSBS, we end-up losing track of
the SSBS bit across task migration.

To address this issue, let's force the SSBS bit on context switch.

Fixes: 8f04e8e6e29c ("arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3")
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
[will: inverted logic and added comments]
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/processor.h
arch/arm64/kernel/process.c