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

Allow ebpfcore to be used as a user-mode platform #2677

Open
dthaler opened this issue Jul 17, 2023 · 1 comment
Open

Allow ebpfcore to be used as a user-mode platform #2677

dthaler opened this issue Jul 17, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed triaged Discussed in a triage meeting
Milestone

Comments

@dthaler
Copy link
Collaborator

dthaler commented Jul 17, 2023

Describe the feature you'd like supported

For example, to allow extending a system service.
This means the user-mode platform would be usable in production, not just for testing.
Usersim would be used for the kernel-mode platform.

Proposed solution

There would thus be 3 ways to execute tests:

  1. Kernel mode natively (some test items not supported, like time travel debugging, code coverage, and/or fuzz testing)
  2. Usersim compilation of the "kernel-mode" platform
  3. Runtime compilation of the user-mode platform

Additional context

No response

@dthaler dthaler added the enhancement New feature or request label Jul 17, 2023
@dthaler dthaler self-assigned this Jul 17, 2023
@dthaler dthaler added this to the 2308 milestone Jul 17, 2023
@Alan-Jowett Alan-Jowett added the triaged Discussed in a triage meeting label Jul 24, 2023
dthaler added a commit to dthaler/ebpf-for-windows that referenced this issue Jul 29, 2023
Temporarily add usersim/src to paths.
This will get cleaned up in 2308 as part of issue microsoft#2677

Signed-off-by: Dave Thaler <[email protected]>
dthaler added a commit to dthaler/ebpf-for-windows that referenced this issue Jul 29, 2023
Temporarily add usersim/src to paths.
This will get cleaned up in 2308 as part of issue microsoft#2677

Signed-off-by: Dave Thaler <[email protected]>
github-merge-queue bot pushed a commit that referenced this issue Jul 31, 2023
Temporarily add usersim/src to paths.
This will get cleaned up in 2308 as part of issue #2677

Signed-off-by: Dave Thaler <[email protected]>
@dthaler
Copy link
Collaborator Author

dthaler commented Jul 31, 2023

@dthaler dthaler modified the milestones: 2308, 2309 Aug 28, 2023
@dahavey dahavey added the help wanted Extra attention is needed label Sep 18, 2023
@dahavey dahavey modified the milestones: 2309, Backlog Sep 18, 2023
@dthaler dthaler removed their assignment Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed triaged Discussed in a triage meeting
Projects
None yet
Development

No branches or pull requests

3 participants