Uh oh!
There was an error while loading. Please reload this page.
Arm64: [PAC-RET] NativeAOT changes - #128950
Merged
Merged
Conversation
As suggested in [comment](dotnet#125436 (comment)), this PR covers subset of changes from dotnet#125436 related to NativeAOT. More details on PAC and its role in software security can be found ([here](https://llsoftsec.github.io/llsoftsecbook/#sec:pointer-authentication)).
Contributor
Tagging subscribers to this area: @agocke, @dotnet/ilc-contrib |
This was referenced Jun 3, 2026
Open
5 tasks
jkotas
reviewed
Jun 6, 2026
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Jun 11, 2026
Member
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Jun 11, 2026
Member
Tests failing on linux-arm64 with |
SwapnilGaikwad
commented
Jul 3, 2026
ContributorAuthor
Failures seem unrelated to the PR. |
jkotas
reviewed
Jul 3, 2026
Uh oh!
There was an error while loading. Please reload this page.
jkotas
reviewed
Jul 6, 2026
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Jul 7, 2026
Member
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
MichalStrehovsky
commented
Jul 7, 2026
Member
MichalStrehovsky
commented
Jul 8, 2026
Member
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
SwapnilGaikwad
commented
Jul 8, 2026
ContributorAuthor
Current failures don't seem related to the PR. |
jkotas
commented
Jul 9, 2026
Member
/ba-g known issue #53720, infrastructure timeouts |
Uh oh!
There was an error while loading. Please reload this page.
eiriktsarpalis pushed a commit
that referenced
this pull request
Jul 15, 2026
This PR covers the final subset of changes from #125436 related to NativeAOT as suggested in [comment](#125436 (comment)). It follows the previous work from- #127949, #127838 and #128147. More details on PAC and its role in software security can be found ([here](https://llsoftsec.github.io/llsoftsecbook/#sec:pointer-authentication)). --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR covers the final subset of changes from #125436 related to NativeAOT as suggested in comment.
It follows the previous work from- #127949, #127838 and #128147.
More details on PAC and its role in software security can be found (here).
cc: @dotnet/arm64-contrib @a74nh@jkotas@dhartglassMSFT