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

Fix an issue when we want to transfer a task to dom0 when dom0 is busy with infinite tasks #48

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dinosaure
Copy link
Contributor

This error occurs when we take the opportunity not to return to our worker (and use the system mutex) and continue to execute our tasks. For [dom0], an additional check is required to ensure that no domain wishes to send us a task. Adding this check fixes the problem. A test was added accordingly.

…y with infinite tasks

This error occurs when we take the opportunity not to return to our
worker (and use the system mutex) and continue to execute our tasks. For
[dom0], an additional check is required to ensure that no domain wishes to
send us a task. Adding this check fixes the problem. A test was added
accordingly.
@dinosaure dinosaure merged commit 2e82a64 into main Dec 1, 2024
1 check failed
@dinosaure dinosaure deleted the dom0 branch December 1, 2024 09:55
dinosaure added a commit to dinosaure/opam-repository that referenced this pull request Jan 13, 2025
CHANGES:

- Notice the domain if it needs to look into the shared heap if a task is ready
  to be transfered (@dinosaure, robur-coop/miou#41)
- Don't use `Option.value` but `match .. with` to calculate the optional length
  for `Miou_unix.{read,write}` (@kit-ty-kate, robur-coop/miou#44)
- Use `List.iter` instead of `Hashtbl.iter` for internal kept file-descriptors
  of `Miou_unix` (@dinosaure, robur-coop/miou#45)
- Improve the documentation of `Miou_unix` about suspended syscalls (@dinosaure,
  @kit-ty-kate, robur-coop/miou#43)
- Export `reraise` (@dinosaure, robur-coop/miou#46)
- Fix an issue on the `dom0` and observe if some tasks must be transfered to it
  (@dinosaure, robur-coop/miou#48)
- Fix documentation (@mbarbin, robur-coop/miou#47)
- Fix the formatter (@mbarbin, robur-coop/miou#51)
- Upgrade miou to `ocamlformat.0.27.0` (@mbarbin, robur-coop/miou#52)
- Add `x-maintenance-intent` (@hannesm, robur-coop/miou#56)
- Improve the documentation and some `odoc` warnings (@mbarbin, robur-coop/miou#53, robur-coop/miou#54)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant