commit | 8fc0fa7c0f4218655fc30039ad7a236d4ec5ccb3 | [log] [tgz] |
---|---|---|
author | Arvind Ram Prakash <arvind.ramprakash@arm.com> | Mon Sep 16 16:57:33 2024 -0500 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Feb 03 17:51:26 2025 +0100 |
tree | 8d5ade8e244a08fe1f058fca526757ec613f78ff | |
parent | a7f53d34fdaa028ed3a4980df2dfdb7389d231ed [diff] |
fix(security): add support in cpu_ops for CVE-2024-7881 This patch adds new cpu ops function extra4 and a new macro for CVE-2024-7881 [1]. This new macro declare_cpu_ops_wa_4 allows support for new CVE check function. [1]: https://developer.arm.com/Arm%20Security%20Center/Arm%20CPU%20Vulnerability%20CVE-2024-7881 Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com> Change-Id: I417389f040c6ead7f96f9b720d29061833f43d37 (cherry picked from commit 4caef42a94b4efe97b09764a7257f701ab7ff3b8)