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

Execute ebpf epoch work items at passive IRQL. #2309

Merged
merged 2 commits into from
Apr 13, 2023

Conversation

Alan-Jowett
Copy link
Member

Resolves: #2191

Description

The epoch work items should run at passive IRQL and not at dispatch IRQL.

Testing

CI/CD + multi-threaded stress.

Documentation

No.

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
@Alan-Jowett
Copy link
Member Author

Draft until I resolve the pool leak.

@Alan-Jowett
Copy link
Member Author

Leak resolved - testing with old package.

dthaler
dthaler previously approved these changes Apr 12, 2023
libs/platform/ebpf_epoch.h Outdated Show resolved Hide resolved
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
@dthaler dthaler added the bug Something isn't working label Apr 13, 2023
@dthaler dthaler added this pull request to the merge queue Apr 13, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 13, 2023
@dthaler dthaler added this pull request to the merge queue Apr 13, 2023
Merged via the queue into microsoft:main with commit 87f9bbd Apr 13, 2023
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ebpf_extension_unload can be called at dispatch
4 participants