commit | 282e63544d26d6d734e9c7409950227375893153 | [log] [tgz] |
---|---|---|
author | Sona Mathew <sonarebecca.mathew@arm.com> | Tue May 21 14:20:44 2024 -0500 |
committer | Sona Mathew <sonarebecca.mathew@arm.com> | Tue Dec 17 11:14:10 2024 -0600 |
tree | 3aada10b6d11ca336f364473863f58be3d334479 | |
parent | f7ae819f03aebea5a95d2583df554138577b0c30 [diff] |
fix(cpus): workaround for CVE-2024-5660 for Neoverse-N2 Implements mitigation for CVE-2024-5660 that affects Neoverse-N2 revisions r0p0, r0p1, r0p2, r0p3. The workaround is to disable the hardware page aggregation at EL3 by setting CPUECTLR_EL1[46] = 1'b1. This patch implements the erratum mitigation for Neoverse-N2. Public Documentation: https://developer.arm.com/Arm%20Security%20Center/Arm%20CPU%20Vulnerability%20CVE-2024-5660 Change-Id: I2b9dea78771cc159586a03ff563c0ec79591ea64 Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>