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

shim sev/sgx: remove the indirection of the inital function rust call #787

Merged
merged 1 commit into from Aug 5, 2020

Commits on Aug 5, 2020

  1. shim sev/sgx: remove the indirection of the inital function rust call

    This was introduced with the static-pie rcrt1 dynamic symbol correction,
    copying the behaviour of the musl lib rcrt1.o. Apparently it is not
    necessary to use the indirection, as the code base is not big enough
    yet, that it exceeds the maximum relative jmp/call distance.
    
    If that is ever the case, we should revert this patch.
    haraldh committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6277624 View commit details
    Browse the repository at this point in the history