OSDN Git Service

arm64/cpufeature: Validate feature bits spacing in arm64_ftr_regs[]
authorAnshuman Khandual <anshuman.khandual@arm.com>
Tue, 7 Jul 2020 14:23:13 +0000 (19:53 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 7 Jul 2020 15:02:59 +0000 (16:02 +0100)
commitc6c83d757a13a5df51428a6fe133c9193810507b
treef3a7e4b1b0c74676b3861c7aaff05eb1274c099e
parent8d3154afc10dd474265b62752cd169f66f40ae0d
arm64/cpufeature: Validate feature bits spacing in arm64_ftr_regs[]

arm64_feature_bits for a register in arm64_ftr_regs[] are in a descending
order as per their shift values. Validate that these features bits are
defined correctly and do not overlap with each other. This check protects
against any inadvertent erroneous changes to the register definitions.

Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Link: https://lore.kernel.org/r/1594131793-9498-1-git-send-email-anshuman.khandual@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/cpufeature.c