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

MsCorePkg: Update telemetry logging with PI Spec EFI Status Code #524

Conversation

VivianNK
Copy link
Contributor

@VivianNK VivianNK commented Jul 15, 2024

Description

Previously in MemoryTypeInformationChangeLib, we were using a custom Status Code. That code is being removed from MU_BASECORE in PR #1001 and we're using an existing code from PI Spec, EFI_SW_EC_ILLEGAL_SOFTWARE_STATE instead.

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

CI

Integration Instructions

Upgrading to or already using mu_basecore release/202311, change any reference to the macro as follows:
Any instances of EFI_SW_EC_MEMORY_TYPE_INFORMATION_CHANGE will need to be replaced with EFI_SW_EC_ILLEGAL_SOFTWARE_STATE

@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 11.04%. Comparing base (90f8ca9) to head (67164a3).

Additional details and impacted files
@@               Coverage Diff               @@
##           release/202311     #524   +/-   ##
===============================================
  Coverage           11.04%   11.04%           
===============================================
  Files                 144      144           
  Lines               22019    22019           
  Branches             2356     2356           
===============================================
  Hits                 2432     2432           
  Misses              19555    19555           
  Partials               32       32           
Flag Coverage Δ
MsCorePkg 1.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@os-d os-d left a comment

Choose a reason for hiding this comment

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

This should be labeled a breaking change, with the integration steps including information about what version of basecore this is linked to (whatever release has the code), unless this code is not newly added.

@github-actions github-actions bot added the impact:breaking-change Requires integration attention label Jul 19, 2024
Previously in MemoryTypeInformationChangeLib, we were using a custom Status Code.
That code is being removed from MU_BASECORE and we're using an existing code from PI Spec,
EFI_SW_EC_ILLEGAL_SOFTWARE_STATE instead.
@VivianNK VivianNK force-pushed the personal/vnowkakeane/memtype-errcode branch from 4650b41 to 67164a3 Compare July 19, 2024 20:48
@VivianNK VivianNK merged commit cdb7c26 into microsoft:release/202311 Jul 19, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:breaking-change Requires integration attention impact:non-functional Does not have a functional impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants