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 proper CET support #1290

Closed
wants to merge 1 commit into from
Closed

Add proper CET support #1290

wants to merge 1 commit into from

Commits on Jul 19, 2023

  1. Add proper CET support

    Use cet.h if available and use _CET_ENDBR to make all the functions
    IBT-safe.  This is not directly testable yet, but the instruction is in
    the nop space for processors that don't support it, so it's a harmless
    addition.
    
    cet.h also includes the SHSTK and IBT GNU properties in ELF, so remove
    the manually added ones.
    siddhesh committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    457e355 View commit details
    Browse the repository at this point in the history