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

scst: Use scst_wait_event_...() with INTERRUPTIBLE sleep #175

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

lnocturno
Copy link
Contributor

This patch changes the processing threads to use INTERRUPTIBLE sleep states in the scst_wait_event_...() functions. This aims to avoid warnings from the hung task detection checker and to prevent unnecessary load counting.

Fixes: d8894cb ("scst.h: Refactor wait_event_locked() to enhance usability and clarity")

This patch changes the processing threads to use INTERRUPTIBLE sleep
states in the scst_wait_event_...() functions. This aims to avoid
warnings from the hung task detection checker and to prevent
unnecessary load counting.

Fixes: d8894cb ("scst.h: Refactor wait_event_locked() to enhance usability and clarity")
@lnocturno lnocturno merged commit bdf867f into master Jun 27, 2023
5 checks passed
@lnocturno lnocturno deleted the gleb/3.8/fix_uninterruptible_sleep branch June 27, 2023 14:11
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.

1 participant