You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GCS support is properly enabled as seen with the following command:
$ readelf -n build/libleancrypto.so
Displaying notes found in: .note.gnu.property
Owner Data size Description
GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0
Properties: AArch64 feature: BTI, PAC, GCS
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Copy file name to clipboardExpand all lines: CHANGES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ Changes 1.6.1-prerelease
7
7
8
8
* Fix some side channel test failures (all failures are due to test case issues, and no real problems)
9
9
10
+
* AARCH64: enable GCS support (see https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/gcc-15-continuously-improving#guarded and https://docs.kernel.org/next/arch/arm64/gcs.html)
11
+
10
12
Changes 1.6.0
11
13
* ASN.1: use stack for small generator for small use cases
0 commit comments