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

[release/6.0] [mono][arm] Fix rethrow instruction size #76392

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 29, 2022

Backport of #76387 to release/6.0

/cc @lambdageek @BrzVlad

Customer Impact

Inability to use maui on certain android arm devices.

Testing

The fix was tested on customer device to verify that the previously crashing sample application runs correctly. Since the fix involves common arm codegen, it is tested as part of CI lanes.

Risk

Very low risk. This change just slightly increases the memory reserved for an instruction so we don't overflow during codegen. No impact whatsoever to the generated code.

@BrzVlad BrzVlad added the Servicing-consider Issue for next servicing release review label Sep 30, 2022
@SamMonoRT SamMonoRT added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 30, 2022
@SamMonoRT SamMonoRT added this to the 6.0.x milestone Sep 30, 2022
@SamMonoRT
Copy link
Member

Tactics approved via email. Marking as Servicing Approved

@carlossanlop
Copy link
Member

carlossanlop commented Oct 5, 2022

Approved, signed-off, CI green. No OOB package authoring changes needed. Ready to merge. :shipit:

@carlossanlop carlossanlop merged commit b8accad into release/6.0 Oct 5, 2022
@carlossanlop carlossanlop deleted the backport/pr-76387-to-release/6.0 branch October 5, 2022 20:14
@ghost ghost locked as resolved and limited conversation to collaborators Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants