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

Document current data flow of debug logging filtering #332

Merged
merged 4 commits into from
Oct 12, 2023

Conversation

kuqin12
Copy link
Contributor

@kuqin12 kuqin12 commented Oct 11, 2023

Description

This change adds a short description of how logging level works in advanced logger as well as a flowchart for visualization.

  • Impacts functionality?
    • Functionality - Does the change ultimately impact how firmware functions?
    • Examples: Add a new library, publish a new PPI, update an algorithm, ...
  • Impacts security?
    • Security - Does the change have a direct security impact on an application,
      flow, or firmware?
    • Examples: Crypto algorithm change, buffer overflow fix, parameter
      validation improvement, ...
  • Breaking change?
    • Breaking change - Will anyone consuming this change experience a break
      in build or boot behavior?
    • Examples: Add a new library class, move a module to a different repo, call
      a function in a new library class in a pre-existing module, ...
  • Includes tests?
    • Tests - Does the change include any explicit test code?
    • Examples: Unit tests, integration tests, robot tests, ...
  • Includes documentation?
    • Documentation - Does the change contain explicit documentation additions
      outside direct code modifications (and comments)?
    • Examples: Update readme file, add feature readme file, link to documentation
      on an a separate Web page, ...

How This Was Tested

N/A

Integration Instructions

N/A

@github-actions github-actions bot added impact:non-functional Does not have a functional impact type:documentation Improvements or additions to documentation labels Oct 11, 2023
@kuqin12 kuqin12 requested review from makubacki and apop5 October 11, 2023 23:51
@kuqin12 kuqin12 enabled auto-merge (squash) October 12, 2023 02:13
@kuqin12 kuqin12 merged commit f58171d into microsoft:release/202302 Oct 12, 2023
31 checks passed
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Oct 14, 2023
Introduces 15 new commits in [Common/MU](https://github.com/microsoft/mu_plus.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_plus/commit/f58171d7ee43338a939db0fab782295f15e67353">f58171</a> Document current data flow of debug logging filtering (<a href="https://github.com/microsoft/mu_plus/pull/332">#332</a>)</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/0b235e6e4c1de3ab753948d30eab233daa060100">0b235e</a> Paging Audit: Add 8 Tests to Shell App</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/972c92703beffd011176a7155f918938acd795a6">972c92</a> Paging Audit: Minor Formatting Fixes in Shell App</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/8b73b5bd787acb652439af34085459c3c4720095">8b73b5</a> Paging Audit: Collect Memory Attribute Protocol Data</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/4ab7c89787765bb45dc2efec7775a7126b26b2d9">4ab7c8</a> Paging Audit: Skip Collecting Invalid Pages on AArch64</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/c54d64347d5e4427cf57579796b84511e2e5fb74">c54d64</a> Bugfix: Ensure EntryCount is Updated in AArch64 CreateFlatPageTable()</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/26e2e457413df9cae6b1cb3c1f39db4c05fc1c9c">26e2e4</a> Paging Audit: Reformat HTML Templates</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/43bd789b7c10a4bb2d87692a543cbd6a7dd0b6b8">43bd78</a> Paging Audit: Make Header in Memory Data Tab Horizontally Scrollable</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/b4f1594135f4e5f4e3dd1b142773fab91d4f22b8">b4f159</a> Paging Audit: Refactor Filter Logic and add Logical OR Filtering</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/4ca8d648e28d7ee866b591cb690276f50d4a97ad">4ca8d6</a> Paging Audit: Add 5 Tests to HTML Templates</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/179bd23f26443c34b3ea5bfcfbe416b404de5ce0">179bd2</a> Add HidIo protocol definition.</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/c926291503a7d6160811762a776b9c03dfbbf9b5">c92629</a> Adds Rust protocol definition of HidIo.</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/22829e49c41c327d878e1cd52ca7a021357cf147">22829e</a> Adds Rust protocol definition for AbsolutePointer</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/27ca9e6525231955a167dfb97beaf56c3abd277c">27ca9e</a> Adds UsbHidDxe driver - written in C, provides an implementation of HidIo over USB.</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/82177d10c773031995124757907196a404c97816">82177d</a> Adds UefiHidDxe driver - written in Rust, provides input report handling for HidIo pointer devices.</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <[email protected]>
makubacki referenced this pull request in microsoft/mu_tiano_platforms Oct 14, 2023
Introduces 15 new commits in [Common/MU](https://github.com/microsoft/mu_plus.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_plus/commit/f58171d7ee43338a939db0fab782295f15e67353">f58171</a> Document current data flow of debug logging filtering (<a href="https://github.com/microsoft/mu_plus/pull/332">#332</a>)</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/0b235e6e4c1de3ab753948d30eab233daa060100">0b235e</a> Paging Audit: Add 8 Tests to Shell App</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/972c92703beffd011176a7155f918938acd795a6">972c92</a> Paging Audit: Minor Formatting Fixes in Shell App</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/8b73b5bd787acb652439af34085459c3c4720095">8b73b5</a> Paging Audit: Collect Memory Attribute Protocol Data</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/4ab7c89787765bb45dc2efec7775a7126b26b2d9">4ab7c8</a> Paging Audit: Skip Collecting Invalid Pages on AArch64</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/c54d64347d5e4427cf57579796b84511e2e5fb74">c54d64</a> Bugfix: Ensure EntryCount is Updated in AArch64 CreateFlatPageTable()</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/26e2e457413df9cae6b1cb3c1f39db4c05fc1c9c">26e2e4</a> Paging Audit: Reformat HTML Templates</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/43bd789b7c10a4bb2d87692a543cbd6a7dd0b6b8">43bd78</a> Paging Audit: Make Header in Memory Data Tab Horizontally Scrollable</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/b4f1594135f4e5f4e3dd1b142773fab91d4f22b8">b4f159</a> Paging Audit: Refactor Filter Logic and add Logical OR Filtering</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/4ca8d648e28d7ee866b591cb690276f50d4a97ad">4ca8d6</a> Paging Audit: Add 5 Tests to HTML Templates</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/179bd23f26443c34b3ea5bfcfbe416b404de5ce0">179bd2</a> Add HidIo protocol definition.</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/c926291503a7d6160811762a776b9c03dfbbf9b5">c92629</a> Adds Rust protocol definition of HidIo.</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/22829e49c41c327d878e1cd52ca7a021357cf147">22829e</a> Adds Rust protocol definition for AbsolutePointer</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/27ca9e6525231955a167dfb97beaf56c3abd277c">27ca9e</a> Adds UsbHidDxe driver - written in C, provides an implementation of HidIo over USB.</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/82177d10c773031995124757907196a404c97816">82177d</a> Adds UefiHidDxe driver - written in Rust, provides input report handling for HidIo pointer devices.</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:non-functional Does not have a functional impact type:documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants