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

Phase 1 of removing the rundown protection for invoke #3534

Merged
merged 15 commits into from
May 17, 2024

Conversation

Alan-Jowett
Copy link
Member

@Alan-Jowett Alan-Jowett commented May 10, 2024

Resolves: #3483

Description

This change eliminates the need to acquire/release the rundown protection on the program information provider. Instead the pointer to the program information is used as a flag to signal when the provider is detaching and the provider blocks waiting for the current epoch to end.

This ensures that if a thread in the invoke path sees the program information as present (i.e. the flag is set) then it can safely assume the program information will remain valid until epoch_exit is called.

Future changes:
Assuming this works correctly, there might be a breaking change to remove the client context from begin/end invoke.

Testing

CI/CD

Documentation

No.

Installation

No.

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Alan Jowett and others added 2 commits May 10, 2024 12:47
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
mikeagun
mikeagun previously approved these changes May 11, 2024
Alan-Jowett and others added 2 commits May 13, 2024 10:13
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
dthaler
dthaler previously approved these changes May 14, 2024
Copy link
Collaborator

@dthaler dthaler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok other than the 2 nits mentioned

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
mikeagun
mikeagun previously approved these changes May 15, 2024
Alan-Jowett and others added 6 commits May 15, 2024 09:43
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Alan Jowett added 2 commits May 15, 2024 11:05
…ent deadlocks

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

Fixed deadlock during fault injection.

@Alan-Jowett
Copy link
Member Author

Fault injection still failing.

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

Fixed leak of ebpf_program_t during failure path.

@Alan-Jowett Alan-Jowett added this pull request to the merge queue May 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 16, 2024
@Alan-Jowett Alan-Jowett added this pull request to the merge queue May 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 17, 2024
@Alan-Jowett Alan-Jowett added this pull request to the merge queue May 17, 2024
Merged via the queue into microsoft:main with commit aaad411 May 17, 2024
86 checks passed
@Alan-Jowett Alan-Jowett deleted the issue3483 branch May 17, 2024 15:38
shankarseal pushed a commit to shankarseal/ebpf-for-windows that referenced this pull request Jun 3, 2024
* Phase 1 of removing the rundown protection for invoke

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Fix SAL annotation error

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Phase 1 of removing the rundown protection for invoke

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Fix SAL annotation error

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Ensure that _ebpf_program_free always run outside of an epoch to prevent deadlocks

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Revert unrelated change

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback and leak fix

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

---------

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_ebpf_link_instance_invoke_batch_begin/_ebpf_link_instance_invoke_batch_end use expensive EX_RUNDOWN_REF
5 participants