commit | bea64fd5272deaf53111135baf36abb47b73b93e | [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> | Fri Feb 07 18:32:03 2025 +0100 |
tree | 649d7c1a62deae82d62093a9b54f64797d1cdd6d | |
parent | 16b87247ed03fbe98c5c4a96c4dd00844ae53284 [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)