-
Notifications
You must be signed in to change notification settings - Fork 19
Fix AxiStreamDma stop races and zero-copy lifetime #1277
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
Open
bengineerd
wants to merge
15
commits into
pre-release
Choose a base branch
from
axi-stream-dma-stop-lifetime
base: pre-release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a8c38d0
Add mutex for thread-safe fd_ management and update stop() documentation
bengineerd f50febc
Enhance AxiStreamDma with FdGuard for better resource management and …
bengineerd ba12136
Add fake AxiStreamDma driver and lifecycle tests for stop/fd races
bengineerd e03e9d3
test(axi): add regression test for AxiStreamDma zero-copy teardown li…
ruck314 81ac418
Merge branch 'axi-stream-dma-stop-lifetime' of https://github.com/sla…
bengineerd 3153644
test(axi): fix REQUIRE(frame) stringification in lifecycle test
bengineerd 2341441
Replace mutex with shared_timed_mutex for fd management and simplify …
bengineerd df4cf3c
Add fake DMA hooks and enhance lifecycle tests for AxiStreamDma
bengineerd e308121
fix(fake_dma_hooks): clear previous dlerror before loading symbol
bengineerd f562fce
Merge branch 'pre-release' into axi-stream-dma-stop-lifetime
ruck314 2f5ce08
refactor(axi): simplify fd management and enhance stop lifecycle hand…
bengineerd e6380ea
Merge branch 'axi-stream-dma-stop-lifetime' of https://github.com/sla…
bengineerd 103c58b
Update comments.
bengineerd 61b4a87
Harden lifecycle test scheduling.
bengineerd a252568
Merge branch 'pre-release' into axi-stream-dma-stop-lifetime
ruck314 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.