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

i#6938 sched migrate: Fix direct switch blocked_start_time #6970

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

derekbruening
Copy link
Contributor

Fixes a bug (discovered while testing separate runqueues) where direct switch requests with timeouts do not set blocked_start_time, resulting in re-using a prior (possibly 0) time and consequently much shorter timeouts.

Reduces the default block_time_max parameter, as the bug was artificially reducing many instances and with the accurate timeout the existing defaults were no longer well-tuned.

Updates unit tests.

Issue: #6938

Fixes a bug (discovered while testing separate runqueues) where direct
switch requests with timeouts do not set blocked_start_time, resulting
in re-using a prior (possibly 0) time and consequently much shorter
timeouts.

Reduces the default block_time_max parameter, as the bug was
artificially reducing many instances and with the accurate timeout the
existing defaults were no longer well-tuned.

Updates unit tests.

Issue: #6938
@derekbruening
Copy link
Contributor Author

a64 failure is statecmp-fuzz #6944

@derekbruening derekbruening merged commit cac7cda into master Sep 10, 2024
16 of 17 checks passed
@derekbruening derekbruening deleted the i6938-switch-timeout branch September 10, 2024 21:50
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.

2 participants