You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit 748af10 a fix for wait_event_interruptible_timeout was introduced to handle ERESTARTSYS error that causes premature return from wait and thus false timeout errors and data losses. The same fix should be applied to swait_* functions because they suffer from the same issue.
In commit 748af10 a fix for wait_event_interruptible_timeout was introduced to handle ERESTARTSYS error that causes premature return from wait and thus false timeout errors and data losses. The same fix should be applied to swait_* functions because they suffer from the same issue.
Example log output (mostly for Google):
The text was updated successfully, but these errors were encountered: