This is the patch series to address the hang we saw in production because of missed wakeups, and the other issues that Oleg noticed while reviewing the code. v1->v2: - rename wq_has_multiple_sleepers to wq_has_single_sleeper - fix the check for has_sleepers in the missed wake-ups patch - fix the barrier issues around got_token that Oleg noticed - dropped the has_sleepers reset that Oleg noticed we didn't need Thanks, Josef