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
kernel: sched: assert sys_workq is not unreadied while busy
The system workqueue should never be unreadied from a work item
handler (while busy). This assert will help avoid deadlocking the
system work queue, which is an exceptionally hard bug to hunt down.
Signed-off-by: Bjarki Arge Andreasen <[email protected]>
0 commit comments