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: impl sys workq item no block enforcement
The system workqueue should never be unreadied from a work item
handler (while busy). This commit implements an optional check
which will invoke a kernel oops is a blocking operation is
attempted from a work item passed to the system workqueue.
Signed-off-by: Bjarki Arge Andreasen <[email protected]>
0 commit comments