summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2019-07-30 15:40:20 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-08-06 19:08:19 +0200
commita08a3cc1c0a8b32cf444bc187ce0882e67868343 (patch)
tree4acc9e68ce189d33cb27801378fc7e295af1afb7 /fs
parent40b6dd1eb3b46536b9a731d000abf8d6e128a6a5 (diff)
downloadlinux-stable-a08a3cc1c0a8b32cf444bc187ce0882e67868343.tar.gz
linux-stable-a08a3cc1c0a8b32cf444bc187ce0882e67868343.tar.bz2
linux-stable-a08a3cc1c0a8b32cf444bc187ce0882e67868343.zip
arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}
commit 147b9635e6347104b91f48ca9dca61eb0fbf2a54 upstream. If CTR_EL0.{CWG,ERG} are 0b0000 then they must be interpreted to have their architecturally maximum values, which defeats the use of FTR_HIGHER_SAFE when sanitising CPU ID registers on heterogeneous machines. Introduce FTR_HIGHER_OR_ZERO_SAFE so that these fields effectively saturate at zero. Fixes: 3c739b571084 ("arm64: Keep track of CPU feature registers") Cc: <stable@vger.kernel.org> # 4.4.x- Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions