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/5.0-rc2] Fixing TargetHasAVXSupportCheck to read ECX not EDX #42102

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 11, 2020

Backport of #42089 to release/5.0-rc2

/cc @tannergooding

Customer Impact

Customers may see incorrect results when using Vector<T> or may get a segmentation fault.

Testing

It was validated that this resolves the corresponding issue reported by RedHat: #41584

Risk

Low. This updates a check to use a named constant to avoid the off-by one error. The bug was introduced in https://github.com/dotnet/runtime/pull/40167/files#r486571424 but was missed as part of a related fix done in #40615 prior to the RC1 lockdown.

@danmoseley
Copy link
Member

@jeffhandley one for a tactics mail I think

@danmoseley danmoseley added the Servicing-consider Issue for next servicing release review label Sep 11, 2020
Copy link
Contributor

@CarolEidt CarolEidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jeffschwMSFT jeffschwMSFT added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 11, 2020
Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. We will take this for consideration for RC2

@danmoseley
Copy link
Member

Ah yes it makes more sense for Jeff S to take this rather than Jeff H given the change.

@jeffhandley
Copy link
Member

Thank you, @jeffschwMSFT.

@leecow leecow added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 15, 2020
@jeffschwMSFT jeffschwMSFT merged commit b1f107e into release/5.0-rc2 Sep 15, 2020
@jkotas jkotas deleted the backport/pr-42089-to-release/5.0-rc2 branch September 17, 2020 12:59
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Numerics.Vectors.Tests tests crash on Red Hat CI machines
7 participants