Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ACLE macros for FEAT_PAuth_LR #292

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Commits on Jan 24, 2024

  1. Add ACLE macros for FEAT_PAuth_LR

    The Armv9.5a introduces the FEAT_PAuth_LR extension, adding an enhancement
    to the Pointer Authentication extension where the value of PC is used as
    a diversifier when signing pointers.
    
    This updates the ACLE to support the extension by the introduction of a
    new feature marcro and the addition of a new possible value to the
    existing `__ARM_FEATURE_PAC_DEFAULT` macro.
    pratlucas committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a17ea05 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    296b53a View commit details
    Browse the repository at this point in the history