fix: set AcxObjectBagRetrieveBlob req.irql to PASSIVE_LEVEL#1661
Open
cristeigabriela wants to merge 1 commit into
Open
fix: set AcxObjectBagRetrieveBlob req.irql to PASSIVE_LEVEL#1661cristeigabriela wants to merge 1 commit into
cristeigabriela wants to merge 1 commit into
Conversation
cristeigabriela
added a commit
to cristeigabriela/windows-driver-docs-ddi
that referenced
this pull request
May 11, 2026
cristeigabriela
added a commit
to cristeigabriela/windows-driver-docs-ddi
that referenced
this pull request
May 11, 2026
This was referenced May 11, 2026
Open
cristeigabriela
added a commit
to cristeigabriela/windows-driver-docs-ddi
that referenced
this pull request
May 11, 2026
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 free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All 12 PRs in this series — merging guide
fix/typos-frontmatterfix/acxmisc-acxobjectbagretrieveblob-irqlfix/iddcx-irql-emptyfix/silo-and-reparse-irqlfix/portcls-na-dllfix/irql-apc-level-spacingfix/irql-passive-abbreviationfix/irql-dispatch-level-spacingfix/ntoskrnl-lib-misfiled-as-dllfix/strip-irql-prose-prefixfix/irql-trailing-period-and-passive-casefix/irql-prose-to-operatorAll of the 12 PRs have zero pairwise file overlap. They can be merged individually, in any order, and there will not be merge conflicts between them.
After every PR is merged, all 10,915
nf-*.mdfrontmatter blocks will still parse cleanly as YAML.A reference branch with all of the PRs merged at once is at
integration/all-open-prs.The frontmatter IRQL for AcxObjectBagRetrieveBlob was
AcxObjectBagRetrieveBlob. This is obviously wrong.I ran ripgrep in my windows SDK dir and there, it restrains the max IRQL to PASSIVE_LEVEL.
.\10.0.26100.0\km\acx\km\1.0\acxmisc.h:
_Must_inspect_result_ _IRQL_requires_max_(PASSIVE_LEVEL) FORCEINLINE NTSTATUS AcxObjectBagRetrieveBlob( _In_ ACXOBJECTBAG ObjectBag, _In_ PCUNICODE_STRING ValueName, _In_opt_ PWDF_OBJECT_ATTRIBUTES ValueAttributes, _Out_ WDFMEMORY* Value )This PR updates the IRQL in accordance with that.