]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: proton-pack: Drop print when !CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY
authorshechenglong <shechenglong@xfusion.com>
Fri, 31 Oct 2025 09:15:05 +0000 (17:15 +0800)
committerWill Deacon <will@kernel.org>
Fri, 7 Nov 2025 14:49:09 +0000 (14:49 +0000)
commit62e72463ca714073962eda450e80c5d71dfb0dcb
tree245b3bf1640b34629a1b9fcbba417096d61dd201
parent53357f14f924a06cced46069755bb10c2a6891c1
arm64: proton-pack: Drop print when !CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY

Following the pattern established with other Spectre mitigations,
do not print a message when the CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY
Kconfig option is disabled.

Suggested-by: Will Deacon <will@kernel.org>
Signed-off-by: shechenglong <shechenglong@xfusion.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/proton-pack.c