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

foc: nightly seoul test fails reliable #5461

Open
alex-ab opened this issue Feb 23, 2025 · 0 comments
Open

foc: nightly seoul test fails reliable #5461

alex-ab opened this issue Feb 23, 2025 · 0 comments

Comments

@alex-ab
Copy link
Member

alex-ab commented Feb 23, 2025

No description provided.

@alex-ab alex-ab added the bug label Feb 23, 2025
alex-ab added a commit to alex-ab/genode that referenced this issue Feb 23, 2025
alex-ab added a commit to alex-ab/genode that referenced this issue Feb 23, 2025
_extra_dispatch_up is used by the ep and the vcpu
thread unsynchronized, which leads under sufficient load to race situations,
where both wait for each other and no one ever will continue. Remove
_extra_dispatch_up completely, which is not required, as the kernel interface
handles this specific state already.

Fixes genodelabs#5461
alex-ab added a commit to alex-ab/genode that referenced this issue Feb 23, 2025
Remove _extra_dispatch_up which is not required and racy which may lead
to hangs between ep and vcpu thread.

Issue genodelabs#5461
alex-ab added a commit to alex-ab/genode that referenced this issue Feb 23, 2025
alex-ab added a commit to alex-ab/genode that referenced this issue Feb 23, 2025
_extra_dispatch_up is used by the ep and the vcpu
thread unsynchronized, which leads under sufficient load to race situations,
where both wait for each other and no one ever will continue. Remove
_extra_dispatch_up completely, which is not required, as the kernel interface
handles this specific state already.

Fixes genodelabs#5461
alex-ab added a commit to alex-ab/genode that referenced this issue Feb 23, 2025
Remove _extra_dispatch_up which is not required and racy which may lead
to hangs between ep and vcpu thread.

Issue genodelabs#5461
@alex-ab alex-ab added the fixed label Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant