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

Prefer HKCU over HKLM for ebpf store #2382

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

saxena-anurag
Copy link
Contributor

@saxena-anurag saxena-anurag commented Apr 26, 2023

Fixes #2381
Fixes #2360

Description

If netebpfext is running, it populates HKLM ebpf store. ebpfapi has logic to prefer HKLM over KHCU, if HKLM is present. This causes the build to fail as the HKLM store will not contain data related to sample_ext.

Fix is to prefer HKCU over KHLM.

Note: This issue should be completely fixed once #2339 is fixed.

Testing

CICD

Documentation

NA

dthaler
dthaler previously approved these changes Apr 26, 2023
@dthaler
Copy link
Collaborator

dthaler commented Apr 26, 2023

@saxena-anurag rebase to pick up scorecards fix

@dthaler dthaler added the bug Something isn't working label Apr 26, 2023
Alan-Jowett
Alan-Jowett previously approved these changes Apr 26, 2023
@Alan-Jowett Alan-Jowett added this pull request to the merge queue Apr 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Apr 26, 2023
@saxena-anurag saxena-anurag added this pull request to the merge queue Apr 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Apr 26, 2023
@saxena-anurag saxena-anurag added this pull request to the merge queue Apr 27, 2023
Merged via the queue into microsoft:main with commit 467e58f Apr 27, 2023
@saxena-anurag saxena-anurag deleted the user/anusa/issue_2381 branch April 27, 2023 04:07
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
4 participants