commit | c6e1138ba291b322b7415faa9b0dd7dea4e231c1 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <gyorgy.szing@arm.com> | Tue Jul 30 10:39:56 2024 +0200 |
committer | Gyorgy Szing <gyorgy.szing@arm.com> | Tue Jul 30 14:59:50 2024 +0200 |
tree | 9c781388fa789043846cb39b6d97043ffc5a5af5 | |
parent | cc9589c03cb0fcd9c3248b95f05cce1afaa37d0f [diff] | |
parent | 4fc6d9e73b7fe7a06e0cfd4ed2e9da503d0b2000 [diff] |
Merge Branch Protection enablement Branch Protection covers two ARMv8.3-A architecture features: - Branch Target Identification (BTI) to mitigate Return Oriented Programming (ROP) attacks. - Pointer Authentication (PAC) to mitigate Jump Oriented Programming (JOP) attacks. This change enables BTI and PAC support. For details please refer to the TS documentation. Change-Id: I98f3e9fe584a3e5e7682b7dc19f22c8bf9e17b96 Signed-Off-By: Gyorgy Szing <gyorgy.szing@arm.com>